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@33c1959cdbedf33a93cce470659f54d2a3f4a160#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='145907723' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {6} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {3} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {3} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.444601s] ... ok {11} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.662666s] ... ok {3} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [2.319492s] ... 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 67bc6c58-e3e5-4476-82f9-53079eee3ee2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:24,799 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.537s 2025-08-04 08:30:24,800 99897 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-1055641072"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8f780e-39ac-473a-a745-5d7be2e86b51', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8f780e-39ac-473a-a745-5d7be2e86b51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:24.632814", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:30:25,128 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.313s 2025-08-04 08:30:25,128 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ee948d-c922-40ad-8494-0199c24b0075', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ee948d-c922-40ad-8494-0199c24b0075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:25.000000", "updated_at": "2025-08-04T08:30:25.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5324fa7b9fd4a1c99d12aec2ac56bd9"}}' 2025-08-04 08:30:26,218 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.075s 2025-08-04 08:30:26,219 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30 :26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abca474-f65b-459f-afd2-c378f58d16bb', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abca474-f65b-459f-afd2-c378f58d16bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:25.000000", "updated_at": "2025-08-04T08:30:25.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5324fa7b9fd4a1c99d12aec2ac56bd9"}}' 2025-08-04 08:30:26,299 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.065s 2025-08-04 08:30:26,299 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae2de4a-42dc-4828-8810-4987d132f6ef', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae2de4a-42dc-4828-8810-4987d132f6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:25.000000", "updated_at": "2025-08-04T08:30:25.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5324fa7b9fd4a1c99d12aec2ac56bd9"}}' 2025-08-04 08:30:26,557 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.243s 2025-08-04 08:30:26,557 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d932f001-722f-4c7f-ba4a-b3b60ce936fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'' 2025-08-04 08:30:26,579 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.021s 2025-08-04 08:30:26,580 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d521bf08-c24e-46a9-8d3f-aa8c09b41c9f', 'x-openstack-request-id': 'req-d521bf08-c24e-46a9-8d3f-aa8c09b41c9f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 67bc6c58-e3e5-4476-82f9-53079eee3ee2 could not be found."}}' {11} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [1.900346s] ... 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 ac946b5e-a898-4e80-a39b-24f5f9a2d543 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:51,818 99913 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.118s 2025-08-04 08:30:51,818 99913 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-1527959707"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c571ea6-0b41-48ab-9a52-f88797f73e09', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c571ea6-0b41-48ab-9a52-f88797f73e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "8f906849-3bf2-472b-aa50-b8ec9038272e", "name": "tempest-GroupsTest-volume-type-1527959707", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:30:51,861 99913 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.039s 2025-08-04 08:30:51,861 99913 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-135282413"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35f584d0-017b-4e5b-9dda-a7250df2d2a1', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35f584d0-017b-4e5b-9dda-a7250df2d2a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "3d6f3899-da31-4b25-899e-19de05781218", "name": "tempest-GroupsTest-group-type-135282413", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:30:52,175 99913 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.310s 2025-08-04 08:30:52,175 99913 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": "3d6f3899-da31-4b25-899e-19de05781218", "volume_types": ["8f906849-3bf2-472b-aa50-b8ec9038272e"], "name": "tempest-Group1-40590235"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826c4f28-ab89-43bf-8b68-e54e898547e7', 'content-length': '92', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826c4f28-ab89-43bf-8b68-e54e898547e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "ac946b5e-a898-4e80-a39b-24f5f9a2d543", "name": "tempest-Group1-40590235"}}' 2025-08-04 08:30:52,235 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543 0.057s 2025-08-04 08:30:52,235 99913 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': 'Mon, 04 Aug 2025 08:30:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request- id': 'req-5e4e6f7a-d07f-4821-999f-6c5a37102e5b', 'content-length': '317', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e4e6f7a-d07f-4821-999f-6c5a37102e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543'} Body: b'{"group": {"id": "ac946b5e-a898-4e80-a39b-24f5f9a2d543", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:30:52.000000", "name": "tempest-Group1-40590235", "description": null, "group_type": "3d6f3899-da31-4b25-899e-19de05781218", "volume_types": ["8f906849-3bf2-472b-aa50-b8ec9038272e"]}}' 2025-08-04 08:30:53,287 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543 0.046s 2025-08-04 08:30:53,288 99913 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': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e6fb91-ecf2-4628-b0c1-40ab700fbe41', 'content-length': '317', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e6fb91-ecf2-4628-b0c1-40ab700fbe41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543'} Body: b'{"group": {"id": "ac946b5e-a898-4e80-a39b-24f5f9a2d543", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:30:52.000000", "name": "tempest-Group1-40590235", "description": null, "group_type": "3d6f3899-da31-4b25-899e-19de05781218", "volume_types": ["8f906849-3bf2-472b-aa50-b8ec9038272e"]}}' 2025-08-04 08:30:53,364 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.066s 2025-08-04 08:30:53,365 99913 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': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee565394-47df-4988-9543-f7f6857800fe', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee565394-47df-4988-9543-f7f6857800fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:30:53,471 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543/action 0.092s 2025-08-04 08:30:53,471 99913 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': 'Mon, 04 Aug 2025 08:30:53 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-d5e8a354-0034-403c-ab0b-eb4b6bad513f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543/action'} Body: b'' 2025-08-04 08:30:53,488 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543 0.016s 2025-08-04 08:30:53,488 99913 D EBUG [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': 'Mon, 04 Aug 2025 08:30:53 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-59da8e5a-c112-4c96-8eca-b5b8e4826d6e', 'x-openstack-request-id': 'req-59da8e5a-c112-4c96-8eca-b5b8e4826d6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ac946b5e-a898-4e80-a39b-24f5f9a2d543 could not be found."}}' 2025-08-04 08:30:53,519 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/3d6f3899-da31-4b25-899e-19de05781218 0.031s 2025-08-04 08:30:53,520 99913 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': 'Mon, 04 Aug 2025 08:30:53 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-f58a548f-074e-417a-95d0-01163eacfb72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/3d6f3899-da31-4b25-899e-19de05781218'} Body: b'' 2025-08-04 08:30:53,583 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e 0.062s 2025-08-04 08:30:53,583 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30: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-057d682b-60d3-49f9-ad31-864ad60f3371', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e'} Body: b'' 2025-08-04 08:30:53,599 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e 0.015s 2025-08-04 08:30:53,599 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 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-7c20daa9-68bd-4444-a81e-3070523660c1', 'x-openstack-request-id': 'req-7c20daa9-68bd-4444-a81e-3070523660c1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8f906849-3bf2-472b-aa50-b8ec9038272e could not be found."}}' {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.016294s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.023452s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.029322s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.030260s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.023188s] ... ok {11} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.450334s] ... 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 0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:53,632 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.030s 2025-08-04 08:30:53,632 99913 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-593791850"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cedad17-2e34-4337-bee8-0816dca243fc', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cedad17-2e34-4337-bee8-0816dca243fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "10bd1983-431d-4ba0-9c3f-565df800bd05", "name": "tempest-GroupsTest-volume-type-593791850", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:30:53,668 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.032s 2025-08-04 08:30:53,668 99913 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-928497491"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-269f3eb6-88a7-46ce-8c1c-f7975c5bc12e', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-269f3eb6-88a7-46ce-8c1c-f7975c5bc12e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "name": "tempest-GroupsTest-group-type-928497491", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:30:53,750 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.078s 2025-08-04 08:30:53,750 99913 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": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "volume_types": ["10bd1983-431d-4ba0-9c3f-565df800bd05"], "name": "tempest-GroupsTest-Group-1617588430"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-509cf179-c1fb-498c-92d9-93723023975f', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-509cf179-c1fb-498c-92d9-93723023975f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "0ae1c78b-7749-4d47-8320-0ecb4c8de7b7", "name": "tempest-GroupsTest-Group-1617588430"}}' 2025-08-04 08:30:53,779 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 0.027s 2025-08-04 08:30:53,779 99913 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': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb3452e-ef86-4056-b831-facd9dab6dd f', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb3452e-ef86-4056-b831-facd9dab6ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7'} Body: b'{"group": {"id": "0ae1c78b-7749-4d47-8320-0ecb4c8de7b7", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:30:54.000000", "name": "tempest-GroupsTest-Group-1617588430", "description": null, "group_type": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "volume_types": ["10bd1983-431d-4ba0-9c3f-565df800bd05"]}}' 2025-08-04 08:30:54,817 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 0.029s 2025-08-04 08:30:54,817 99913 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': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3115f7-bd3c-4cfc-ae21-82696724c96b', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3115f7-bd3c-4cfc-ae21-82696724c96b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7'} Body: b'{"group": {"id": "0ae1c78b-7749-4d47-8320-0ecb4c8de7b7", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:30:54.000000", "name": "tempest-GroupsTest-Group-1617588430", "description": null, "group_type": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "volume_types": ["10bd1983-431d-4ba0-9c3f-565df800bd05"]}}' 2025-08-04 08:30:54,851 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.028s 2025-08-04 08:30:54,851 99913 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': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a472bc6d-3a4e-4b75-9720-fe8195d596e6', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a472bc6d-3a4e-4b75-9720-fe8195d596e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:30:54,948 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7/action 0.073s 2025-08-04 08:30:54,949 99913 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': 'Mon, 04 Aug 2025 08:30:54 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-82271e99-8961-480c-b778-5128cc8f7598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7/action'} Body: b'' 2025-08-04 08:30:54,965 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 0.014s 2025-08-04 08:30:54,965 99913 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': 'Mon, 04 Aug 2025 08:30:54 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-b7a66818-72aa-4554-a1b5-459be854f4af', 'x-openstack-request-id': 'req-b7a66818-72aa-4554-a1b5-459be854f4af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 could not be found."}}' 2025-08-04 08:30:54,992 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/ce177f7d-ea05-43ea-af21-af839bfb3afe 0.027s 2025-08-04 08:30:54,993 99913 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': 'Mon, 04 Aug 2025 08:30:54 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-54858712-6d81-42cb-93df-bbea7426e5a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/ce177f7d-ea05-43ea-af21-af839bfb3afe'} Body: b'' 2025-08-04 08:30:55,035 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05 0.041s 2025-08-04 08:30:55,035 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30: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-da4fd3fe-dbea-4018-a249-46fe546ab29e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05'} Body: b'' 2025-08-04 08:30:55,050 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05 0.014s 2025-08-04 08:30:55,051 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:55 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-94062f8c-d2f4-4201-ba84-18631dd0ba75', 'x-openstack-request-id': 'req-94062f8c-d2f4-4201-ba84-18631dd0ba75', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 10bd1983-431d-4ba0-9c3f-565df800bd05 could not be found."}}' {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.818372s] ... 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 370156f5-5a1d-4731-81c1-347fc40b33b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:07,134 99901 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.696s 2025-08-04 08:31:07,135 99901 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-449319498", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0cf56e-7592-4ddd-8529-454917e6abc0', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0cf56e-7592-4ddd-8529-454917e6abc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "370156f5-5a1d-4731-81c1-347fc40b33b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.074916", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-449319498", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}], "user_id": "d19cba56a3d0485ab75ecd8c4ecb7b66", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:07,191 99901 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1 0.043s 2025-08-04 08:31:07,191 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a153ed31-ba8e-40de-9c9d-77b7e88bdcbc', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a153ed31-ba8e-40de-9c9d-77b7e88bdcbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1'} Body: b'{"volume": {"id": "370156f5-5a1d-4731-81c1-347fc40b33b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-449319498", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}], "user_id": "d19cba56a3d0485ab75ecd8c4ecb7b66", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "332fe2524dac40fc852230b176cbb52d"}}' 2025-08-04 08:31:08,240 99901 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1 0.033s 2025-08-04 08:31:08,240 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-ec08f570-cc61-43ff-97fb-b400196bad81', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec08f570-cc61-43ff-97fb-b400196bad81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1'} Body: b'{"volume": {"id": "370156f5-5a1d-4731-81c1-347fc40b33b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": "2025-08-04T08:31:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-449319498", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}], "user_id": "d19cba56a3d0485ab75ecd8c4ecb7b66", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "332fe2524dac40fc852230b176cbb52d"}}' {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.452269s] ... 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 99f246b9-48e2-4834-ae72-b7abc4358696 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:07,533 99891 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.333s 2025-08-04 08:31:07,533 99891 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-584887286"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619681ef-e178-424b-aab9-0a680831362e', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619681ef-e178-424b-aab9-0a680831362e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99f246b9-48e2-4834-ae72-b7abc4358696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.468874", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-584887286", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}], "user_id": "56a2b719b3d24b49a87927ab11cb7db9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:07,582 99891 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696 0.036s 2025-08-04 08:31:07,583 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc50f61-6251-4764-a4f3-5c935d84a26f', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc50f61-6251-4764-a4f3-5c935d84a26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696'} Body: b'{"volume": {"id": "99f246b9-48e2-4834-ae72-b7abc4358696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-584887286", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}], "user_id": "56a2b719b3d24b49a87927ab11cb7db9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2db1f3153c947a4a77a5f9728bb9241"}}' 2025-08-04 08:31:08,636 99891 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696 0.037s 2025-08-04 08:31:08,636 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effd2af9-162c-470a-bb4e-3c84d643aec6', 'content-length': '834', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effd2af9-162c-470a-bb4e-3c84d643aec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696'} Body: b'{"volume": {"id": "99f246b9-48e2-4834-ae72-b7abc4358696", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": "2025-08-04T08:31:08.000000", "name": "tempest-TestVolumeSwap-volume-584887286", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}], "user_id": "56a2b719b3d24b49a87927ab11cb7db9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2db1f3153c947a4a77a5f9728bb9241"}}' {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.201776s] ... ok {11} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.181037s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.177965s] ... ok {4} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [11.229980s] ... 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 6629e64b-08e6-45c7-b57b-38861f78bc7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:11,690 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 4.249s 2025-08-04 08:31:11,691 99899 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-1280118448"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3163ec26-0ea0-47d5-bafa-c3c6487aac5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc","name":"tempest-tagged-attachments-test-net-1280118448","tenant_id":"6e1bb8f997bf4155aacdd889b2b003bd","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6e1bb8f997bf4155aacdd889b2b003bd","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-04T08:31:10Z","updated_at":"2025-08-04T08:31:10Z","revision_number":1}}' 2025-08-04 08:31:14,109 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 2.417s 2025-08-04 08:31:14,109 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-95717d2c-6518-4fe8-977f-a7ca32b1fe3c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"dab2d877-a112-4f30-a243-37940622b454","name":"","tenant_id":"6e1bb8f997bf4155aacdd889b2b003bd","network_id":"1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc","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-04T08:31:13Z","updated_at":"2025-08-04T08:31:13Z","revision_number":0,"project_id":"6e1bb8f997bf4155aacdd889b2b003bd"}}' 2025-08-04 08:31:14,354 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.243s 2025-08-04 08:31:14,354 99899 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-1558150653"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cee6b191-0724-4351-94a9-b55c7fbcf796', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cee6b191-0724-4351-94a9-b55c7fbcf796', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6629e64b-08e6-45c7-b57b-38861f78bc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:14.265502", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-15581506 53", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}], "user_id": "1a84909be4b94b6a98d6291b6e1fa4b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:14,412 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b 0.045s 2025-08-04 08:31:14,413 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7df301f-be5b-4a19-a179-60f8a96c6f97', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7df301f-be5b-4a19-a179-60f8a96c6f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b'} Body: b'{"volume": {"id": "6629e64b-08e6-45c7-b57b-38861f78bc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:14.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1558150653", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}], "user_id": "1a84909be4b94b6a98d6291b6e1fa4b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e1bb8f997bf4155aacdd889b2b003bd"}}' 2025-08-04 08:31:15,540 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b 0.102s 2025-08-04 08:31:15,540 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d542edf2-e1fe-4072-a3bf-d27edd141539', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d542edf2-e1fe-4072-a3bf-d27edd141539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b'} Body: b'{"volume": {"id": "6629e64b-08e6-45c7-b57b-38861f78bc7b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:14.000000", "updated_at": "2025-08-04T08:31:14.000000", "name": "tempest-TaggedAttachmentsTest-volume-1558150653", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}], "user_id": "1a84909be4b94b6a98d6291b6e1fa4b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e1bb8f997bf4155aacdd889b2b003bd"}}' 2025-08-04 08:31:1 6,257 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/dab2d877-a112-4f30-a243-37940622b454 0.701s 2025-08-04 08:31:16,257 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e362e8da-17b7-44ce-b28c-28b388857392', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/dab2d877-a112-4f30-a243-37940622b454'} Body: b'' 2025-08-04 08:31:18,669 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc 2.410s 2025-08-04 08:31:18,669 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6061113a-9e98-44e9-9586-d8ec919f1b04', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc'} Body: b'' {11} 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 fa823542-9733-43b3-b4bd-72230d557b33 failed to build and is in ERROR status {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.014867s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.013350s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.029420s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.016894s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.021774s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.020013s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.016342s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.013377s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.013033s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.034716s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.028977s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.027958s] ... ok {11} 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 775be894-3dca-434d-b843-54d9f23af034 failed to build and is in ERROR status {11} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {11} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain [1.588404s] ... 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 e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:27,736 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.459s 2025-08-04 08:31:27,737 99913 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-2053274721"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192b5c95-611a-4101-befa-2f4302a1bc44', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192b5c95-611a-4101-befa-2f4302a1bc44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:27.664248", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2053274721", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:27,798 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce 0.048s 2025-08-04 08:31:27,798 99913 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': 'Mon, 04 Aug 2025 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7d1773-b7e8-4e25-85c6-eceaf6b430be', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7d1773-b7e8-4e25-85c6-eceaf6b430be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce'} Body: b'{"volume": {"id": "e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2053274721", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:28,849 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce 0.036s 2025-08-04 08:31:28,850 99913 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': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bf6615c-a4be-4d4f-8e54-cdfb41504e83', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bf6615c-a4be-4d4f-8e54-cdfb41504e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce'} Body: b'{"volume": {"id": "e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": "2025-08-04T08:31:28.000000", "name": "tempest-VolumeDependencyTests-Volume-2053274721", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' {2} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.802501s] ... 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 90fd10b1-64cb-46b4-82ed-d9e76bf4cb23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:28,051 99895 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.622s 2025-08-04 08:31:28,052 99895 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-1233671207"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4343c55a-2559-4bcb-82fc-951e9dfdf4e3', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4343c55a-2559-4bcb-82fc-951e9dfdf4e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "90fd10b1-64cb-46b4-82ed-d9e76bf4cb23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:27.945893", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1233671207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}], "user_id": "694589cbd2ff497ca0643382e5102783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-04 08:31:28,154 99895 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23 0.088s 2025-08-04 08:31:28,154 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e048c75-6f5a-4bef-bbdd-74f40edae20b', 'content-length': '965', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e048c75-6f5a-4bef-bbdd-74f40edae20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23'} Body: b'{"volume": {"id": "90fd10b1-64cb-46b4-82ed-d9e76bf4cb23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1233671207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}], "user_id": "694589cbd2ff497ca0643382e5102783", "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": "a9a7e1a5d14f4570a7f2dca1d09b7528"}}' 2025-08-04 08:31:29,210 99895 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23 0.038s 2025-08-04 08:31:29,210 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bcba332-b611-4b6b-bd82-59f9395c9e92', 'content-length': '986', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bcba332-b611-4b6b-bd82-59f9395c9e92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23'} Body: b'{"volume": {"id": "90fd10b1-64cb-46b4-82ed-d9e76bf4cb23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": "2025-08-04T08:31:28.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1233671207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}], "user_id": "694589cbd2ff497ca0643382e5102783", "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": "a9a7e1a5d14f4570a7f2dca1d09b7528"}}' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2 [1.433164s] ... 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 9cf82187-7607-4035-ac00-0e0dd095effd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:29,162 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.295s 2025-08-04 08:31:29,163 99913 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-1722506616"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5559527-273c-44e4-9177-ede17fd731f6', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5559527-273c-44e4-9177-ede17fd731f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9cf82187-7607-4035-ac00-0e0dd095effd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:29.079800", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1722506616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:29,210 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd 0.035s 2025-08-04 08:31:29,211 99913 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': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2650484f-ebc7-4d63-a53c-1015ef65ec79', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2650484f-ebc7-4d63-a53c-1015ef65ec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd'} Body: b'{"volume": {"id": "9cf82187-7607-4035-ac00-0e0dd095effd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:29.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1722506616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:30,283 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd 0.052s 2025-08-04 08:31:30,284 99913 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': 'Mo n, 04 Aug 2025 08:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed5fca31-05af-473d-9c17-339f3e479b7e', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed5fca31-05af-473d-9c17-339f3e479b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd'} Body: b'{"volume": {"id": "9cf82187-7607-4035-ac00-0e0dd095effd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:29.000000", "updated_at": "2025-08-04T08:31:29.000000", "name": "tempest-VolumeDependencyTests-Volume-1722506616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot [1.311804s] ... 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 a3bf0daa-3364-41f3-adef-4d4ecdef6f40 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:30,487 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.184s 2025-08-04 08:31:30,487 99913 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-2008039364"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec2b3bc-b69f-4ad8-bcfd-79c1fc4e8293', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec2b3bc-b69f-4ad8-bcfd-79c1fc4e8293', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a3bf0daa-3364-41f3-adef-4d4ecdef6f40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:30.417122", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2008039364", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:30,544 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40 0.044s 2025-08-04 08:31:30,544 99913 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': 'Mon, 04 Aug 2025 08:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b9d0596-88c0-4966-b1e6-502e0b5af4a1', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b9d0596-88c0-4966-b1e6-502e0b5af4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40'} Body: b'{"volume": {"id": "a3bf0daa-3364-41f3-adef-4d4ecdef6f40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:30.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2008039364", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:31,600 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40 0.040s 2025-08-04 08:31:31,600 99913 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': 'Mon, 04 Aug 2025 08:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05db6a08-039e-470e-881f-a90b461381fb', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05db6a08-039e-470e-881f-a90b461381fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40'} Body: b'{"volume": {"id": "a3bf0daa-3364-41f3-adef-4d4ecdef6f40", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:30.000000", "updated_at": "2025-08-04T08:31:31.000000", "name": "tempest-VolumeDependencyTests-Volume-2008039364", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' {11} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume [1.440506s] ... 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 d61621e5-1ad2-4217-b0ef-7e014c3fba35 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:31,814 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.199s 2025-08-04 08:31:31,815 99913 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-777329495"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c80e5b67-671d-4045-ae29-afb0d79412b6', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c80e5b67-671d-4045-ae29-afb0d79412b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d61621e5-1ad2-4217-b0ef-7e014c3fba35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:31.749500", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-777329495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:31,986 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35 0.160s 2025-08-04 08:31:31,987 99913 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': 'Mon, 04 Aug 2025 08:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce41c1f4-ecad-456b-ad38-80230d25aa08', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce41c1f4-ecad-456b-ad38-80230d25aa08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35'} Body: b'{"volume": {"id": "d61621e5-1ad2-4217-b0ef-7e014c3fba35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:32.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-777329495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:33,041 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35 0.039s 2025-08-04 08:31:33,042 99913 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': 'Mon, 04 Aug 2025 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54c459a-88f9-4c91-8b0c-e3f46648cdf1', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54c459a-88f9-4c91-8b0c-e3f46648cdf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35'} Body: b'{"volume": {"id": "d61621e5-1ad2-4217-b0ef-7e014c3fba35", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:32.000000", "updated_at": "2025-08-04T08:31:32.000000", "name": "tempest-VolumeDependencyTests-Volume-777329495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' {5} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3dac989b-6b56-419b-8452-23a3b35248a5 failed to build and is in ERROR status {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.492644s] ... 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 2e2956db-9800-425d-be94-d8c94a00925d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:40,234 99901 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.143s 2025-08-04 08:31:40,234 99901 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-1448265505"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50c52aa-799b-433d-9e71-8b883d831453', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50c52aa-799b-433d-9e71-8b883d831453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "818e90d3-a86a-4f4e-8d44-c6f5b1cc5949", "name": "tempest-GroupSnapshotsTest-volume-type-1448265505", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:31:40,270 99901 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.033s 2025-08-04 08:31:40,271 99901 DEBUG [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-1064434566"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962bb2c1-c054-4b19-a49e-a15dea4e3cb2', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962bb2c1-c054-4b19-a49e-a15dea4e3cb2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "name": "tempest-GroupSnapshotsTest-group-type-1064434566", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:31:40,493 99901 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.219s 2025-08-04 08:31:40,493 99901 DEBUG [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": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "volume_types": ["818e90d3-a86a-4f4e-8d44-c6f5b1cc5949"], "name": "tempest-GroupSnapshotsTest-Group-1277769325"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47070670-2d71-4887-9532-3cdbd5751a65', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47070670-2d71-4887-9532-3cdbd5751a65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2e2956db-9800-425d-be94-d8c94a00925d", "name": "tempest-GroupSnapshotsTest-Group-1277769325"}}' 2025-08-04 08:31:40,547 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d 0.050s 2025-08-04 08:31:40,547 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7443ecb1-24ee-443e-a9fe-149d4257268d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7443ecb1-24ee-443e-a9fe-149d4257268d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d'} Body: b'{"group": {"id": "2e2956db-9800-425d-be94-d8c94a00925d", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:31:40.000000", "name": "tempest-GroupSnapshotsTest-Group-1277769325", "description": null, "group_type": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "volume_types": ["818e90d3-a86a-4f4e-8d44-c6f5b1cc5949"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:41,871 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d 0.289s 2025-08-04 08:31:41,871 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec93c935-aa20-4a84-ac04-e7f380ab1039', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec93c935-aa20-4a84-ac04-e7f380ab1039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d'} Body: b'{"group": {"id": "2e2956db-9800-425d-be94-d8c94a00925d", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:31:40.000000", "name": "tempest-GroupSnapshotsTest-Group-1277769325", "description": null, "group_type": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "volume_types": ["818e90d3-a86a-4f4e-8d44-c6f5b1cc5949"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:42,265 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.388s 2025-08-04 08:31:42,266 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-827bbcf0-e78b-424c-8edc-d74838df5ec7', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827bbcf0-e78b-424c-8edc-d74838df5ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:31:42,411 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d/action 0.117s 2025-08-04 08:31:42,412 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 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-e0bda04c-baef-42c7-9ecf-9ea7ae14154c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/grou ps/2e2956db-9800-425d-be94-d8c94a00925d/action'} Body: b'' 2025-08-04 08:31:42,438 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d 0.026s 2025-08-04 08:31:42,438 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 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-0c7fd6d7-f3d5-4ff3-9251-16111b393912', 'x-openstack-request-id': 'req-0c7fd6d7-f3d5-4ff3-9251-16111b393912', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2e2956db-9800-425d-be94-d8c94a00925d could not be found."}}' 2025-08-04 08:31:42,487 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/6214242b-fc2e-4d03-abc3-4d493ca9e223 0.048s 2025-08-04 08:31:42,487 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 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-14982c24-7919-42f0-8dda-6b722c9269f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/6214242b-fc2e-4d03-abc3-4d493ca9e223'} Body: b'' 2025-08-04 08:31:42,554 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949 0.066s 2025-08-04 08:31:42,554 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f5e7cb-5fa1-4026-ab82-a00a51bc7ed3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949'} Body: b'' 2025-08-04 08:31:42,582 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949 0.026s 2025-08-04 08:31:42,582 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 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-227fdf7e-0ef9-4e69-a36e-5250f3f85c0b', 'x-openstack-request-id': 'req-227fdf7e-0ef9-4e69-a36e-5250f3f85c0b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 818e90d3-a86a-4f4e-8d44-c6f5b1cc5949 could not be found."}}' {11} 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 d78d96d4-8f30-4271-896a-e735e4bc09d7 failed to build and is in ERROR status {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.706845s] ... 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 86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:42,661 99901 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.076s 2025-08-04 08:31:42,661 99901 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-1660805600"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e6cec34-db4d-4e48-879c-977b3387cb49', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e6cec34-db4d-4e48-879c-977b3387cb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c5b15685-e4bc-4366-ad07-79e8a982c0a6", "name": "tempest-GroupSnapshotsTest-volume-type-1660805600", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:31:42,699 99901 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.035s 2025-08-04 08:31:42,699 99901 DEBUG [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-1317039168"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5074ad7c-8557-4bcc-a572-ab9160189e6a', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5074ad7c-8557-4bcc-a572-ab9160189e6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "name": "tempest-GroupSnapshotsTest-group-type-1317039168", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:31:42,866 99901 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.164s 2025-08-04 08:31:42,866 99901 DEBUG [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": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "volume_types": ["c5b15685-e4bc-4366-ad07-79e8a982c0a6"], "name": "tempest-GroupSnapshotsTest-Group-168633316"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd55ac7-aa5d-4adb-8f58-457876774630', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd55ac7-aa5d-4adb-8f58-457876774630', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2", "name": "tempest-GroupSnapshotsTest-Group-168633316"}}' 2025-08-04 08:31:42,942 99901 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/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 0.074s 2025-08-04 08:31:42,942 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90521e99-a3b1-4e7b-9f1d-2bbb45d211fb', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90521e99-a3b1-4e7b-9f1d-2bbb45d211fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2'} Body: b'{"group": {"id": "86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:31:43.000000", "name": "tempest-GroupSnapshotsTest-Group-168633316", "description": null, "group_type": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "volume_types": ["c5b15685-e4bc-4366-ad07-79e8a982c0a6"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:43,995 99901 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/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 0.047s 2025-08-04 08:31:43,995 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2124fae2-9409-4f61-90ba-025ceffa1f88', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2124fae2-9409-4f61-90ba-025ceffa1f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2'} Body: b'{"group": {"id": "86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:31:43.000000", "name": "tempest-GroupSnapshotsTest-Group-168633316", "description": null, "group_type": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "volume_types": ["c5b15685-e4bc-4366-ad07-79e8a982c0a6"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:44,000 99901 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-04 08:31:44,083 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.082s 2025-08-04 08:31:44,084 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06cd70e7-1cc9-4011-a677-278ae46fe4b5', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06cd70e7-1cc9-4011-a677-278ae46fe4b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:31:44,153 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2/action 0.055s 2025-08-04 08:31:44,153 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text /html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bfe677e-85c1-4815-9b5f-b0985512698c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2/action'} Body: b'' 2025-08-04 08:31:44,189 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 0.035s 2025-08-04 08:31:44,189 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-950a9444-5a25-45f2-8c5f-6b6c91e75986', 'x-openstack-request-id': 'req-950a9444-5a25-45f2-8c5f-6b6c91e75986', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 could not be found."}}' 2025-08-04 08:31:44,226 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/76f64a00-be5e-42e6-9a33-dd87af5ae312 0.036s 2025-08-04 08:31:44,227 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da62b767-a284-427f-b46e-a43c26065f72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/76f64a00-be5e-42e6-9a33-dd87af5ae312'} Body: b'' 2025-08-04 08:31:44,272 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c5b15685-e4bc-4366-ad07-79e8a982c0a6 0.044s 2025-08-04 08:31:44,272 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee1a3995-02d9-4778-8895-e9dc045478b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c5b15685-e4bc-4366-ad07-79e8a982c0a6'} Body: b'' 2025-08-04 08:31:44,290 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c5b15685-e4bc-4366-ad07-79e8a982c0a6 0.017s 2025-08-04 08:31:44,290 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-438a2393-0d4e-4dbc-8322-6595eeaac481', 'x-openstack-request-id': 'req-438a2393-0d4e-4dbc-8322-6595eeaac481', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c5b15685- e4bc-4366-ad07-79e8a982c0a6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c5b15685-e4bc-4366-ad07-79e8a982c0a6 could not be found."}}' {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.604350s] ... 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 10d50329-3ef3-4490-b49c-11c72ffab204 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:44,330 99901 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.036s 2025-08-04 08:31:44,330 99901 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-532087570"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82264893-b6d3-4600-b429-99242d088f72', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82264893-b6d3-4600-b429-99242d088f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "b6c41d44-c5fe-49fd-9d44-0da715cd3d0a", "name": "tempest-GroupSnapshotsTest-volume-type-532087570", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:31:44,365 99901 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.031s 2025-08-04 08:31:44,365 99901 DEBUG [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-1934795043"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-365c69b4-d8a6-4785-8309-4eebdebabaed', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-365c69b4-d8a6-4785-8309-4eebdebabaed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "08bedf0c-79e3-4437-881c-4c2553ca915b", "name": "tempest-GroupSnapshotsTest-group-type-1934795043", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:31:44,499 99901 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.130s 2025-08-04 08:31:44,499 99901 DEBUG [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": "08bedf0c-79e3-4437-881c-4c2553ca915b", "volume_types": ["b6c41d44-c5fe-49fd-9d44-0da715cd3d0a"], "name": "tempest-GroupSnapshotsTest-Group-1544561590"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a103da94-3fdf-4429-8772-d6b79ad9e89a', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a103da94-3fdf-4429-8772-d6b79ad9e89a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "10d50329-3ef3-4490-b49c-11c72ffab204", "name": "tempest-GroupSnapshotsTest-Group-1544561590"}}' 2025-08-04 08:31:44,536 99901 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/10d50329-3ef3-4490-b49c-11c72ffab204 0.035s 2025-08-04 08:31:44,537 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18d9dd1-c18f-421f-bbe8-fddb35883eba', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18d9dd1-c18f-421f-bbe8-fddb35883eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204'} Body: b'{"group": {"id": "10d50329-3ef3-4490-b49c-11c72ffab204", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:31:44.000000", "name": "tempest-GroupSnapshotsTest-Group-1544561590", "description": null, "group_type": "08bedf0c-79e3-4437-881c-4c2553ca915b", "volume_types": ["b6c41d44-c5fe-49fd-9d44-0da715cd3d0a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:45,584 99901 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/10d50329-3ef3-4490-b49c-11c72ffab204 0.041s 2025-08-04 08:31:45,584 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-161442b3-a824-479e-bb7f-98d029a9085c', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-161442b3-a824-479e-bb7f-98d029a9085c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204'} Body: b'{"group": {"id": "10d50329-3ef3-4490-b49c-11c72ffab204", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:31:44.000000", "name": "tempest-GroupSnapshotsTest-Group-1544561590", "description": null, "group_type": "08bedf0c-79e3-4437-881c-4c2553ca915b", "volume_types": ["b6c41d44-c5fe-49fd-9d44-0da715cd3d0a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:45,649 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.059s 2025-08-04 08:31:45,649 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea17e136-1984-445a-89f7-6c2c728aba3d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea17e136-1984-445a-89f7-6c2c728aba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:31:45,726 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204/action 0.060s 2025-08-04 08:31:45,726 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 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-7378c3d3-f931-4714-b01a-755be93cec71', 'connection': 'close', 'status': '202', 'content-location': 'http ://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204/action'} Body: b'' 2025-08-04 08:31:45,751 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204 0.023s 2025-08-04 08:31:45,752 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 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-d9614dd5-7441-4172-9b47-743628a46409', 'x-openstack-request-id': 'req-d9614dd5-7441-4172-9b47-743628a46409', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 10d50329-3ef3-4490-b49c-11c72ffab204 could not be found."}}' 2025-08-04 08:31:45,787 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/08bedf0c-79e3-4437-881c-4c2553ca915b 0.033s 2025-08-04 08:31:45,787 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 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-1614ac43-d298-41fb-9628-c8536d2b47ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/08bedf0c-79e3-4437-881c-4c2553ca915b'} Body: b'' 2025-08-04 08:31:45,876 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a 0.088s 2025-08-04 08:31:45,877 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-fe796d5b-ee23-4758-b649-01ce8a2b19b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a'} Body: b'' 2025-08-04 08:31:45,895 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a 0.018s 2025-08-04 08:31:45,896 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-185b1aaa-60bb-428d-a52d-be841fdb2709', 'x-openstack-request-id': 'req-185b1aaa-60bb-428d-a52d-be841fdb2709', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b6c41d44-c5fe-49fd-9d44-0da715cd3d0a could not be found."}}' {4} tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency [4.074264s] ... 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 c8552ed6-1d81-436e-a205-614329052f27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:44,080 99899 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.772s 2025-08-04 08:31:44,080 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1512830019", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-685de20c-0e0d-4599-9184-406fa1f52105', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1512830019", "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": "31ad314de5eb43329b9f0c8a38923283", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "dd198b11-9fcb-423d-95f3-99e6b3372c7b", "created_at": "2025-08-04T08:31:44Z", "updated_at": "2025-08-04T08:31:44Z", "tags": [], "self": "/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b", "file": "/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:45,184 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b/file 1.102s 2025-08-04 08:31:45,185 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-cdc49e72-e4ab-48fa-ae7b-79e273fa4200', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b/file'} Body: b'' 2025-08-04 08:31:45,203 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b 0.017s 2025-08-04 08:31:45,203 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7d51ac76-819c-4fbc-b980-67397fd8a6a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b'} Body: b'{"name": "tempest-image-dependency-test-1512830019", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "745eb1316bb841e671e67b4849280344", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "31ad314de5eb43329b9f0c8a38923283", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f3eaf6e9565868659e91b49888196b5fff00d59f52ff6c159be4eb8c5fe28b73f8ca55cf074a69d9bcf26a7674b1c968470f6cd8baaa7891e1b07665d6707996", "id": "dd198b11-9fcb-423d-95f3-99e6b3372c7b", "created_at": "2025-08-04T08:31:44Z", "updated_at": "2025-08-04T08:31:45Z", "tags": [], "self": "/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b", "file": "/v2/images/dd198b11-9fcb-423 d-95f3-99e6b3372c7b/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:45,299 99899 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.091s 2025-08-04 08:31:45,300 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9b42b214-8d10-4309-b12a-3304bdc067c7', '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": "9952746e6b4f4fd5b84fd952379ba055", "name": "tempest-ImageDependencyTests-171702405-project-member", "password_expires_at": null}, "audit_ids": ["nfSIdniSSjOgGpL5AhT4iQ"], "expires_at": "2025-08-04T09:31:45.000000Z", "issued_at": "2025-08-04T08:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31ad314de5eb43329b9f0c8a38923283", "name": "tempest-ImageDependencyTests-171702405"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31ad314de5eb43329b9f0c8a38923283", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:45,301 99899 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-04 08:31:46,064 99899 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.760s 2025-08-04 08:31:46,064 99899 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-2121507656", "imageRef": "dd198b11-9fcb-423d-95f3-99e6b3372c7b", "size": 1}} Response - Headers: {'da te': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58af3d8c-ad31-4b3c-b6e2-25a81b1327e2', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58af3d8c-ad31-4b3c-b6e2-25a81b1327e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c8552ed6-1d81-436e-a205-614329052f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:45.954695", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2121507656", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8552ed6-1d81-436e-a205-614329052f27"}], "user_id": "9952746e6b4f4fd5b84fd952379ba055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:46,130 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.053s 2025-08-04 08:31:46,131 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e82089-c9b6-4fb7-b967-bd4c2dc8ea3c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e82089-c9b6-4fb7-b967-bd4c2dc8ea3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'{"volume": {"id": "c8552ed6-1d81-436e-a205-614329052f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:46.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2121507656", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8552ed6-1d81-436e-a205-614329052f27"}], "user_id": "9952746e6b4f4fd5b84fd952379ba055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31ad314de5eb43329b9f0c8a38923283"}}' 2025-08-04 08:31:47,217 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.071s 2025-08-04 08:31:47,217 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a47491-7a58-4f53-bdab-8ada564d7d3e', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a47491-7a58-4f53-bdab-8ada564d7d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'{"volume": {"id": "c8552ed6-1d81-436e-a205-614329052f27", "status": "error", "size": 1, "availability_zone": "nova", "cr eated_at": "2025-08-04T08:31:46.000000", "updated_at": "2025-08-04T08:31:46.000000", "name": "tempest-tempest.common.compute-volume-2121507656", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8552ed6-1d81-436e-a205-614329052f27"}], "user_id": "9952746e6b4f4fd5b84fd952379ba055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31ad314de5eb43329b9f0c8a38923283"}}' 2025-08-04 08:31:47,359 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.127s 2025-08-04 08:31:47,359 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-dd857533-8314-43ee-9693-42e4c5a24578', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'' 2025-08-04 08:31:47,379 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.018s 2025-08-04 08:31:47,379 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-82e907b7-d809-4773-b683-1bfe088dd642', 'x-openstack-request-id': 'req-82e907b7-d809-4773-b683-1bfe088dd642', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c8552ed6-1d81-436e-a205-614329052f27 could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [1.059748s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.430957s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.274364s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.388631s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.063328s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.067610s] ... ok {5} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.268080s] ... ok {4} 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 7c6ab6d8-2ed5-4b18-90a3-72adf64c18bb failed to build and is in ERROR status {4} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {5} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.437853s] ... ok {5} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.036001s] ... ok {5} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.043950s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [3.258332s] ... 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 b8d18220-4c34-407e-ba4f-699fd410cb22 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:06,941 99899 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.620s 2025-08-04 08:32:06,942 99899 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-1238923541", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7b899d-bee7-4aad-a003-c95e460607aa', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7b899d-bee7-4aad-a003-c95e460607aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "685293b2-22b8-408e-9b3b-5929967c6773", "name": "tempest-VolumeTypesTest-volume-type-1238923541", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:32:07,027 99899 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.076s 2025-08-04 08:32:07,027 99899 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-1058484518", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c42b875-1dbe-49d1-b1eb-83ec97ad353a', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c42b875-1dbe-49d1-b1eb-83ec97ad353a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a378b93e-021e-4dd1-a59b-c468e606da75", "name": "tempest-VolumeTypesTest-volume-type-1058484518", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:32:07,995 99899 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.964s 2025-08-04 08:32:07,995 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1293029871", "volume_type": "685293b2-22b8-408e-9b3b-5929967c6773", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04d24146-3d62-460c-a6b9-95a2ce68a3a7', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04d24146-3d62-460c-a6b9-95a2ce68a3a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:07.818896", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18 220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:08,072 99899 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/b8d18220-4c34-407e-ba4f-699fd410cb22 0.063s 2025-08-04 08:32:08,073 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00ce4666-a16e-47b5-9c48-997abd3c6762', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ce4666-a16e-47b5-9c48-997abd3c6762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:08.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33f7aab0683f432faf30bc849ba5970c"}}' 2025-08-04 08:32:09,140 99899 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/b8d18220-4c34-407e-ba4f-699fd410cb22 0.051s 2025-08-04 08:32:09,141 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2756583f-c975-4eab-b82c-2da49f4c3e01', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2756583f-c975-4eab-b82c-2da49f4c3e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:08.000000", "updated_at": "2025-08-04T08:32:08.000000", "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33f7aab0683f432faf30bc849ba5970c"}}' 2025-08-04 08:32:09,199 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanup s): 200 GET http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22 0.042s 2025-08-04 08:32:09,199 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26914e41-fd83-4b55-8ac5-70e08ea2363e', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26914e41-fd83-4b55-8ac5-70e08ea2363e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:08.000000", "updated_at": "2025-08-04T08:32:08.000000", "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33f7aab0683f432faf30bc849ba5970c"}}' 2025-08-04 08:32:09,395 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22 0.180s 2025-08-04 08:32:09,396 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-de1bf37e-8ff1-49c9-a25f-723d998bc8ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'' 2025-08-04 08:32:09,421 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22 0.024s 2025-08-04 08:32:09,421 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e28c19-f36e-4ef9-ac69-f837c7ff836d', 'x-openstack-request-id': 'req-c0e28c19-f36e-4ef9-ac69-f837c7ff836d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8d18220-4c34-407e-ba4f-699fd410cb22 could not be found."}}' 2025-08-04 08:32:09,474 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75 0.052s 2025-08-04 08:32:09,475 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-1803e9be-1340-464f-9641-9cbd3c6458c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75'} Body: b'' 2025-08-04 08:32:09,492 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75 0.016s 2025-08-04 08:32:09,492 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-54fd941d-981b-4fc5-ab5b-ae21998cba0c', 'x-openstack-request-id': 'req-54fd941d-981b-4fc5-ab5b-ae21998cba0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a378b93e-021e-4dd1-a59b-c468e606da75 could not be found."}}' 2025-08-04 08:32:09,548 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773 0.055s 2025-08-04 08:32:09,549 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-dc603ffc-ba66-4a34-9809-25c749948992', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773'} Body: b'' 2025-08-04 08:32:09,576 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773 0.026s 2025-08-04 08:32:09,577 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-f644326a-c100-4ded-8aec-78cc05fff234', 'x-openstack-request-id': 'req-f644326a-c100-4ded-8aec-78cc05fff234', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 685293b2-22b8-408e-9b3b-5929967c6773 could not be found."}}' {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.158435s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.496851s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.046697s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.215984s] ... ok {5} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.952070s] ... 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 70a15422-b59f-4f05-8158-b8e369118778 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:08,729 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/7846c5bf3c2e45099b4361302af44a69?usage=True 0.042s 2025-08-04 08:32:08,730 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49c51453-0786-4c61-9250-80cf5415492e', 'content-length': '1482', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49c51453-0786-4c61-9250-80cf5415492e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/7846c5bf3c2e45099b4361302af44a69?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_tempest-VolumeTypesTest-volume-type-1058484518": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-VolumeTypesTest-volume-type-1058484518": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-VolumeTypesTest-volume-type-1058484518": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-VolumeTypesTest-volume-type-1238923541": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-VolumeTypesTest-volume-type-1238923541": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-VolumeTypesTest-volume-type-1238923541": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:09,188 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.445s 2025-08-04 08:32:09,188 99901 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-916435468"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c6e464-415a-49f7-8e07-dafda86e0056', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c6e464-415a-49f7-8e07-dafda86e0056', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.084994", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, " consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:09,274 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.060s 2025-08-04 08:32:09,275 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c61e03-66c2-499a-aab0-b766724cbb89', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c61e03-66c2-499a-aab0-b766724cbb89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:10,351 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.049s 2025-08-04 08:32:10,352 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b112c26-18f9-4e80-96ff-fcca90bb7c22', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b112c26-18f9-4e80-96ff-fcca90bb7c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.000000", "updated_at": "2025-08-04T08:32:09.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:10,422 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.048s 2025-08-04 08:32:10,423 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59f95a23-a0c2-45d7-97a2-222b71004c72', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59f95a23-a0c2-45d7-97a2-222b71004c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.000000", "updated_at": "2025-08-04T08:32:09.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:10,584 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.131s 2025-08-04 08:32:10,585 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-64daa706-73d2-4555-b187-36ac9c391d36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'' 2025-08-04 08:32:10,636 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.050s 2025-08-04 08:32:10,637 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-af7ef075-c561-4a23-8f08-efc6bbe60927', 'x-openstack-request-id': 'req-af7ef075-c561-4a23-8f08-efc6bbe60927', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 70a15422-b59f-4f05-8158-b8e369118778 could not be found."}}' {5} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.923420s] ... 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 eb97c751-5d34-4be1-89ea-6f3cf4099b64 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:11,109 99901 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.463s 2025-08-04 08:32:11,109 99901 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-841774395"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded5a418-8f51-42c3-a757-892fb6e1c19a', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded5a418-8f51-42c3-a757-892fb6e1c19a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:10.775836", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:11,196 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.060s 2025-08-04 08:32:11,196 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f507d0-f804-45cc-a767-e2081555d4f0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f507d0-f804-45cc-a767-e2081555d4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:11.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:12,287 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.075s 2025-08-04 08:32:12,288 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-ca5cde22-5d5d-4ac4-8265-48d9dfd46d38', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca5cde22-5d5d-4ac4-8265-48d9dfd46d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:11.000000", "updated_at": "2025-08-04T08:32:11.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:12,415 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.112s 2025-08-04 08:32:12,416 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809492a3-aaad-4b7c-b62c-7d8a48d5c973', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809492a3-aaad-4b7c-b62c-7d8a48d5c973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:11.000000", "updated_at": "2025-08-04T08:32:11.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:12,541 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.099s 2025-08-04 08:32:12,541 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-db34c68e-2319-47d4-809c-a7ad2b23e6b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'' 2025-08-04 08:32:12,563 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d 34-4be1-89ea-6f3cf4099b64 0.021s 2025-08-04 08:32:12,564 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-acde248e-40b3-436d-8bcc-7aefa51be660', 'x-openstack-request-id': 'req-acde248e-40b3-436d-8bcc-7aefa51be660', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eb97c751-5d34-4be1-89ea-6f3cf4099b64 could not be found."}}' {5} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.066307s] ... ok {5} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.470663s] ... ok {2} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.876648s] ... 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 f10960b9-1f1f-48c5-bcdb-adcde1678a8c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:16,101 99895 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.701s 2025-08-04 08:32:16,101 99895 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-151197568", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9655ee6-7650-4770-ad61-c2502e290a93', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9655ee6-7650-4770-ad61-c2502e290a93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f10960b9-1f1f-48c5-bcdb-adcde1678a8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:15.902356", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-151197568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}], "user_id": "1990f696d2ae49539b61fcfaa1ad431b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:16,190 99895 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c 0.073s 2025-08-04 08:32:16,191 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cd1238-2e5a-4056-9adc-1ca4f8e5ceab', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9cd1238-2e5a-4056-9adc-1ca4f8e5ceab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c'} Body: b'{"volume": {"id": "f10960b9-1f1f-48c5-bcdb-adcde1678a8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:16.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-151197568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}], "user_id": "1990f696d2ae49539b61fcfaa1ad431b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2bb9437aa571490bb37a10b27fe4a691"}}' 2025-08-04 08:32:17,260 99895 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c 0.053s 2025-08-04 08:32:17,261 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-4e87069f-a4a4-43ad-910e-d8f2cf89e4ec', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e87069f-a4a4-43ad-910e-d8f2cf89e4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c'} Body: b'{"volume": {"id": "f10960b9-1f1f-48c5-bcdb-adcde1678a8c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:16.000000", "updated_at": "2025-08-04T08:32:16.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-151197568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}], "user_id": "1990f696d2ae49539b61fcfaa1ad431b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2bb9437aa571490bb37a10b27fe4a691"}}' {4} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 d22e6df2-317c-46b8-ae15-913e91ca4268 failed to build and is in ERROR status {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [2.074240s] ... 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 9049b6c8-4430-4784-84b9-a2fcb994af90 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:20,938 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.665s 2025-08-04 08:32:20,938 99901 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-1587294383"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e82a8c-fca1-43f2-a3da-ba5cea0f4715', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e82a8c-fca1-43f2-a3da-ba5cea0f4715', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:20.839741", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:21,006 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.051s 2025-08-04 08:32:21,006 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e6d49d-a809-4fc0-a6ef-812c88f7b838', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e6d49d-a809-4fc0-a6ef-812c88f7b838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:21.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:22,102 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.065s 2025-08-04 08:32:22,103 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bff3fa69-5d74-4b65-a7dc- 31fe00b76d15', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bff3fa69-5d74-4b65-a7dc-31fe00b76d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:21.000000", "updated_at": "2025-08-04T08:32:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:22,160 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.041s 2025-08-04 08:32:22,160 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc07fc6-21f4-482f-8be8-dd123284c2f7', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc07fc6-21f4-482f-8be8-dd123284c2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:21.000000", "updated_at": "2025-08-04T08:32:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:22,321 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.146s 2025-08-04 08:32:22,322 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee6af19-422a-4620-b32e-6fc4ec33a427', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'' 2025-08-04 08:32:22,344 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.022s 2025-08-04 08:32:22,345 99901 DEBUG [tempest.lib.c ommon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-379a31b4-ed3a-40db-96a9-5ab58010f5bc', 'x-openstack-request-id': 'req-379a31b4-ed3a-40db-96a9-5ab58010f5bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9049b6c8-4430-4784-84b9-a2fcb994af90 could not be found."}}' {4} setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 727cfbd3-20e0-4cbe-a24d-52cda21feace failed to build and is in ERROR status {5} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.644573s] ... 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 57566ef9-c5c6-452f-b16a-c936a074f1fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:22,607 99901 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.259s 2025-08-04 08:32:22,608 99901 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-1067748452"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa04ec4-d8b0-4b38-aa93-7faa85c2ebce', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa04ec4-d8b0-4b38-aa93-7faa85c2ebce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:22.523345", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:22,664 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.043s 2025-08-04 08:32:22,665 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32186bc2-b614-460d-aa0c-f2d037b5485d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32186bc2-b614-460d-aa0c-f2d037b5485d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:23.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:23,729 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.048s 2025-08-04 08:32:23,730 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-cf89410a-4a91-45e7-b64f-95cea5ee8767', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf89410a-4a91-45e7-b64f-95cea5ee8767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:23.000000", "updated_at": "2025-08-04T08:32:23.000000", "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:23,796 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.051s 2025-08-04 08:32:23,797 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03857b9b-6850-486a-b284-00b02e07cb8e', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03857b9b-6850-486a-b284-00b02e07cb8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:23.000000", "updated_at": "2025-08-04T08:32:23.000000", "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:23,961 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.147s 2025-08-04 08:32:23,962 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d385fc-c914-4a8b-8868-9af590c7d6cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'' 2025-08-04 08:32:23,991 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.028s 2025-08-04 08:32:23,991 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3014f056-d70d-46df-a979-1e3f5ca4989b', 'x-openstack-request-id': 'req-3014f056-d70d-46df-a979-1e3f5ca4989b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 57566ef9-c5c6-452f-b16a-c936a074f1fe could not be found."}}' {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.937742s] ... 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 6f8bb254-109f-4b8e-8ced-2931036bd793 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:26,547 99899 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.499s 2025-08-04 08:32:26,547 99899 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-1506736581"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70457b40-c90f-460b-85b0-68285c34127b', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70457b40-c90f-460b-85b0-68285c34127b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.468380", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:32:26,672 99899 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/6f8bb254-109f-4b8e-8ced-2931036bd793 0.110s 2025-08-04 08:32:26,672 99899 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': 'Mon, 04 Aug 2025 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2513ace1-0b3c-4647-860b-e239d3929e28', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2513ace1-0b3c-4647-860b-e239d3929e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:27,733 99899 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/6f8bb254-109f-4b8e-8ced-2931036bd793 0.045s 2025-08-04 08:32:27,733 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6947bb29-1b48-4cb8-8781-7efe75b51c31', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6947bb29-1b48-4cb8-8781-7efe75b51c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.000000", "updated_at": "2025-08-04T08:32:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:27,794 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793 0.045s 2025-08-04 08:32:27,794 99899 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': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99893ee-3403-4a0c-8ee5-ed161de3d723', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99893ee-3403-4a0c-8ee5-ed161de3d723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.000000", "updated_at": "2025-08-04T08:32:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:27,949 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793 0.140s 2025-08-04 08:32:27,950 99899 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': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa9d182-c2c1-48bc-833a-461a89613bc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'' 2025-08-04 08:32:27,983 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793 0.032s 2025-08-04 08:32:27,984 99899 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': 'Mon, 04 Aug 2025 08:32:27 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-a59b109f-57c2-4398-a8c5-971ac1f80998', 'x-openstack-request-id': 'req-a59b109f-57c2-4398-a8c5-971ac1f80998', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f8bb254-109f-4b8e-8ced-2931036bd793 could not be found."}}' {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.857276s] ... 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 96a1fcd6-ea42-4862-9f13-4d221a727889 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:28,251 99899 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.264s 2025-08-04 08:32:28,252 99899 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-504712886"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-986d74ec-e3c6-4729-bdac-ad09858385b2', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-986d74ec-e3c6-4729-bdac-ad09858385b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.177623", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:32:28,310 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.044s 2025-08-04 08:32:28,310 99899 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': 'Mon, 04 Aug 2025 08:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b74536b-b9ab-44ba-ad46-9701e0c2698a', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b74536b-b9ab-44ba-ad46-9701e0c2698a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:29,627 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.300s 2025-08-04 08:32:29,627 99899 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': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9f06b7-ec2a-4bb3-ad05-ee06a2a60485', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9f06b7-ec2a-4bb3-ad05-ee06a2a60485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.000000", "updated_at": "2025-08-04T08:32:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:29,691 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.040s 2025-08-04 08:32:29,691 99899 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': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8b4e41-94e9-4f28-948b-d8859b0e9418', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8b4e41-94e9-4f28-948b-d8859b0e9418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.000000", "updated_at": "2025-08-04T08:32:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:29,818 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.112s 2025-08-04 08:32:29,818 99899 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': 'Mon, 04 Aug 2025 08:32:29 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-988f9c99-2144-4927-a560-bc0f4ec09f69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'' 2025-08-04 08:32:29,841 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.021s 2025-08-04 08:32:29,842 99899 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': 'Mon, 04 Aug 2025 08:32:29 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-c936498b-e0ca-4330-85bd-9a173d5f74b2', 'x-openstack-request-id': 'req-c936498b-e0ca-4330-85bd-9a173d5f74b2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 96a1fcd6-ea42-4862-9f13-4d221a727889 could not be found."}}' {5} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.910861s] ... 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 26077b9e-73e0-4a51-9b67-7f7de4cb06cd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:27,096 99901 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.241s 2025-08-04 08:32:27,097 99901 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': 'Mon, 04 Aug 2025 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82b2dc4-6cd6-4ece-8789-272968849fff', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d82b2dc4-6cd6-4ece-8789-272968849fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e43f0edc-783f-4d08-9def-15dcbdbb7eee", "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-04 08:32:27,979 99901 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.879s 2025-08-04 08:32:27,980 99901 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': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-960e3fed-9c68-4fc0-b78a-6df0e34da38e', '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": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:28Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,146 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577/file 1.163s 2025-08-04 08:32:29,146 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6f3911c9 -ebfe-4270-b704-1325bc272c4f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file'} Body: b'' 2025-08-04 08:32:29,168 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577 0.021s 2025-08-04 08:32:29,168 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-82cb2462-dbf5-4d20-a8ae-4cefaf20ceb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577'} 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": "623d697eb77904583cab0b2534f9a83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "94ed9b0b2fb689a0bd414cf43564ff78ffac3825d6870917eabdd241e50cd15b3bc4917ad56d3b56972ed3a029a1518820398192b3756f494f4c386d00c9d1a8", "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:29Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,186 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577 0.017s 2025-08-04 08:32:29,186 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6a95ae43-82d4-4ad5-b83c-439c1051d27e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577'} 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": "623d697eb77904583cab0b2534f9a83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "94ed9b0b2fb689a0bd414cf43564ff78ffac3825d6870917eabdd241e50cd15b3bc4917ad56d3b56972ed3a029a1518820398192b3756f494f4c386d00c9d1a8", "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:29Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,212 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577 0.025s 2025-08-04 08:32:29,213 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3773ab8f-781b-40dd-9501-ef3b84e38750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577'} 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": "623d697eb77904583cab0b2534f9a83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "94ed9b0b2fb689a0bd414cf43564ff78ffac3825d6870917eabdd241e50cd15b3bc4917ad56d3b56972ed3a029a1518820398192b3756f494f4c386d00c9d1a8", "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:29Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,639 99901 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.425s 2025-08-04 08:32:29,639 99901 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": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48705989-100d-4bbc-bc47-1129efab276c', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48705989-100d-4bbc-bc47-1129efab276c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "26077b9e-73e0-4a51-9b67-7f7de4cb06cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:29.555635", "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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}], "user_id": "b5fb542a1d9745bb8ba717ee3d8a06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:29,688 99901 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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd 0.035s 2025-08-04 08:32:29,688 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e03f4205-2b01-445d-90bc-d4bb8cfc34a6', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e03f4205-2b01-445d-90bc-d4bb8cfc34a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd'} Body: b'{"volume": {"id": "26077b9e-73e0-4a51-9b67-7f7de4cb06cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:30.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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}], "user_id": "b5fb542a1d9745bb8ba717ee3d8a06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba5d3c220f7d436d9b71c6633f3f50af"}}' 2025-08-04 08:32:30,750 99901 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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd 0.046s 2025-08-04 08:32:30,750 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4150e474-7b5b-48bd-84f4-f545beb5a760', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4150e474-7b5b-48bd-84f4-f545beb5a760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd'} Body: b'{"volume": {"id": "26077b9e-73e0-4a51-9b67-7f7de4cb06cd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:30.000000", "updated_at": "2025-08-04T08:32:30.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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}], "user_id": "b5fb542a1d9745bb8ba717ee3d8a06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba5d3c220f7d436d9b71c6633f3f50af"}}' {5} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {4} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.713102s] ... 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 67abd271-35c9-4f61-ae22-db99d906d974 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:33,771 99899 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.364s 2025-08-04 08:32:33,771 99899 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-1331782896"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e598ff8-6b31-4781-9039-62ba101308aa', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e598ff8-6b31-4781-9039-62ba101308aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:33.684654", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:33,824 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.039s 2025-08-04 08:32:33,824 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336a9ffb-b91d-46d3-aec0-c1b6afae0b72', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336a9ffb-b91d-46d3-aec0-c1b6afae0b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:34.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa7f1e8751fd403e9dd8a27e67ffc820"}}' 2025-08-04 08:32:34,886 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.047s 2025-08-04 08:32:34,887 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-39ab7ae3-3a2f-4f01-a78d-8c08503cfe45', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ab7ae3-3a2f-4f01-a78d-8c08503cfe45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:34.000000", "updated_at": "2025-08-04T08:32:34.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa7f1e8751fd403e9dd8a27e67ffc820"}}' 2025-08-04 08:32:34,996 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.090s 2025-08-04 08:32:34,996 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab0caf4-8848-4690-84b1-84377c87c6db', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab0caf4-8848-4690-84b1-84377c87c6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:34.000000", "updated_at": "2025-08-04T08:32:34.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa7f1e8751fd403e9dd8a27e67ffc820"}}' 2025-08-04 08:32:35,097 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.088s 2025-08-04 08:32:35,098 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-2dead0d9-87c1-40af-81c7-731ff96daaed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'' 2025-08-04 08:32:35,117 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9- 4f61-ae22-db99d906d974 0.019s 2025-08-04 08:32:35,118 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-c78a8d31-5868-448a-8358-75e0153ed9b0', 'x-openstack-request-id': 'req-c78a8d31-5868-448a-8358-75e0153ed9b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 67abd271-35c9-4f61-ae22-db99d906d974 could not be found."}}' {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [136.413085s] ... 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 dd16b91a-5050-4abf-9522-1e79f643ad74 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:12,398 99893 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:31:17,502 99893 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 5.102s 2025-08-04 08:31:17,502 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1678649113", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEioUmvVzy+7Fut0Zy/9UV5gSMeRulFa02aemLMEZ8KWEmwxnof9QkrA9yR5rJTuwIezLZY/zaMmF4pDtiBu8UXJDYCkHW81GJK25TFv+4sG7Fg9RE7ZijTeELUcfeN1TA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:12 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-66ce9b51-c698-4ae4-96b2-e29f3890ad04', 'x-compute-request-id': 'req-66ce9b51-c698-4ae4-96b2-e29f3890ad04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1678649113", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEioUmvVzy+7Fut0Zy/9UV5gSMeRulFa02aemLMEZ8KWEmwxnof9QkrA9yR5rJTuwIezLZY/zaMmF4pDtiBu8UXJDYCkHW81GJK25TFv+4sG7Fg9RE7ZijTeELUcfeN1TA==", "fingerprint": "dd:bf:55:3d:b3:fa:8c:2b:39:71:ea:50:f5:29:64:d2", "user_id": "1cedd8067a3944ca9c39313479a0825d"}}' 2025-08-04 08:31:17,505 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1678649113 created 2025-08-04 08:31:20,151 99893 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 2.645s 2025-08-04 08:31:20,151 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1236405643", "description": "tempest-description--1265951298"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-8a577c3e-ac46-43d5-a229-279e17319ccd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "db3a9fba-d85b-4e07-96af-f938294671dc", "name": "tempest-securitygroup--1236405643", "stateful": true, "tenant_id": "3ee9da6a80a149739586ec0179c81186", "description": "tempest-description--1265951298", "shared": false, "security_group_rules": [{"id": "aabc5861-f14e-4a12-8b01-93de4f1683dc", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "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": 326, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 0}, {"id": "d7446ac8-77b6-4196-9daf-0d929e540ae7", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "ethertype": "IPv4", "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": 325, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 1, "project_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:31:23,797 99893 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 3.645s 2025-08-04 08:31:23,797 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-32a5cf0a-93e6-4f6b-88eb-1287d4f53994', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc17da1e-5523-4fd6-ab6b-9971df675a20", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "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-04T08:31:23Z", "updated_at": "2025-08-04T08:31:23Z", "revision_number": 0}}' 2025-08-04 08:31:25,988 99893 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.190s 2025-08-04 08:31:25,989 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b533be63-5545-4560-8ad6-571d9d16c829', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1ada18e-9e09-45cb-b9fd-4626ddff0407", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "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-04T08:31:25Z", "updated_at": "2025-08-04T08:31:25Z", "revision_number": 0}}' 2025-08-04 08:31:25,989 99893 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1236405643 created 2025-08-04 08:31:29,220 99893 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 3.230s 2025-08-04 08:31:29,220 99893 DEBUG [tempest.lib.common.rest_client] Reque st - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f337f802-8c09-4e4e-a103-8d8504be2873', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f67763e7-9f79-4b7b-87a5-f4cebd52bec0", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "floating_ip_address": "172.24.4.70", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3ee9da6a80a149739586ec0179c81186", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:28Z", "updated_at": "2025-08-04T08:31:28Z", "revision_number": 0}}' 2025-08-04 08:31:29,220 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f67763e7-9f79-4b7b-87a5-f4cebd52bec0', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:28Z', 'updated_at': '2025-08-04T08:31:28Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2025-08-04 08:31:29,329 99893 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.104s 2025-08-04 08:31:29,329 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-132e26c0-6168-4c12-8451-c40641573e5e', '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": "1cedd8067a3944ca9c39313479a0825d", "name": "tempest-VolumesAdminNegativeTest-406877280-project-member", "password_expires_at": null}, "audit_ids": ["F9YQkUmSRT6uBCkMjQzXGw"], "expires_at": "2025-08-04T09:31:29.000000Z", "issued_at": "2025-08-04T08:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ee9da6a80a149739586ec0179c81186", "name": "tempest-VolumesAdminNegativeTest-406877280"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "re gion_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ee9da6a80a149739586ec0179c81186", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:29,330 99893 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '236fb2ca-1a62-4c50-9d9a-75cafda33927', 'name': 'tempest-VolumesAdminNegativeTest-815194855-network', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ee9da6a80a149739586ec0179c81186', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18302, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:23Z', 'updated_at': '2025-08-04T08:30:23Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:29,330 99893 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1678649113', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEioUmvVzy+7Fut0Zy/9UV5gSMeRulFa02aemLMEZ8KWEmwxnof9QkrA9yR5rJTuwIezLZY/zaMmF4pDtiBu8UXJDYCkHW81GJK25TFv+4sG7Fg9RE7ZijTeELUcfeN1TA==', 'fingerprint': 'dd:bf:55:3d:b3:fa:8c:2b:39:71:ea:50:f5:29:64:d2', 'user_id': '1cedd8067a3944ca9c39313479a0825d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCXPZtugwGTJL7yP929vAm5rVZuHDTcdgdDKbomeNUbe91gwcunNKXD\nI0VQVD4sjtmgBwYFK4EEACKhZANiAARIqFJr1c8vuxbrdGcv/VFeYEjHkbpRWtNm\nnpizBGfClhJsMZ6H/UJKwPckeayU7sCHsy2WP82jJheKQ7YgbvFFyQ2ApB1vNRiS\ntuUxb/uLBuxYPURO2Yo03hC1HH3jdUw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'db3a9fba-d85b-4e07-96af-f938294671dc', 'name': 'tempest-securitygroup--1236405643', 'stateful': True, 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'description': 'tempest-description--1265951298', 'shared': False, 'security_group_rules': [{'id': 'aabc5861-f14e-4a12-8b01-93de4f1683dc', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'security_group_id': 'db3a9fba-d85b-4e07-96af-f938294671dc', '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': 326, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}, {'id': 'd7446ac8-77b6-4196-9daf-0d929e540ae7', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'security_group_id': 'db3a9fba-d85b-4e07-96af-f938294671dc', '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': 325, 'belongs_to_default_sg': False, 'descripti on': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 1, 'project_id': '3ee9da6a80a149739586ec0179c81186'}, 'floating_ip': {'id': 'f67763e7-9f79-4b7b-87a5-f4cebd52bec0', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:28Z', 'updated_at': '2025-08-04T08:31:28Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2025-08-04 08:31:35,193 99893 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 5.861s 2025-08-04 08:31:35,193 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-600759753", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "236fb2ca-1a62-4c50-9d9a-75cafda33927"}], "security_groups": [{"name": "tempest-securitygroup--1236405643"}], "key_name": "tempest-keypair-1678649113", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36d3fcad-e954-454f-bb42-72c8016ea629', 'x-compute-request-id': 'req-36d3fcad-e954-454f-bb42-72c8016ea629', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1236405643"}], "adminPass": "YcANkyXry8MG"}}' 2025-08-04 08:31:35,907 99893 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/b6c7b4be-517c-4464-bc1a-110bf10e524b 0.711s 2025-08-04 08:31:35,908 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:35 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-6f287b6a-9c81-4108-8cb1-4ff3d72553c7', 'x-compute-request-id': 'req-6f287b6a-9c81-4108-8cb1-4ff3d72553c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b'} Body: b'{"server": {"id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "name": "tempest-VolumesAdminNegativeTest-server-600759753", "status": "BUILD", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostI d": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1678649113", "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-04 08:32:26,260 99893 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/b6c7b4be-517c-4464-bc1a-110bf10e524b 0.287s 2025-08-04 08:32:26,261 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:25 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-a8481699-b7f1-489a-87a7-b8bb56ccfbaa', 'x-compute-request-id': 'req-a8481699-b7f1-489a-87a7-b8bb56ccfbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b'} Body: b'{"server": {"id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "name": "tempest-VolumesAdminNegativeTest-server-600759753", "status": "ACTIVE", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostId": "d5e1866baecb8d2493a91a7bc8c5063a95d0a3111bdd8f6028c348d2", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:32:00Z", "addresses": {"tempest-VolumesAdminNegativeTest-815194855-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:79:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1678649113", "OS-SRV-USG:launched_at": "2025-08-04T08:31:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1236405643"}], "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-04 08:32:26,277 99893 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:26,484 99893 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/b6c7b4be-517c-4464-bc1a-110bf10e524b/os-interface 0.147s 2025-08-04 08:33:26,484 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 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-25c6d3b7-cd50-4468-b842-341f35b5fc44', 'x-compute-request-id': 'req-25c6d3b7-cd50-4468-b842-341f35b5fc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "236fb2ca-1a62-4c50-9d9a-75cafda33927", "port_id": "745f00de-c75c-49eb-b734-8490f72f6cbf", "mac_addr": "fa:16:3e:b3:79:e1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "01fbbec7-43fb-4164-a4bb-0cff818531b7", "ip_address": "10.0.0.6"}]}]}' 2025-08-04 08:33:27,371 99893 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/f67763e7-9f79-4b7b-87a5-f4cebd52bec0 0.883s 2025-08-04 08:33:27,371 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "745f00de-c75c-49eb-b734-8490f72f6cbf"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6c67a13e-23f7-4bdc-8ded-f3b5d8a0b27d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f67763e7-9f79-4b7b-87a5-f4cebd52bec0'} Body: b'{"floatingip": {"id": "f67763e7-9f79-4b7b-87a5-f4cebd52bec0", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "floating_ip_address": "172.24.4.70", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "0f93c9f9-f11b-4c7c-9e28-b1521c418017", "port_id": "745f00de-c75c-49eb-b734-8490f72f6cbf", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "236fb2ca-1a62-4c50-9d9a-75cafda33927", "mac_address": "fa:16:3e:b3:79:e1", "admin_state_up": true, "status": "ACTIVE", "device_id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:28Z", "updated_at": "2025-08-04T08:33:26Z", "revision_number": 1, "project_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:33:27,373 99893 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.70:22' as 'cirros' with public key authentication 2025-08-04 08:33:27,386 99893 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:27,490 99893 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:27,491 99893 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.70 successfully created 2025-08-04 08:33:27,692 99893 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.200s 2025-08-04 08:33:27,693 99893 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-1252294776"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d842392-f691-4447-b930-01d9e9de62d2', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d842 392-f691-4447-b930-01d9e9de62d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dd16b91a-5050-4abf-9522-1e79f643ad74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:27.633667", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1252294776", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:27,742 99893 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/dd16b91a-5050-4abf-9522-1e79f643ad74 0.036s 2025-08-04 08:33:27,742 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836926dc-6dd4-4f21-b12a-750c0a0346b9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836926dc-6dd4-4f21-b12a-750c0a0346b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74'} Body: b'{"volume": {"id": "dd16b91a-5050-4abf-9522-1e79f643ad74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1252294776", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:33:28,795 99893 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/dd16b91a-5050-4abf-9522-1e79f643ad74 0.038s 2025-08-04 08:33:28,796 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-546ca67c-4fb8-46ba-9363-1e498dd83d2e', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-546ca67c-4fb8-46ba-9363-1e498dd83d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74'} Body: b'{"volume": {"id": "dd16b91a-5050-4abf-9522-1e79f643ad74", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": "2025-08-04T08:33:28.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1252294776", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{" rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [115.268665s] ... 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 e87558ee-bf5a-4154-8ac8-97450e89c2bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:47,487 99891 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.088s 2025-08-04 08:31:47,487 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dc899f35-614c-4586-add6-8630434f776c', '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": "749e7f30873149e28556ea437f1e9d44", "name": "tempest-DeleteServersTestJSON-1681631661-project-member", "password_expires_at": null}, "audit_ids": ["IVO0ISAJQ_Smc9YJZMwHoA"], "expires_at": "2025-08-04T09:31:47.000000Z", "issued_at": "2025-08-04T08:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5297d737b6c54e69a563cdd93a52687a", "name": "tempest-DeleteServersTestJSON-1681631661"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5297d737b6c54e69a563cdd93a52687a", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:47,488 99891 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'faf77fa6-3764-4fb9-8f18-68b75b515d2f', 'name': 'tempest-DeleteServersTestJSON-1639576179-network', 'tenant_id': '5297d737b6c54e69a563cdd93a52687a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5297d737b6c54e69a563cdd93a52687a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45740, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'cre ated_at': '2025-08-04T08:31:37Z', 'updated_at': '2025-08-04T08:31:37Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:50,508 99891 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 3.019s 2025-08-04 08:31:50,508 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-438224561", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "faf77fa6-3764-4fb9-8f18-68b75b515d2f"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1480b1a5-4a8d-46e2-91d2-0beca679e71f', 'x-compute-request-id': 'req-1480b1a5-4a8d-46e2-91d2-0beca679e71f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d03bff2-7dd3-49ea-a2f8-53751105fdf3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qx3pB3mNeVoX"}}' 2025-08-04 08:31:50,984 99891 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/8d03bff2-7dd3-49ea-a2f8-53751105fdf3 0.469s 2025-08-04 08:31:50,984 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef26a96-e259-4e25-b272-fcd9ad8f3374', 'x-compute-request-id': 'req-cef26a96-e259-4e25-b272-fcd9ad8f3374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3'} Body: b'{"server": {"id": "8d03bff2-7dd3-49ea-a2f8-53751105fdf3", "name": "tempest-DeleteServersTestJSON-server-438224561", "status": "BUILD", "tenant_id": "5297d737b6c54e69a563cdd93a52687a", "user_id": "749e7f30873149e28556ea437f1e9d44", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:50Z", "updated": "2025-08-04T08:31:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}], "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-04 08:32:41,269 99891 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/8d03bff2-7dd3-49ea-a2f8-53751105fdf3 0.217s 2025-08-04 08:32:41,270 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4bec44b-0235-4994-abca-0d1d22778125', 'x-compute-request-id': 'req-f4bec44b-0235-4994-abca-0d1d22778125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3'} Body: b'{"server": {"id": "8d03bff2-7dd3-49ea-a2f8-53751105fdf3", "name": "tempest-DeleteServersTestJSON-server-438224561", "status": "ACTIVE", "tenant_id": "5297d737b6c54e69a563cdd93a52687a", "user_id": "749e7f30873149e28556ea437f1e9d44", "metadata": {}, "hostId": "128d0c1b21556bf6ba8cd63fcf54061111aa24cb2f234718533ed20f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:50Z", "updated": "2025-08-04T08:32:17Z", "addresses": {"tempest-DeleteServersTestJSON-1639576179-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:07:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:32:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:32:41,285 99891 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:33:41,539 99891 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.194s 2025-08-04 08:33:41,539 99891 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-496172326"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82f4d55-e82d-48f1-8bfd-4bf760967df2', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82f4d55-e82d-48f1-8bfd-4bf760967df2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e87558ee-bf5a-4154-8ac8-97450e89c2bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:41.482918", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-496172326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e87558e e-bf5a-4154-8ac8-97450e89c2bf"}], "user_id": "749e7f30873149e28556ea437f1e9d44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:41,591 99891 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/e87558ee-bf5a-4154-8ac8-97450e89c2bf 0.039s 2025-08-04 08:33:41,591 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-482264af-92c4-4700-b9eb-396f8283fd5a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-482264af-92c4-4700-b9eb-396f8283fd5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf'} Body: b'{"volume": {"id": "e87558ee-bf5a-4154-8ac8-97450e89c2bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:41.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-496172326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}], "user_id": "749e7f30873149e28556ea437f1e9d44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5297d737b6c54e69a563cdd93a52687a"}}' 2025-08-04 08:33:42,643 99891 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/e87558ee-bf5a-4154-8ac8-97450e89c2bf 0.037s 2025-08-04 08:33:42,643 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a076ca5a-8881-4d67-b9dc-e0a4e071391c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a076ca5a-8881-4d67-b9dc-e0a4e071391c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf'} Body: b'{"volume": {"id": "e87558ee-bf5a-4154-8ac8-97450e89c2bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:41.000000", "updated_at": "2025-08-04T08:33:42.000000", "name": "tempest-DeleteServersTestJSON-volume-496172326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}], "user_id": "749e7f30873149e28556ea437f1e9d44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5297d737b6c54e69a563cdd93a52687a"}}' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [196.744400s] ... 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 f15a9dff-5071-4165-8711-df29eccbbdbe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:48,687 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:30:48,688 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:30:48,815 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.125s 2025-08-04 08:30:48,815 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1522096740", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG/AMWq9REKeQ5Afx4D7kJijLPH8Q6LpORxynFcl2fZJznHxERcJ6d718FihtCzHTAIhyu0mFbrcYGVlc6+JyqRYVRV8XIb1LgN2qO5e6luHLpm4qOfwG6o5r0rI94VdLw=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:48 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-6738c152-533d-4255-9029-f8f58b713460', 'x-compute-request-id': 'req-6738c152-533d-4255-9029-f8f58b713460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1522096740", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG/AMWq9REKeQ5Afx4D7kJijLPH8Q6LpORxynFcl2fZJznHxERcJ6d718FihtCzHTAIhyu0mFbrcYGVlc6+JyqRYVRV8XIb1LgN2qO5e6luHLpm4qOfwG6o5r0rI94VdLw==", "fingerprint": "ef:40:c7:e4:53:c4:af:ee:b1:22:a9:3b:fa:bb:6d:d8", "user_id": "af5f493074934520abf01bdbe984f879"}}' 2025-08-04 08:30:48,817 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1522096740 created 2025-08-04 08:30:52,763 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 3.945s 2025-08-04 08:30:52,764 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--430479336", "description": "tempest-description--1334579032"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-8d32293b-3763-4674-bc57-31b6d2d29992', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a6cb7016-835e-4d03-ab33-1b745934b435", "name": "tempest-securitygroup--430479336", "stateful": true, "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "description": "tempest-description--1334579032", "shared": false, "security_group_rules": [{"id": "065bcb49-62f4-41fb-b648-0ee6dd2d73d2", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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": 216, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:52Z", "updated_at": "2025-08-04T08:30:52Z", "revision_number": 0}, {"id": "2287a44b-969b-4035-ae8a-104159bbb243", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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": 215, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:52Z", "updated_at": "2025-08-04T08:30:52Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:30:52Z", "updated_at": "2025-08-04T08:30:52Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:30:54,477 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.712s 2025-08-04 08:30:54,477 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c42f6976-f5dd-416b-b267-f2922b2d7e29', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2aceb4d5-190f-4677-8e13-d4ba65bd44b4", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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-04T08:30:54Z", "updated_at": "2025-08-04T08:30:54Z", "revision_number": 0}}' 2025-08-04 08:30:56,823 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.345s 2025-08-04 08:30:56,823 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2aa53465-8918-41f9-acb5-1aaebd43eb28', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f811c06b-53c3-4f47-a7c3-451190c65c90", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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-04T08:30:56Z", "updated_at": "2025-08-04T08:30:56Z", "revision_number": 0}}' 2025-08-04 08:30:56,824 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--430479336 created 2025-08-04 08:31:02,482 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 5.658s 2025-08-04 08:31:02,483 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8920cdc2-0fdf-4d77-8ced-205dabd8eab4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8d6853fe-00bc-4bac-850d-0941b97cbe5e", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.251", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1696c9ce016243dd84e9dfca0a911820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:01Z", "updated_at": "2025-08-04T08:31:01Z", "revision_number": 0}}' 2025-08-04 08:31:02,483 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8d6853fe-00bc-4bac-850d-0941b97cbe5e', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:01Z', 'updated_at': '2025-08-04T08:31:01Z', 'revision_number': 0, 'ip': '172.24.4.251'} created 2025-08-04 08:31:02,577 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2025-08-04 08:31:02,577 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b12ac7fc-9817-459d-8418-a2e14bbae27e', '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": "af5f493074934520abf01bdbe984f879", "name": "tempest-AttachVolumeTestJSON-829956084-project-member", "password_expires_at": null}, "audit_ids": ["zb77_JR5SV6H-y9Bq3ylUA"], "expires_at": "2025-08-04T09:31:02.000000Z", "issued_at": "2025-08-04T08:31:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1696c9ce016243dd84e9dfca0a911820", "name": "tempest-AttachVolumeTestJSON-829956084"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "i mage", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1696c9ce016243dd84e9dfca0a911820", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:02,578 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9', 'name': 'tempest-AttachVolumeTestJSON-932049602-network', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 32318, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:24Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:02,578 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1522096740', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG/AMWq9REKeQ5Afx4D7kJijLPH8Q6LpORxynFcl2fZJznHxERcJ6d718FihtCzHTAIhyu0mFbrcYGVlc6+JyqRYVRV8XIb1LgN2qO5e6luHLpm4qOfwG6o5r0rI94VdLw==', 'fingerprint': 'ef:40:c7:e4:53:c4:af:ee:b1:22:a9:3b:fa:bb:6d:d8', 'user_id': 'af5f493074934520abf01bdbe984f879', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCM4HHl6NonLF5mphN4jTBOXqCvSlUpneJb8fBW5JPeksiKWADKQyrV\nW0LVRcUiDb6gBwYFK4EEACKhZANiAARvwDFqvURCnkOQH8eA+5CYoyzx/EOi6Tkc\ncpxXJdn2Sc5x8REXCene9fBYobQsx0wCIcrtJhW63GBlZXOvicqkWFUVfFyG9S4D\ndqjuXupbhy6ZuKjn8BuqOa9KyPeFXS8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a6cb7016-835e-4d03-ab33-1b745934b435', 'name': 'tempest-securitygroup--430479336', 'stateful': True, 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'description': 'tempest-description--1334579032', 'shared': False, 'security_group_rules': [{'id': '065bcb49-62f4-41fb-b648-0ee6dd2d73d2', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': 'a6cb7016-835e-4d03-ab33-1b745934b435', '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': 216, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:52Z', 'updated_at': '2025-08-04T08:30:52Z', 'revision_number': 0}, {'id': '2287a44b-969b-4035-ae8a-104159bbb243', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': 'a6cb7016-835e-4d03-ab33-1b745934b435', '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': 215, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:52Z', 'updated_at': '2025-08-04T08:30:52Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:30:52Z', 'upd ated_at': '2025-08-04T08:30:52Z', 'revision_number': 1, 'project_id': '1696c9ce016243dd84e9dfca0a911820'}, 'floating_ip': {'id': '8d6853fe-00bc-4bac-850d-0941b97cbe5e', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:01Z', 'updated_at': '2025-08-04T08:31:01Z', 'revision_number': 0, 'ip': '172.24.4.251'}} 2025-08-04 08:31:17,123 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 14.543s 2025-08-04 08:31:17,123 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-18989645", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9"}], "security_groups": [{"name": "tempest-securitygroup--430479336"}], "key_name": "tempest-keypair-1522096740", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71d859ee-af8e-4f4b-a2e8-9cfea7b32b1b', 'x-compute-request-id': 'req-71d859ee-af8e-4f4b-a2e8-9cfea7b32b1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--430479336"}], "adminPass": "password"}}' 2025-08-04 08:31:20,193 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 3.066s 2025-08-04 08:31:20,193 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 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-8b88127b-96d9-49bf-b300-fb9ffe342b6d', 'x-compute-request-id': 'req-8b88127b-96d9-49bf-b300-fb9ffe342b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "name": "tempest-AttachVolumeTestJSON-server-18989645", "status": "BUILD", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1522096740", "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-04 08:32:10,652 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.396s 2025-08-04 08:32:10,653 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d58f8ff-ec94-4627-aac8-5253071f7b57', 'x-compute-request-id': 'req-3d58f8ff-ec94-4627-aac8-5253071f7b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "name": "tempest-AttachVolumeTestJSON-server-18989645", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:41:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1522096740", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--430479336"}], "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-04 08:32:10,671 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:33:10,859 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/os-interface 0.183s 2025-08-04 08:33:10,859 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:10 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-45c19f3d-d1f6-4bfe-9d02-865b32bc62f9', 'x-compute-request-id': 'req-45c19f3d-d1f6-4bfe-9d02-865b32bc62f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "port_id": "699e090b-f5b1-4653-bc55-7e9a3a2fd09c", "mac_addr": "fa:16:3e:e8:41:89", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "533ee7ff-439b-4c69-b82b-069c30c6bc1d", "ip_address": "10.0.0.5"}]}]}' 2025-08-04 08:33:12,609 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e 1.746s 2025-08-04 08:33:12,610 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "699e090b-f5b1-4653-bc55-7e9a3a2fd09c"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-47eac5cb-9471-4f8d-a8fd-56f7288666d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e'} Body: b'{"floatingip": {"id": "8d6853fe-00bc-4bac-850d-0941b97cbe5e", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.251", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "1391a4c4-7f3b-4eff-ac7b-7c09fd128567", "port_id": "699e090b-f5b1-4653-bc55-7e9a3a2fd09c", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "mac_address": "fa:16:3e:e8:41:89", "admin_state_up": true, "status": "ACTIVE", "device_id": "ada078ae-0258-4f91-b676-c35bb827f703", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:01Z", "updated_at": "2025-08-04T08:33:11Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:33:12,612 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication 2025-08-04 08:33:12,640 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:12,743 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:12,744 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2025-08-04 08:33:12,785 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/ips 0.041s 2025-08-04 08:33:12,786 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:12 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-dc1a2d47-0c02-494c-8518-ae2376cd787d', 'x-compute-request-id': 'req-dc1a2d47-0c02-494c-8518-ae2376cd787d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-04 08:33:12,789 99909 INFO [tempest.lib.common.ssh] Creating ssh co nnection to '172.24.4.251:22' as 'cirros' with public key authentication 2025-08-04 08:33:12,792 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:12,895 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:12,896 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2025-08-04 08:33:12,897 99909 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-04 08:33:12,897 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication 2025-08-04 08:33:12,899 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:13,003 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:13,004 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2025-08-04 08:33:13,240 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.223s 2025-08-04 08:33:13,241 99909 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-456203087"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83163292-112f-4512-bb96-7764f59040b2', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83163292-112f-4512-bb96-7764f59040b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f15a9dff-5071-4165-8711-df29eccbbdbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:13.180951", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-456203087", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:13,294 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe 0.041s 2025-08-04 08:33:13,294 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072c8d5b-3648-449a-b55a-dc5e5b93b7f8', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072c8d5b-3648-449a-b55a-dc5e5b93b7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe'} Body: b'{"volume": {"id": "f15a9dff-5071-4165-8711-df29eccbbdbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:13.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-456203087", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:33:14,357 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe 0.046s 2025-08-04 08:33:14,357 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac2f3fc-1d9d-4113-ab96-2e7be25a4d3e', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac2f3fc-1d9d-4113-ab96-2e7be25a4d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe'} Body: b'{"volume": {"id": "f15a9dff-5071-4165-8711-df29eccbbdbe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:13.000000", "updated_at": "2025-08-04T08:33:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-456203087", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:33:14,548 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.174s 2025-08-04 08:33:14,548 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33: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-56c38dd4-b0be-4745-a344-0d67831eabee', 'x-compute-request-id': 'req-56c38dd4-b0be-4745-a344-0d67831eabee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'' 2025-08-04 08:33:14,743 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.195s 2025-08-04 08:33:14,744 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3b76abb-b126-4325-830c-ddd827758c71', 'x-compute-request-id': 'req-d3b76abb-b126-4325-830c-ddd827758c71', 'connection ': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "name": "tempest-AttachVolumeTestJSON-server-18989645", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:33:14Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:41:89"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:41:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1522096740", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--430479336"}], "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-04 08:34:04,843 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.035s 2025-08-04 08:34:04,843 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-5d6ba104-9181-49e6-ba64-3f586d1339b7', 'x-compute-request-id': 'req-5d6ba104-9181-49e6-ba64-3f586d1339b7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ada078ae-0258-4f91-b676-c35bb827f703 could not be found."}}' 2025-08-04 08:34:04,872 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1522096740 0.028s 2025-08-04 08:34:04,872 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-0925bf71-cf26-4e4a-91d0-621fb63b7526', 'x-compute-request-id': 'req-0925bf71-cf26-4e4a-91d0-621fb63b7526', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1522096740'} Body: b'' 2025-08-04 08:34:05,054 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/net working/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435 0.180s 2025-08-04 08:34:05,054 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e276e47b-9116-443d-9161-a595277659d1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435'} Body: b'' 2025-08-04 08:34:05,073 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435 0.018s 2025-08-04 08:34:05,073 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-eca38467-75be-4601-a72e-a732f6084a9c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a6cb7016-835e-4d03-ab33-1b745934b435 does not exist", "detail": ""}}' 2025-08-04 08:34:05,430 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e 0.356s 2025-08-04 08:34:05,430 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9c68bb68-a7fc-4d32-8d27-97d0d051b1dc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e'} Body: b'' {10} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [189.782711s] ... 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 80d4e7af-6cdc-432d-9442-2f5e2a6b68c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:10,148 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.052s 2025-08-04 08:31:10,149 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-53a15a44-c2f4-4c2e-bc09-fdc99482d6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:11,178 99911 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.000s 2025-08-04 08:31:11,178 99911 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': 'Mon, 04 Aug 2025 08:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-43d27e1d-0e51-4498-a915-4bb7c39285ba', '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": "8eab4ba6b0ac4a508031c705af2f9201", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "created_at": "2025-08-04T08:31:11Z", "updated_at": "2025-08-04T08:31:11Z", "tags": [], "self": "/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "file": "/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:12,683 99911 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/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0/file 1.504s 2025-08-04 08:31:12,683 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8c5340ac-2e1d-4c86-afc8-bc49e2db1e88', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0/file'} Body: b'' 2025-08-04 08:31:12,684 99911 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:31:12,684 99911 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:31:17,563 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 4.877s 2025-08-04 08:31:17,563 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1549730522", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMkkDpqFA4AhFh8Gs4KtUxMAEtaUDaZTiHlnK0Y3ixzow0KZA8bcdHBdqWa/TeOLVYS4JcI5PN8nAs4Alrgnt6PmCN9UmxWF7NhFiRiqlMozX4WTMpR65AV9jNcorB0DLw=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:12 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-709e9b79-bea1-4535-828b-f0d1f59ae94f', 'x-compute-request-id': 'req-709e9b79-bea1-4535-828b-f0d1f59ae94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1549730522", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMkkDpqFA4AhFh8Gs4KtUxMAEtaUDaZTiHlnK0Y3ixzow0KZA8bcdHBdqWa/TeOLVYS4JcI5PN8nAs4Alrgnt6PmCN9UmxWF7NhFiRiqlMozX4WTMpR65AV9jNcorB0DLw==", "fingerprint": "8d:0d:02:17:9f:e1:bd:db:93:02:0b:48:8f:9e:a4:f4", "user_id": "936c06a37108410fa70cab09ff01be5b"}}' 2025-08-04 08:31:17,566 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1549730522 created 2025-08-04 08:31:20,149 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.582s 2025-08-04 08:31:20,149 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1712205547", "description": "tempest-description--1845388663"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-6686976a-df75-4828-a976-292c74aaa8c5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "name": "tempest-securitygroup--1712205547", "stateful": true, "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "description": "tempest-description--1845388663", "shared": false, "security_group_rules": [{"id": "b1aa78be-0eba-4320-b81e-18dcca660802", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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": 328, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_ at": "2025-08-04T08:31:19Z", "revision_number": 0}, {"id": "bf702b3a-be90-4fe2-b1d1-781754ed0fa8", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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": 329, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 1, "project_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:31:23,660 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 3.509s 2025-08-04 08:31:23,660 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-76527dd7-7f27-4d27-9b94-a76fca210797', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "612addc2-1f5f-48d3-b24e-b9a27767e965", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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-04T08:31:23Z", "updated_at": "2025-08-04T08:31:23Z", "revision_number": 0}}' 2025-08-04 08:31:25,685 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.024s 2025-08-04 08:31:25,686 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-23f6a201-1fc2-4c28-9921-b06e5dbe6963', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6159c4f-5680-4f8c-b2f8-3468184d73de", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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-04T08:31:25Z", "updated_at": "2025-08-04T08:31:25Z", "revision_number": 0}}' 2025-08-04 08:31:25,686 99911 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1712205547 created 2025-08-04 08:31:28, 917 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 3.231s 2025-08-04 08:31:28,918 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7db75022-14f7-4bde-b804-9d7c6b0bf62c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9383f70e-78cf-4d58-a7e4-f68ff8de639e", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "floating_ip_address": "172.24.4.158", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d84f1283e1e946ddbf4e11e916633936", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:27Z", "updated_at": "2025-08-04T08:31:27Z", "revision_number": 0}}' 2025-08-04 08:31:28,918 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9383f70e-78cf-4d58-a7e4-f68ff8de639e', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'floating_ip_address': '172.24.4.158', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:27Z', 'updated_at': '2025-08-04T08:31:27Z', 'revision_number': 0, 'ip': '172.24.4.158'} created 2025-08-04 08:31:29,067 99911 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.143s 2025-08-04 08:31:29,067 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2493', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-db93a780-6034-48c3-b895-13a4eb916c5c', '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": "936c06a37108410fa70cab09ff01be5b", "name": "tempest-AttachSCSIVolumeTestJSON-58167850-project-member", "password_expires_at": null}, "audit_ids": ["vmnlPsCuSv-p1UhJRp_-bA"], "expires_at": "2025-08-04T09:31:28.000000Z", "issued_at": "2025-08-04T08:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d84f1283e1e946ddbf4e11e916633936", "name": "tempest-AttachSCSIVolumeTestJSON-58167850"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d84f1283e1e946ddbf4e11e916633936", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:29,068 99911 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '31b7e451-7998-424a-8e17-ac20b77a1eef', 'name': 'tempest-AttachSCSIVolumeTestJSON-1941681648-network', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42685, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:29,068 99911 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1549730522', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMkkDpqFA4AhFh8Gs4KtUxMAEtaUDaZTiHlnK0Y3ixzow0KZA8bcdHBdqWa/TeOLVYS4JcI5PN8nAs4Alrgnt6PmCN9UmxWF7NhFiRiqlMozX4WTMpR65AV9jNcorB0DLw==', 'fingerprint': '8d:0d:02:17:9f:e1:bd:db:93:02:0b:48:8f:9e:a4:f4', 'user_id': '936c06a37108410fa70cab09ff01be5b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB0kzu12uf69r38iwuZF0QDLgLBWW1dP87We/NGU0Brtn3W/dH1arPE\nn3FtE5gVwaWgBwYFK4EEACKhZANiAATJJA6ahQOAIRYfBrOCrVMTABLWlA2mU4h5\nZytGN4sc6MNCmQPG3HRwXalmv03ji1WEuCXCOTzfJwLOAJa4J7ej5gjfVJsVhezY\nRYkYqpTKM1+FkzKUeuQFfYzXKKwdAy8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9dbf581c-0b68-4bd4-b1b8-aa5979715523', 'name': 'tempest-securitygroup--1712205547', 'stateful': True, 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'description': 'tempest-description--1845388663', 'shared': False, 'security_group_rules': [{'id': 'b1aa78be-0eba-4320-b81e-18dcca660802', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'security_group_id': '9dbf581c-0b68-4bd4-b1b8-aa5979715523', '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': 328, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}, {'id': 'bf702b3a-be90-4fe2-b1d1-781754ed0fa8', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'security_group_id': '9dbf581c-0b68-4bd4-b1b8-aa5979715523', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'po rt_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 329, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 1, 'project_id': 'd84f1283e1e946ddbf4e11e916633936'}, 'floating_ip': {'id': '9383f70e-78cf-4d58-a7e4-f68ff8de639e', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'floating_ip_address': '172.24.4.158', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:27Z', 'updated_at': '2025-08-04T08:31:27Z', 'revision_number': 0, 'ip': '172.24.4.158'}} 2025-08-04 08:31:35,093 99911 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.023s 2025-08-04 08:31:35,093 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1993499843", "imageRef": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "31b7e451-7998-424a-8e17-ac20b77a1eef"}], "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "key_name": "tempest-keypair-1549730522", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f696f566-e1cc-4503-9841-373e95ca02c2', 'x-compute-request-id': 'req-f696f566-e1cc-4503-9841-373e95ca02c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "adminPass": "hLpNzVN2piM3"}}' 2025-08-04 08:31:35,857 99911 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/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.760s 2025-08-04 08:31:35,857 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a012584-cddf-4dd4-bb94-a3fd9154c3c7', 'x-compute-request-id': 'req-2a012584-cddf-4dd4-bb94-a3fd9154c3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "name": "tempest -AttachSCSIVolumeTestJSON-server-1993499843", "status": "BUILD", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "user_id": "936c06a37108410fa70cab09ff01be5b", "metadata": {}, "hostId": "", "image": {"id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1549730522", "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-04 08:32:26,231 99911 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/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.304s 2025-08-04 08:32:26,231 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb182312-a9b2-4fa9-9dc5-592c5e87ccb7', 'x-compute-request-id': 'req-cb182312-a9b2-4fa9-9dc5-592c5e87ccb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "name": "tempest-AttachSCSIVolumeTestJSON-server-1993499843", "status": "ACTIVE", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "user_id": "936c06a37108410fa70cab09ff01be5b", "metadata": {}, "hostId": "ecf0efa7a37fea12115abfccb51fb26d6351917fbf415da11809c6ac", "image": {"id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:32:03Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1941681648-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:ad:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1549730522", "OS-SRV-USG:launched_at": "2025-08-04T08:32:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "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-04 08:32:26,247 99911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:26,492 99911 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/095 e28ce-48be-43e8-b5a1-67c3e82e5801/os-interface 0.184s 2025-08-04 08:33:26,493 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 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-72626f0e-2046-4c43-bc8a-287fc45ea9d2', 'x-compute-request-id': 'req-72626f0e-2046-4c43-bc8a-287fc45ea9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "31b7e451-7998-424a-8e17-ac20b77a1eef", "port_id": "c6bc2eb0-179b-411b-b8b1-53d6b5ed2344", "mac_addr": "fa:16:3e:05:ad:13", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1fcd82dc-1390-4d86-b737-e52999089498", "ip_address": "10.0.0.7"}]}]}' 2025-08-04 08:33:27,281 99911 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/9383f70e-78cf-4d58-a7e4-f68ff8de639e 0.781s 2025-08-04 08:33:27,282 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c6bc2eb0-179b-411b-b8b1-53d6b5ed2344"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2403b814-250e-4e78-9f01-cb18239c69c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9383f70e-78cf-4d58-a7e4-f68ff8de639e'} Body: b'{"floatingip": {"id": "9383f70e-78cf-4d58-a7e4-f68ff8de639e", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "floating_ip_address": "172.24.4.158", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "a9cba993-140a-43f6-9331-312eed0a9e68", "port_id": "c6bc2eb0-179b-411b-b8b1-53d6b5ed2344", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "31b7e451-7998-424a-8e17-ac20b77a1eef", "mac_address": "fa:16:3e:05:ad:13", "admin_state_up": true, "status": "ACTIVE", "device_id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:27Z", "updated_at": "2025-08-04T08:33:26Z", "revision_number": 1, "project_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:33:27,283 99911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.158:22' as 'cirros' with public key authentication 2025-08-04 08:33:27,298 99911 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:27,400 99911 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:27,401 99911 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.158 successfully created 2025-08-04 08:33:27,613 99911 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.211s 2025-08-04 08:33:27,614 99911 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-1247978773"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a92fa1-c657-483b-81ea-1edfe4557894', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a92fa1-c657-483b-81ea-1edfe4557894', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "80d4e7af-6cdc-432d-9442-2f5e2a6b68c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:27.550272", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1247978773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}], "user_id": "936c06a37108410fa70cab09ff01be5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:27,669 99911 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/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0 0.042s 2025-08-04 08:33:27,669 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2aa3ba1-3678-4432-ad8e-b0937657ca04', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2aa3ba1-3678-4432-ad8e-b0937657ca04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0'} Body: b'{"volume": {"id": "80d4e7af-6cdc-432d-9442-2f5e2a6b68c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1247978773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}], "user_id": "936c06a37108410fa70cab09ff01be5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:33:28,724 99911 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/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0 0.039s 2025-08-04 08:33:28,724 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b81c7193-0d64-4d78-a3fe-804f6715aa0a', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81c7193-0d64-4d78-a3fe-804f6715aa0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0'} Body: b'{"volume": {"id": "80d4e7af-6cdc-432d-9442-2f5e2a6b68c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": "2025-08-04T08:33:28.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1247978773", "description": null, "volume_type": "joviandss -2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}], "user_id": "936c06a37108410fa70cab09ff01be5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:33:28,877 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.138s 2025-08-04 08:33:28,877 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 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-9c7d4ffd-c7c8-483b-8622-f9b58c03af92', 'x-compute-request-id': 'req-9c7d4ffd-c7c8-483b-8622-f9b58c03af92', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'' 2025-08-04 08:33:29,102 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.224s 2025-08-04 08:33:29,102 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ade5fe5e-52ae-498e-9cc1-ee918fd3fe33', 'x-compute-request-id': 'req-ade5fe5e-52ae-498e-9cc1-ee918fd3fe33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "name": "tempest-AttachSCSIVolumeTestJSON-server-1993499843", "status": "ACTIVE", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "user_id": "936c06a37108410fa70cab09ff01be5b", "metadata": {}, "hostId": "ecf0efa7a37fea12115abfccb51fb26d6351917fbf415da11809c6ac", "image": {"id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:33:29Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1941681648-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:ad:13"}, {"version": 4, "addr": "172.24.4.158", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:ad:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1549730522", "OS-SRV-USG:launched_at": "2025-08-04T08:32:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "OS-EXT-STS:task_st ate": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:34:19,200 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.035s 2025-08-04 08:34:19,200 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 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-8a345163-3bd8-4891-a8ac-4fed8d2ac040', 'x-compute-request-id': 'req-8a345163-3bd8-4891-a8ac-4fed8d2ac040', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 095e28ce-48be-43e8-b5a1-67c3e82e5801 could not be found."}}' 2025-08-04 08:34:19,230 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549730522 0.030s 2025-08-04 08:34:19,231 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 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-6c703b68-824d-4fb8-ab0f-3f97ac23e2ab', 'x-compute-request-id': 'req-6c703b68-824d-4fb8-ab0f-3f97ac23e2ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549730522'} Body: b'' 2025-08-04 08:34:19,395 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523 0.163s 2025-08-04 08:34:19,395 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-90b09746-8317-46eb-b0cd-4018c75b718e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523'} Body: b'' 2025-08-04 08:34:19,412 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523 0.016s 2025-08-04 08:34:19,412 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ea69da93-caff-4b51-8561-69d3c9486ec1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9dbf581c-0b68-4bd4-b1b8-aa5979715523 does not exist", "detail": ""}}' 2025-08-04 08:34:19,753 99911 INFO [tempest.lib.common.rest_clien t] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9383f70e-78cf-4d58-a7e4-f68ff8de639e 0.340s 2025-08-04 08:34:19,753 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c366b503-fa4a-4c5d-a692-438ad23a50a1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9383f70e-78cf-4d58-a7e4-f68ff8de639e'} Body: b'' 2025-08-04 08:34:19,858 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0 0.104s 2025-08-04 08:34:19,858 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c55780ad-2240-49a7-97b0-78a15029a2bc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0'} Body: b'' 2025-08-04 08:34:19,877 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0 0.018s 2025-08-04 08:34:19,877 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d4bb6195-c59b-4856-ac31-d1a167627fac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0'} Body: b'{"message": "No image found with ID 638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {10} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.157093s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.108630s] ... ok {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.221106s] ... ok {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.847284s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [168.656776s] ... 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 f75c333d-3dcd-4a3a-a26f-351dd243e691 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:58,069 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.198s 2025-08-04 08:31:58,069 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:57 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-0c447f4c-5636-4c59-8524-3fcae956469f', '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": "8a5ffcda2f3b4a058f594da0d811bb5d", "name": "tempest-VolumesActionsTest-1686865782-project-member", "password_expires_at": null}, "audit_ids": ["M7jCyj2OSbGD5Ppum9DxYw"], "expires_at": "2025-08-04T09:31:57.000000Z", "issued_at": "2025-08-04T08:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29dc58436f8f47e4b25f9978bd1b80e9", "name": "tempest-VolumesActionsTest-1686865782"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/29dc58436f8f47e4b25f9978bd1b80e9", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:58,070 99897 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '02482ce7-10bf-413d-9962-440d60520cf7', 'name': 'tempest-VolumesActionsTest-639857366-network', 'tenant_id': '29dc58436f8f47e4b25f9978bd1b80e9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '29dc58436f8f47e4b25f9978bd1b80e9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13853, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:31:33Z', 'updated_at': '2025- 08-04T08:31:33Z', 'revision_number': 1} available for tenant 2025-08-04 08:32:03,804 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 5.733s 2025-08-04 08:32:03,804 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1423437053", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "02482ce7-10bf-413d-9962-440d60520cf7"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c14ac3e-7f94-462f-99aa-6502aecf3499', 'x-compute-request-id': 'req-0c14ac3e-7f94-462f-99aa-6502aecf3499', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5YRnU4hvNH8h"}}' 2025-08-04 08:32:04,153 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.345s 2025-08-04 08:32:04,153 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7efd421f-bd6b-4797-9a95-86d2755fb95f', 'x-compute-request-id': 'req-7efd421f-bd6b-4797-9a95-86d2755fb95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "name": "tempest-VolumesActionsTest-instance-1423437053", "status": "BUILD", "tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9", "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:32:04Z", "updated": "2025-08-04T08:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "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-04 08:32:54,450 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-416 3-4fc3-8480-554dd737b483 0.230s 2025-08-04 08:32:54,450 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8845d924-676c-4a85-acd6-f5bb874b35e6', 'x-compute-request-id': 'req-8845d924-676c-4a85-acd6-f5bb874b35e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "name": "tempest-VolumesActionsTest-instance-1423437053", "status": "ACTIVE", "tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9", "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "metadata": {}, "hostId": "213d2bf5e41da7f2a8174cde7fbecfbe210eeb35d99487fb7ae4006e", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:32:03Z", "updated": "2025-08-04T08:32:23Z", "addresses": {"tempest-VolumesActionsTest-639857366-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:19:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:32:23.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-04 08:32:54,467 99897 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:33:54,738 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-04 08:33:54,738 99897 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-1627144140"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b6fef9-b472-4599-9cab-80eb2607c1b7', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b6fef9-b472-4599-9cab-80eb2607c1b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:54.675164", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consist encygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:54,793 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.042s 2025-08-04 08:33:54,793 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df366d2b-4191-4a1d-8d8f-39ca1948d413', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df366d2b-4191-4a1d-8d8f-39ca1948d413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:33:55,846 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.038s 2025-08-04 08:33:55,846 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc1d6db-a79f-4d9f-aabb-6e4b0c815f14', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc1d6db-a79f-4d9f-aabb-6e4b0c815f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:55.000000", "updated_at": "2025-08-04T08:33:55.000000", "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:33:55,898 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.037s 2025-08-04 08:33:55,899 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:55 GMT', 'se rver': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad20359-4163-4267-9b25-5cb9b206afb5', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ad20359-4163-4267-9b25-5cb9b206afb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:55.000000", "updated_at": "2025-08-04T08:33:55.000000", "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:33:56,010 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.097s 2025-08-04 08:33:56,010 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd736ec6-b9f7-45f5-b320-e3b2857403d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'' 2025-08-04 08:33:56,034 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.023s 2025-08-04 08:33:56,034 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33: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-c978c3ec-a223-46a8-8764-2563a47f44fa', 'x-openstack-request-id': 'req-c978c3ec-a223-46a8-8764-2563a47f44fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f75c333d-3dcd-4a3a-a26f-351dd243e691 could not be found."}}' 2025-08-04 08:33:56,176 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.141s 2025-08-04 08:33:56,176 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33: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-d1905d8b-5fea-42f5-a9f3-704596fb021e', 'x-compute-request-id': 'req-d1905d8b-5fea-42f5-a9f3-704596fb021e', 'connection': 'close', 'status': '204', 'c ontent-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'' 2025-08-04 08:33:56,416 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.239s 2025-08-04 08:33:56,416 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e1735ee-2b72-4517-b8ce-9e440e23affe', 'x-compute-request-id': 'req-6e1735ee-2b72-4517-b8ce-9e440e23affe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "name": "tempest-VolumesActionsTest-instance-1423437053", "status": "ACTIVE", "tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9", "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "metadata": {}, "hostId": "213d2bf5e41da7f2a8174cde7fbecfbe210eeb35d99487fb7ae4006e", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:32:03Z", "updated": "2025-08-04T08:33:56Z", "addresses": {"tempest-VolumesActionsTest-639857366-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:19:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:32:23.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-04 08:34:46,518 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.038s 2025-08-04 08:34:46,518 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-09e4ef7c-0af2-490c-afc9-6a3998d3cb2c', 'x-compute-request-id': 'req-09e4ef7c-0af2-490c-afc9-6a3998d3cb2c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 89686b7d-4163-4fc3-8480-554dd737b483 could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.569107s] ... 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 af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:46,738 99897 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.216s 2025-08-04 08:34:46,738 99897 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-1408817958"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d433a27d-209b-4349-bc7f-4c8f8ffb9ef0', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d433a27d-209b-4349-bc7f-4c8f8ffb9ef0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:46.663998", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:46,803 99897 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/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.052s 2025-08-04 08:34:46,803 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f77d8d0-717a-49af-86e5-753bffaa255f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f77d8d0-717a-49af-86e5-753bffaa255f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:47.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:47,863 99897 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/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.044s 2025-08-04 08:34:47,863 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-ed22929b-7531-460a-836a-a25343dc6152', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed22929b-7531-460a-836a-a25343dc6152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:47.000000", "updated_at": "2025-08-04T08:34:47.000000", "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:47,923 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.045s 2025-08-04 08:34:47,923 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1d5a99-fb16-47c2-99c3-c3f43a8f61fd', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1d5a99-fb16-47c2-99c3-c3f43a8f61fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:47.000000", "updated_at": "2025-08-04T08:34:47.000000", "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:48,063 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.125s 2025-08-04 08:34:48,064 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-f4f98a02-5006-4300-ba43-cf5f861961d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'' 2025-08-04 08:34:48,089 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.025s 2025-0 8-04 08:34:48,090 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-eef00941-4df0-4635-989c-c58b1ed23794', 'x-openstack-request-id': 'req-eef00941-4df0-4635-989c-c58b1ed23794', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d could not be found."}}' {10} setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92cd785a-1875-4059-85f4-79b71be1ded0 failed to build and is in ERROR status {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.526592s] ... 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 9608a3b4-aeb1-4131-b47f-64e6fa6abc21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:48,279 99897 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.185s 2025-08-04 08:34:48,279 99897 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-329926386"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a869fa61-71e4-4c49-bc60-5046d394654d', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a869fa61-71e4-4c49-bc60-5046d394654d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.218887", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:48,341 99897 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/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.049s 2025-08-04 08:34:48,341 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0483c330-f8b1-4ed6-adc7-18c6a6cabda2', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0483c330-f8b1-4ed6-adc7-18c6a6cabda2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:49,401 99897 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/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.045s 2025-08-04 08:34:49,401 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-1ca769e5-386c-4eb3-9c2c-dedbc9365804', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca769e5-386c-4eb3-9c2c-dedbc9365804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.000000", "updated_at": "2025-08-04T08:34:48.000000", "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:49,461 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.046s 2025-08-04 08:34:49,461 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c91743b-3ebe-4336-8c48-8dc9e2822e66', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c91743b-3ebe-4336-8c48-8dc9e2822e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.000000", "updated_at": "2025-08-04T08:34:48.000000", "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:49,597 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.121s 2025-08-04 08:34:49,597 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-550cd935-556e-4fd2-8ee6-cf8d8dfbd2be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'' 2025-08-04 08:34:49,618 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.021s 2025-08-04 08: 34:49,619 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-99923bf1-4c34-4594-8d3a-9f9328c46b62', 'x-openstack-request-id': 'req-99923bf1-4c34-4594-8d3a-9f9328c46b62', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9608a3b4-aeb1-4131-b47f-64e6fa6abc21 could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.535700s] ... 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 93752a34-21a9-4412-83dc-3596ec6a8f1a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:49,815 99897 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.193s 2025-08-04 08:34:49,816 99897 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-1966193471"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738057c6-69b8-4c7a-b077-f1db6e7c1ad6', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738057c6-69b8-4c7a-b077-f1db6e7c1ad6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:49.753312", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:49,875 99897 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/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.041s 2025-08-04 08:34:49,876 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646d71b8-357e-4a38-9021-f7e258e6948c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646d71b8-357e-4a38-9021-f7e258e6948c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:50,931 99897 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/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.040s 2025-08-04 08:34:50,931 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-85de6334-14c5-4d92-86f3-4c73bde8f7f1', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85de6334-14c5-4d92-86f3-4c73bde8f7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:50,983 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.037s 2025-08-04 08:34:50,984 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-711055f2-4e56-4468-8771-1c1b6a69dd52', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-711055f2-4e56-4468-8771-1c1b6a69dd52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:51,135 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.137s 2025-08-04 08:34:51,136 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-479e720c-2136-4f22-9903-845e0146b1e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'' 2025-08-04 08:34:51,156 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.020s 2025-08-04 08:34:5 1,156 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-5654e6e4-5957-477b-94fd-d3e99ab9a9ad', 'x-openstack-request-id': 'req-5654e6e4-5957-477b-94fd-d3e99ab9a9ad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 93752a34-21a9-4412-83dc-3596ec6a8f1a could not be found."}}' {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.692440s] ... 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 e0f4d35e-1f26-490a-8a48-5b3b47243db2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:50,182 99911 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.379s 2025-08-04 08:34:50,183 99911 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-104709767", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55fc41d1-3c64-46ca-84c6-29a932e413f6', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55fc41d1-3c64-46ca-84c6-29a932e413f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.121433", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:50,232 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.037s 2025-08-04 08:34:50,232 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4da6ba6-9f1d-42cf-b4e0-9f2d315b97e4', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4da6ba6-9f1d-42cf-b4e0-9f2d315b97e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:51,292 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.044s 2025-08-04 08:34:51,292 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-2844dfea-f020-46c0-9e00-f4777fd1fdc2', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2844dfea-f020-46c0-9e00-f4777fd1fdc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:51,354 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.048s 2025-08-04 08:34:51,355 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca1b207-2003-457d-980c-e427697d5b4b', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca1b207-2003-457d-980c-e427697d5b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:51,472 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.103s 2025-08-04 08:34:51,472 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-cdc4f233-a538-4ea5-af49-4b7fee098cca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'' 2025-08-04 08:34:51,494 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.021s 2025-08- 04 08:34:51,494 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-aecb7245-0148-4bdf-9c75-2cd6d02f6e51', 'x-openstack-request-id': 'req-aecb7245-0148-4bdf-9c75-2cd6d02f6e51', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0f4d35e-1f26-490a-8a48-5b3b47243db2 could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.528736s] ... 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 4f293026-092a-49e9-8097-4a920e531bb8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:51,360 99897 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.201s 2025-08-04 08:34:51,361 99897 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-1002138976"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d0e7e9-4bb5-4c55-8042-41e7f3f72726', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d0e7e9-4bb5-4c55-8042-41e7f3f72726', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.293548", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:51,420 99897 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/4f293026-092a-49e9-8097-4a920e531bb8 0.047s 2025-08-04 08:34:51,420 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca1b90d-35cc-48db-a0df-44249bbadf64', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ca1b90d-35cc-48db-a0df-44249bbadf64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:52,482 99897 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/4f293026-092a-49e9-8097-4a920e531bb8 0.047s 2025-08-04 08:34:52,482 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-5c11ee50-6334-408d-975c-173d8d06b387', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c11ee50-6334-408d-975c-173d8d06b387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.000000", "updated_at": "2025-08-04T08:34:51.000000", "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:52,540 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8 0.044s 2025-08-04 08:34:52,541 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19867c46-f3a9-4e1d-a9e0-d47b6e92d58c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19867c46-f3a9-4e1d-a9e0-d47b6e92d58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.000000", "updated_at": "2025-08-04T08:34:51.000000", "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:52,667 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8 0.112s 2025-08-04 08:34:52,667 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-866ab7ed-7b40-4309-8a5f-63c7a639144c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'' 2025-08-04 08:34:52,686 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8 0.019s 2025-08-04 08:34:52,687 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f1c83e-b9a6-4b8b-8af9-8fff49447c0e', 'x-openstack-request-id': 'req-d7f1c83e-b9a6-4b8b-8af9-8fff49447c0e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f293026-092a-49e9-8097-4a920e531bb8 could not be found."}}' {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.563122s] ... 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 de5cecc2-1039-431b-a6aa-4020c08c9028 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:51,719 99911 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.221s 2025-08-04 08:34:51,719 99911 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-262223664"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1aca96-beea-4e39-b5fa-7f00f0cd0c03', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1aca96-beea-4e39-b5fa-7f00f0cd0c03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.637029", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:51,771 99911 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/de5cecc2-1039-431b-a6aa-4020c08c9028 0.040s 2025-08-04 08:34:51,772 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af0776e1-fd45-4411-84a9-70c9c2bd6cbb', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af0776e1-fd45-4411-84a9-70c9c2bd6cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:52,834 99911 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/de5cecc2-1039-431b-a6aa-4020c08c9028 0.048s 2025-08-04 08:34:52,834 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383247 1f-c9e6-4f37-9c10-3e183922567a', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3832471f-c9e6-4f37-9c10-3e183922567a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.000000", "updated_at": "2025-08-04T08:34:52.000000", "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:52,891 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028 0.043s 2025-08-04 08:34:52,892 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3696723-f72b-4538-96a8-bc63c8cb71dd', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3696723-f72b-4538-96a8-bc63c8cb71dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.000000", "updated_at": "2025-08-04T08:34:52.000000", "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:53,038 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028 0.133s 2025-08-04 08:34:53,038 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-0dfdf9da-2dac-4228-be9c-3cc764c00f3b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'' 2025-08-04 08:34:53,059 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028 0.020s 2025-08-04 08:34:53,059 99911 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-b3c27f6a-e771-48c3-81bb-d37db45f3331', 'x-openstack-request-id': 'req-b3c27f6a-e771-48c3-81bb-d37db45f3331', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume de5cecc2-1039-431b-a6aa-4020c08c9028 could not be found."}}' {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.540569s] ... 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 697c4c94-491e-478b-9131-c897aff58e5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:52,876 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.186s 2025-08-04 08:34:52,877 99897 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-1209129979"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-771022a6-2e4d-41bb-8374-6bbb00d24e9c', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-771022a6-2e4d-41bb-8374-6bbb00d24e9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.810638", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:52,960 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.072s 2025-08-04 08:34:52,961 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c763362-dbf4-4441-86f3-e1354c336de8', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c763362-dbf4-4441-86f3-e1354c336de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:54,027 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.052s 2025-08-04 08:34:54,027 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f18c04f8-92b2-4804-9af1-39f25d21e19e', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f18c04f8-92b2-4804-9af1-39f25d21e19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:53.000000", "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:54,085 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.043s 2025-08-04 08:34:54,085 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d876789b-a24c-4d96-a5a0-b6761b730e00', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d876789b-a24c-4d96-a5a0-b6761b730e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:53.000000", "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:54,209 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.111s 2025-08-04 08:34:54,209 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-9c489ecd-25c7-4a0c-9d08-cee55ab77cc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'' 2025-08-04 08:34:54,230 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.020s 2025-08-04 08:34:54,230 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-1f19f4a4-886c-48cb-a2a9-8d4744e773b1', 'x-openstack-request-id': 'req-1f19f4a4-886c-48cb-a2a9-8d4744e773b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 697c4c94-491e-478b-9131-c897aff58e5c could not be found."}}' {0} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9b9bcaea-384a-481d-b493-70dc65bb1b61 failed to build and is in ERROR status {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.764840s] ... 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 7a37fa96-66b4-4b0e-8d69-34868c056d0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:53,096 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.034s 2025-08-04 08:34:53,097 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fea64679-5468-4eeb-a4ce-b8c3181f0a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:34:53,134 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.036s 2025-08-04 08:34:53,135 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed5f5c32-7c11-4aa0-a9e0-b816a98e8eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:34:53,504 99911 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.368s 2025-08-04 08:34:53,504 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-Volumes GetTest-Volume-1267150511", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9bb326-2537-41f5-a14f-687f2651f002', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9bb326-2537-41f5-a14f-687f2651f002', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7a37fa96-66b4-4b0e-8d69-34868c056d0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.436797", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:53,573 99911 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/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.043s 2025-08-04 08:34:53,573 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd65b11-a9a1-40a2-90fb-80d611ed553e', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd65b11-a9a1-40a2-90fb-80d611ed553e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"volume": {"id": "7a37fa96-66b4-4b0e-8d69-34868c056d0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:54,640 99911 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/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.052s 2025-08-04 08:34:54,641 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ec0bfb-b583-46c2-b4eb-2d51a93abac4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ec0bfb-b583-46c2-b4eb-2d51a93abac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"volume": {"id": "7a37fa96 -66b4-4b0e-8d69-34868c056d0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:54.000000", "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:54,691 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.036s 2025-08-04 08:34:54,692 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91c780b2-1730-45af-9c8c-25efa097a71d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91c780b2-1730-45af-9c8c-25efa097a71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"volume": {"id": "7a37fa96-66b4-4b0e-8d69-34868c056d0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:54.000000", "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:54,797 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.092s 2025-08-04 08:34:54,798 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-1a826b4e-a139-4feb-b7ad-9942b61cf9e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'' 2025-08-04 08:34:54,825 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.027s 2025-08-04 08:34:54,826 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-ty pe': 'application/json', 'x-compute-request-id': 'req-39dc5957-e0ae-4a51-8b52-cef627e8014c', 'x-openstack-request-id': 'req-39dc5957-e0ae-4a51-8b52-cef627e8014c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7a37fa96-66b4-4b0e-8d69-34868c056d0e could not be found."}}' {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.714097s] ... 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 3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:06,292 99897 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.400s 2025-08-04 08:35:06,293 99897 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-710269192"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2524181-60b5-44ca-9096-cd4d880241f3', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2524181-60b5-44ca-9096-cd4d880241f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.232629", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:35:06,349 99897 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/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.044s 2025-08-04 08:35:06,349 99897 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': 'Mon, 04 Aug 2025 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f8e97f-df96-49ba-a872-1c8dadb62441', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f8e97f-df96-49ba-a872-1c8dadb62441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:07,406 99897 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/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.041s 2025-08-04 08:35:07,406 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd30c4e-6c8a-4889-b5f1-66614a7b5543', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd30c4e-6c8a-4889-b5f1-66614a7b5543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.000000", "updated_at": "2025-08-04T08:35:06.000000", "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:07,463 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.042s 2025-08-04 08:35:07,463 99897 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': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c807c5c1-48ff-4698-97a7-b33a61d24bf5', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c807c5c1-48ff-4698-97a7-b33a61d24bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.000000", "updated_at": "2025-08-04T08:35:06.000000", "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:07,581 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.102s 2025-08-04 08:35:07,582 99897 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': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95023973-dbb8-4161-8c60-170b1bbf25e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'' 2025-08-04 08:35:07,604 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.021s 2025-08-04 08:35:07,604 99897 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': 'Mon, 04 Aug 2025 08:35:07 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-2c6aa99b-d20b-44fa-8d1c-8c7911d86aa4', 'x-openstack-request-id': 'req-2c6aa99b-d20b-44fa-8d1c-8c7911d86aa4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 could not be found."}}' {8} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [257.945963s] ... 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 62f93154-68c4-4fb5-bd78-77a3a456d774 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:50,772 99907 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.558s 2025-08-04 08:30:50,772 99907 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-1869720598"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c403c21b-f3b9-4eb3-b68c-544f6856dd37', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c403c21b-f3b9-4eb3-b68c-544f6856dd37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "62f93154-68c4-4fb5-bd78-77a3a456d774", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:50.684209", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1869720598", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}], "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:30:50,785 99907 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:30:50,848 99907 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.062s 2025-08-04 08:30:50,848 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-779858290", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIMfgBjTPAZqwdUajg6LVxnZ6lgIK+ZRqQ6KzWokbnnghwbn/SR3lpSIKq3AJ4Ez+leeNIBMP3bpIyzv5/qafaWuYcRSyZ9Vql/KRooXE4DZ9C1OqXsnsYJgE3hl2C+I8g=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:50 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-f809172c-361a-499a-87ab-1e84ca322d83', 'x-compute-request-id': 'req-f809172c-361a-499a-87ab-1e84ca322d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-779858290", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIMfgBjTPAZqwdUajg6LVxnZ6lgIK+ZRqQ6KzWokbnnghwbn/SR3lpSIKq3AJ4Ez+leeNIBMP3bpIyzv5/qafaWuYcRSyZ9Vql/KRooXE4DZ9C1OqXsnsYJgE3hl2C+I8g==", "fingerprint": "a2:7b:af:ba:27:cc:41:04:a1:27:ea:cd:85:35:67:e7", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d"}}' 2025-08-04 08:30:50,851 99907 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-779858290 created 2025-08-04 08:30:53,336 99907 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.484s 2025-08-04 08:30:53,337 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1417696955", "description": "tempest-description--1583148883"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-8cfd9f93-aad2-4bd0-bcfd-a49775a1cb5f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "name": "tempest-securitygroup--1417696955", "stateful": true, "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "description": "tempest-description--1583148883", "shared": false, "security_group_rules": [{"id": "14d08383-dd47-4c5a-89da-6117b71d075b", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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": 227, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:53Z", "updated_at": "2025-08-04T08:30:53Z", "revision_number": 0}, {"id": "98aed723-ab32-4385-98d4-26960b5cb76a", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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": 228, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:53Z", "updated_at": "2025-08-04T08:30:53Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:30:53Z", "updated_at": "2025-08-04T08:30:53Z", "revision_number": 1, "project_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' 2025-08-04 08:30:54,650 99907 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.312s 2025-08-04 08:30:54,651 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-7cf74182-f122-474d-bddb-64e12b67b2d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a3b07d7-8218-42fe-bc8e-a23079ac854d", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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-04T08:30:54Z", "updated_at": "2025-08-04T08:30:54Z", "revision_number": 0}}' 2025-08-04 08:30:57,343 99907 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 2.691s 2025-08-04 08:30:57,343 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-52ba5d74-d15b-4676-b89f-10981dc86fd7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d56dfe27-c90e-4e97-9621-c99e3bfd3783", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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-04T08:30:57Z", "updated_at": "2025-08-04T08:30:57Z", "revision_number": 0}}' 2025-08-04 08:30:57,343 99907 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1417696955 created 2025-08-04 08:31:04,091 99907 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 6.747s 2025-08-04 08:31:04,091 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-35ee9d3a-f954-4641-9f41-12cf09266b20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "38293eab-41bf-456f-9344-d51a8078464e", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "floating_ip_address": "172.24.4.223", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:03Z", "updated_at": "2025-08-04T08:31:03Z", "revision_number": 0}}' 2025-08-04 08:31:04,091 99907 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '38293eab-41bf-456f-9344-d51a8078464e', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'floating_ip_address': '172.24.4.223', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:03Z', 'updated_at': '2025-08-04T08:31:03Z', 'revision_number': 0, 'ip': '172.24.4.223'} created 2025-08-04 08:31:04,188 99907 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.090s 2025-08-04 08:31:04,188 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length ': '2505', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-43e9b03c-5021-41ff-b4d4-3c6f5807cb1e', '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": "63cac4eec4e34228947bc2fcc18e6f5d", "name": "tempest-ServerStableDeviceRescueTest-1925141646-project-member", "password_expires_at": null}, "audit_ids": ["WpEr_yXfRMqjZiDyDuELiA"], "expires_at": "2025-08-04T09:31:04.000000Z", "issued_at": "2025-08-04T08:31:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e8c6f9e935f4d878135e744a1f3a742", "name": "tempest-ServerStableDeviceRescueTest-1925141646"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e8c6f9e935f4d878135e744a1f3a742", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:04,188 99907 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '5b14aa85-f5e9-491f-9d6d-c6d0672683b4', 'name': 'tempest-ServerStableDeviceRescueTest-400568016-network', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39014, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:04,189 99907 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-779858290', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIMfgBjTPAZqwdUajg6LVxnZ6lgIK+ZRqQ6KzWokbnnghwbn/SR3lpSIKq3AJ4Ez+leeNIBMP3bpIyzv5/qafaWuYcRSyZ9Vql/KRooXE4DZ9C1OqXsnsYJgE3hl2C+I8g==' , 'fingerprint': 'a2:7b:af:ba:27:cc:41:04:a1:27:ea:cd:85:35:67:e7', 'user_id': '63cac4eec4e34228947bc2fcc18e6f5d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCFmKrDGe1y3ovo03ELgm2fUcboZ4dbS4j8B5VAx2lVWhYuLKBRsx4l\n0cL9a+2kzk+gBwYFK4EEACKhZANiAASDH4AY0zwGasHVGo4Oi1cZ2epYCCvmUakO\nis1qJG554IcG5/0kd5aUiCqtwCeBM/pXnjSATD926SMs7+f6mn2lrmHEUsmfVapf\nykaKFxOA2fQtTql7J7GCYBN4ZdgviPI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4c2fc105-f944-477b-ab69-bd479863bb6a', 'name': 'tempest-securitygroup--1417696955', 'stateful': True, 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'description': 'tempest-description--1583148883', 'shared': False, 'security_group_rules': [{'id': '14d08383-dd47-4c5a-89da-6117b71d075b', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'security_group_id': '4c2fc105-f944-477b-ab69-bd479863bb6a', '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': 227, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:53Z', 'updated_at': '2025-08-04T08:30:53Z', 'revision_number': 0}, {'id': '98aed723-ab32-4385-98d4-26960b5cb76a', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'security_group_id': '4c2fc105-f944-477b-ab69-bd479863bb6a', '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': 228, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:53Z', 'updated_at': '2025-08-04T08:30:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:30:53Z', 'updated_at': '2025-08-04T08:30:53Z', 'revision_number': 1, 'project_id': '2e8c6f9e935f4d878135e744a1f3a742'}, 'floating_ip': {'id': '38293eab-41bf-456f-9344-d51a8078464e', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'floating_ip_address': '172.24.4.223', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:03Z', 'updated_at': '2025-08-04T08:31:03Z', 'revision_number': 0, 'ip': '172.24.4.223'}} 2025-08-04 08:31:17,301 99907 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 13.111s 2025-08-04 08:31:17,301 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-798498392", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "5b14aa85-f5e9-491f-9d6d-c6d0672683b4"}], "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "key_name": "tempest-keypair-779858290", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf180e51-faec-44d1-a309-a77ec3d61e59', 'x-compute-request-id': 'req-cf180e51-faec-44d1-a309-a77ec3d61e59', 'connection': 'close', 'stat us': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "adminPass": "V5xK8PHFpMvv"}}' 2025-08-04 08:31:22,740 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 5.436s 2025-08-04 08:31:22,740 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 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-932f29b0-df41-4c49-b235-a8fb9d076319', 'x-compute-request-id': 'req-932f29b0-df41-4c49-b235-a8fb9d076319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "BUILD", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:32:13,236 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 0.431s 2025-08-04 08:32:13,236 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:12 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-0435fd87-deff-4470-bc0a-8b2c2e522a00', 'x-compute-request-id': 'req-0435fd87-deff-4470-bc0a-8b2c2e522a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "ACTIVE", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f 5d", "metadata": {}, "hostId": "1afe1e40ec340c4ffd665f4894b2df92e821b870e05309e6050e1a3f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerStableDeviceRescueTest-400568016-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "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-04 08:32:13,252 99907 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:13,459 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8/os-interface 0.147s 2025-08-04 08:33:13,460 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 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-8762be1d-68f5-4d18-a81b-7b5e24c16648', 'x-compute-request-id': 'req-8762be1d-68f5-4d18-a81b-7b5e24c16648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5b14aa85-f5e9-491f-9d6d-c6d0672683b4", "port_id": "1aea1539-b53d-459c-8d51-4a7144f08b06", "mac_addr": "fa:16:3e:8e:6c:bd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f66b9207-ba9c-4730-a3d1-76fe0a811c67", "ip_address": "10.0.0.8"}]}]}' 2025-08-04 08:33:14,657 99907 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/38293eab-41bf-456f-9344-d51a8078464e 1.193s 2025-08-04 08:33:14,657 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1aea1539-b53d-459c-8d51-4a7144f08b06"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-93322e61-bc02-486c-859f-da1f287f7301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/38293eab-41bf-456f-9344-d51a8078464e'} Body: b'{"floatingip": {"id": "38293eab-41bf-456f-9344-d51a8078464e", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "floating_ip_address": "172.24.4.223", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "695880b4-9da9-4817-87d8-14733638443e", "port_id": "1aea1539-b53d-459c-8d51-4a7144f08b06", "fixed_ip_address": " 10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5b14aa85-f5e9-491f-9d6d-c6d0672683b4", "mac_address": "fa:16:3e:8e:6c:bd", "admin_state_up": true, "status": "ACTIVE", "device_id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:03Z", "updated_at": "2025-08-04T08:33:13Z", "revision_number": 1, "project_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' 2025-08-04 08:33:14,659 99907 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.223:22' as 'cirros' with public key authentication 2025-08-04 08:33:14,678 99907 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:14,782 99907 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:14,783 99907 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.223 successfully created 2025-08-04 08:33:15,819 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8/action 1.035s 2025-08-04 08:33:15,820 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-916007088"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2647e179-a059-4298-b9dd-2d686b4d1250', 'x-compute-request-id': 'req-2647e179-a059-4298-b9dd-2d686b4d1250', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8/action'} Body: b'' 2025-08-04 08:33:15,893 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.068s 2025-08-04 08:33:15,893 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8743e00b-cb8a-48c3-9aef-3efcf962608f', 'x-compute-request-id': 'req-8743e00b-cb8a-48c3-9aef-3efcf962608f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"image": {"id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63c ac4eec4e34228947bc2fcc18e6f5d"}, "created": "2025-08-04T08:33:16Z", "updated": "2025-08-04T08:33:16Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}], "server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}]}}}' 2025-08-04 08:34:06,008 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.058s 2025-08-04 08:34:06,008 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b59a3c6e-30b7-4b62-a825-201cb612fe3b', 'x-compute-request-id': 'req-b59a3c6e-30b7-4b62-a825-201cb612fe3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"image": {"id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d"}, "created": "2025-08-04T08:33:16Z", "updated": "2025-08-04T08:33:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}], "server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}]}}}' 2025-08-04 08:34:06,081 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.059s 2025-08-04 08:34:06,081 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': ' Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dbc631a-f447-4ff8-88fc-717a59ca8a43', 'x-compute-request-id': 'req-1dbc631a-f447-4ff8-88fc-717a59ca8a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"image": {"id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d"}, "created": "2025-08-04T08:33:16Z", "updated": "2025-08-04T08:33:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}], "server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}]}}}' 2025-08-04 08:34:06,341 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 0.247s 2025-08-04 08:34:06,341 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 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-9e607ba6-f110-4563-a4c7-f40f9bf83e33', 'x-compute-request-id': 'req-9e607ba6-f110-4563-a4c7-f40f9bf83e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "ACTIVE", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "metadata": {}, "hostId": "1afe1e40ec340c4ffd665f4894b2df92e821b870e05309e6050e1a3f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:33:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-400568016-network": [{ "version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}, {"version": 4, "addr": "172.24.4.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "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-04 08:35:06,587 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.171s 2025-08-04 08:35:06,587 99907 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': 'Mon, 04 Aug 2025 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6ad1aa33-a63c-486b-b153-0e0846d2f2ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "d77a6b43d5b9a8c9e2acc37384ec3053", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2e8c6f9e935f4d878135e744a1f3a742", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86b5cf6e79091668bfc3efc59ff6bce06345919a025bb868cd4798edc5698614ad7f8363f471c628dd079a1974aeb5c92a08ab7232c219a1e256abb0c9759c74", "id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "created_at": "2025-08-04T08:33:16Z", "updated_at": "2025-08-04T08:35:07Z", "tags": [], "self": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "file": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:06,768 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.180s 2025-08-04 08:35:06,769 99907 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': 'Mon, 04 Aug 2025 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fe6871f6-75f6-4c08-9fff-fd1e33225ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "d77a6b43d5b9a8c9e2acc37384ec3053", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2e8c6f9e935f4d878135e744a1f3a742", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86b5cf6e79091668bfc3efc59ff6bce06345919a025bb868cd4798edc5698614ad7f8363f471c628dd079a1974aeb5c92a08ab7232c219a1e256abb0c9759c74", "id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "created_at": "2025-08-04T08:33:16Z", "updated_at": "2025-08-04T08:35:07Z", "tags": [], "self": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "file": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:07,018 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 0.249s 2025-08-04 08:35:07,019 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:06 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-187a4f99-8247-49e8-a9fd-63307ec8af25', 'x-compute-request-id': 'req-187a4f99-8247-49e8-a9fd-63307ec8af25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "ACTIVE", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "metadata": {}, "hostId": "1afe1e40ec340c4ffd665f4894b2df92e821b870e05309e6050e1a3f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:33:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-400568016-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}, {"version": 4, "addr": "172.24.4.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c 3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "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-04 08:35:07,080 99907 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/62f93154-68c4-4fb5-bd78-77a3a456d774 0.043s 2025-08-04 08:35:07,081 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d4e3dd-72db-4d14-b210-6604b9f9a547', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d4e3dd-72db-4d14-b210-6604b9f9a547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774'} Body: b'{"volume": {"id": "62f93154-68c4-4fb5-bd78-77a3a456d774", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:51.000000", "updated_at": "2025-08-04T08:30:51.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1869720598", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}], "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' 2025-08-04 08:35:08,138 99907 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/62f93154-68c4-4fb5-bd78-77a3a456d774 0.042s 2025-08-04 08:35:08,142 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a341456a-d272-47b8-a560-eceb566c4184', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a341456a-d272-47b8-a560-eceb566c4184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774'} Body: b'{"volume": {"id": "62f93154-68c4-4fb5-bd78-77a3a456d774", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:51.000000", "updated_at": "2025-08-04T08:30:51.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1869720598", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}], "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "bootable": "false", "encrypted": false, "replication _status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' {3} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.582548s] ... 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 214be05d-5fec-437a-b832-93785d4f85c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:07,783 99897 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.174s 2025-08-04 08:35:07,783 99897 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-1742729666"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f572ba8-e7ec-4c90-b6af-a385ece5a941', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f572ba8-e7ec-4c90-b6af-a385ece5a941', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:07.723857", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:35:07,833 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.037s 2025-08-04 08:35:07,833 99897 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': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f08078c7-edfb-4ac5-a322-747114c195e4', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f08078c7-edfb-4ac5-a322-747114c195e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:08.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:08,886 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.037s 2025-08-04 08:35:08,886 99897 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': 'Mon, 04 Aug 2025 08:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510e4e19-96b0-4b23-a7cb-fd62337c1dea', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510e4e19-96b0-4b23-a7cb-fd62337c1dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:08.000000", "updated_at": "2025-08-04T08:35:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:08,941 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.041s 2025-08-04 08:35:08,941 99897 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': 'Mon, 04 Aug 2025 08:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44323cc-c7fb-4a5e-ad42-8fb021e4d513', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44323cc-c7fb-4a5e-ad42-8fb021e4d513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:08.000000", "updated_at": "2025-08-04T08:35:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:09,168 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.212s 2025-08-04 08:35:09,168 99897 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': 'Mon, 04 Aug 2025 08:35:08 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-eedea14b-9ca8-42e0-98d7-0cdeff20c2ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'' 2025-08-04 08:35:09,189 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.020s 2025-08-04 08:35:09,190 99897 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': 'Mon, 04 Aug 2025 08:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1099c9e1-e74f-494c-8b91-180baea3afc0', 'x-openstack-request-id': 'req-1099c9e1-e74f-494c-8b91-180baea3afc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 214be05d-5fec-437a-b832-93785d4f85c4 could not be found."}}' {6} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [121.923286s] ... 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 a526572f-ee9b-49d5-8ebf-7e54b33003b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:33:12,509 99903 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673 0.207s 2025-08-04 08:33:12,510 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:12 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-c71ee66c-fd75-4a63-9e63-deda1cad0944', 'x-compute-request-id': 'req-c71ee66c-fd75-4a63-9e63-deda1cad0944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673'} Body: b'{"server": {"id": "f9605e90-1460-448d-a782-01222a411673", "name": "tempest-ServerActionsTestOtherB-server-1192671424", "status": "ACTIVE", "tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4", "user_id": "0f10afe708574688ab09f15dd3aa119e", "metadata": {}, "hostId": "c854282921c210cf3ffb10b0fbc2c2d7f2a13a9feb138515518f2651", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerActionsTestOtherB-1351459819-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:c7:eb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9605e90-1460-448d-a782-01222a411673"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-433180995", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1079744462"}], "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-04 08:34:12,781 99903 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.194s 2025-08-04 08:34:12,781 99903 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-335500487"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae9a398-6f61-4732-b20b-f11aeaa3592f', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae9a398-6f61-4732-b20b-f11aeaa3592f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a526572f-ee9b-49d5-8ebf-7e54b33003b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:12.722582", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-335500487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a526572f-ee9b-49d5-8ebf-7e54b3 3003b2"}], "user_id": "0f10afe708574688ab09f15dd3aa119e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:12,834 99903 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/a526572f-ee9b-49d5-8ebf-7e54b33003b2 0.040s 2025-08-04 08:34:12,835 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86659f26-60c9-44f8-8b57-2cb4a639eec8', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86659f26-60c9-44f8-8b57-2cb4a639eec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2'} Body: b'{"volume": {"id": "a526572f-ee9b-49d5-8ebf-7e54b33003b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:13.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-335500487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}], "user_id": "0f10afe708574688ab09f15dd3aa119e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4"}}' 2025-08-04 08:34:13,890 99903 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/a526572f-ee9b-49d5-8ebf-7e54b33003b2 0.039s 2025-08-04 08:34:13,890 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8359b14c-5a79-4681-9e22-2ca47aa33ee5', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8359b14c-5a79-4681-9e22-2ca47aa33ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2'} Body: b'{"volume": {"id": "a526572f-ee9b-49d5-8ebf-7e54b33003b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:13.000000", "updated_at": "2025-08-04T08:34:13.000000", "name": "tempest-ServerActionsTestOtherB-volume-335500487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}], "user_id": "0f10afe708574688ab09f15dd3aa119e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4"}}' 2025-08-04 08:34:13,904 99903 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-04 08:34:14,149 99903 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestO therB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673 0.243s 2025-08-04 08:34:14,150 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8131c7dc-04d1-4e0c-a00d-078b07a8c1bd', 'x-compute-request-id': 'req-8131c7dc-04d1-4e0c-a00d-078b07a8c1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673'} Body: b'{"server": {"id": "f9605e90-1460-448d-a782-01222a411673", "name": "tempest-ServerActionsTestOtherB-server-1192671424", "status": "ACTIVE", "tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4", "user_id": "0f10afe708574688ab09f15dd3aa119e", "metadata": {}, "hostId": "c854282921c210cf3ffb10b0fbc2c2d7f2a13a9feb138515518f2651", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerActionsTestOtherB-1351459819-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:c7:eb"}, {"version": 4, "addr": "172.24.4.82", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:c7:eb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9605e90-1460-448d-a782-01222a411673"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-433180995", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1079744462"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance [2.406114s] ... 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 2d7a1e24-df5f-443b-ad07-c6d30b90170b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:14,559 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.192s 2025-08-04 08:35:14,559 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cf7d99b0-8771-4fc8-b14a-96863cc99d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:15,189 99911 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.629s 2025-08-04 08:35:15,190 99911 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-1770633991", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd52950-5f76-4e5a-b421-7fca8cbf84c9', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd52950-5f76-4e5a-b421-7fca8cbf84c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2d7a1e24-df5f-443b-ad07-c6d30b90170b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:15.131889", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1770633991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:15,581 99911 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/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.379s 2025-08-04 08:35:15,581 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d753b739-1b81-4786-86a7-cba13a2f9ef9', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d753b739-1b81-4786-86a7-cba13a2f9ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'{"volume": {"id": "2d7a1e24-df5f-443b-ad07-c6d30b90170b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:15.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1770633991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:16,636 99911 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/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.040s 2025-08-04 08:35:16,636 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f4ff78-1199-47ba-a28b-3959bd1cc4f5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f4ff78-1199-47ba-a28b-3959bd1cc4f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'{"volume": {"id": "2d7a1e24-df5f-443b-ad07-c6d30b90170b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:15.000000", "updated_at": "2025-08-04T08:35:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1770633991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:16,748 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.097s 2025-08-04 08:35:16,748 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd9a0f3-378b-42f6-a708-1db2ad985622', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'' 2025-08-04 08:35:16,771 99911 IN FO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.022s 2025-08-04 08:35:16,771 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d14250-d6ce-48b8-928e-c252ce6dbb3d', 'x-openstack-request-id': 'req-20d14250-d6ce-48b8-928e-c252ce6dbb3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d7a1e24-df5f-443b-ad07-c6d30b90170b could not be found."}}' {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.729724s] ... 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 76588dd1-ce01-4861-8304-745273a16d07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:16,805 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.030s 2025-08-04 08:35:16,805 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4c71c923-e162-445c-a25c-854caa5c2615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:17,199 99911 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.393s 2025-08-04 08:35:17,199 99911 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-614643045", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28aef921-fcbe-4809-8fbd-b2041b94d598', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28aef921-fcbe-4809-8fbd-b2041b94d598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "76588dd1-ce01-4861-8304-745273a16d07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:17.064657", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76588dd1-ce01-4861-8304-745273a16d07"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:17,255 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.043s 2025-08-04 08:35:17,255 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Mon, 04 Aug 2025 08:35:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b616a63-903c-43da-8d94-385b5b5a2791', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b616a63-903c-43da-8d94-385b5b5a2791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'{"volume": {"id": "76588dd1-ce01-4861-8304-745273a16d07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76588dd1-ce01-4861-8304-745273a16d07"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:18,336 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.064s 2025-08-04 08:35:18,336 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56ef477-2694-420f-a98e-a46857ee9716', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56ef477-2694-420f-a98e-a46857ee9716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'{"volume": {"id": "76588dd1-ce01-4861-8304-745273a16d07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:17.000000", "updated_at": "2025-08-04T08:35:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-614643045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76588dd1-ce01-4861-8304-745273a16d07"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:18,480 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.129s 2025-08-04 08:35:18,480 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35: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-7ce1d2fa-18ac-411e-af17-a3f4cac89e04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'' 2025-08-04 08:35:18,503 99911 INFO [tempest.lib.common.rest_client] Requ est (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.022s 2025-08-04 08:35:18,504 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35: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-753d9f60-3d5c-4859-a570-1ffc5839939c', 'x-openstack-request-id': 'req-753d9f60-3d5c-4859-a570-1ffc5839939c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76588dd1-ce01-4861-8304-745273a16d07 could not be found."}}' {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [2.022074s] ... 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 7dd45b7c-63d0-43c8-b26d-897918bcdf96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:18,530 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.023s 2025-08-04 08:35:18,530 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bfcdcd7f-b95d-44a3-a40a-6b5ec2cbb2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:19,127 99911 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.595s 2025-08-04 08:35:19,128 99911 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-1820470627", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb037b05-a157-4ee2-9028-5235ca0192a2', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb037b05-a157-4ee2-9028-5235ca0192a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7dd45b7c-63d0-43c8-b26d-897918bcdf96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:18.953331", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820470627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:19,226 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.079s 2025-08-04 08:35:19,227 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4fe9ac-d33a-40a5-8158-6926fc4b8a66', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4fe9ac-d33a-40a5-8158-6926fc4b8a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'{"volume": {"id": "7dd45b7c-63d0-43c8-b26d-897918bcdf96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:19.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820470627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:20,292 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.049s 2025-08-04 08:35:20,292 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79dee493-a355-4291-a0c5-6bfbfa51f6f5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79dee493-a355-4291-a0c5-6bfbfa51f6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'{"volume": {"id": "7dd45b7c-63d0-43c8-b26d-897918bcdf96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:19.000000", "updated_at": "2025-08-04T08:35:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820470627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:20,496 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.189s 2025-08-04 08:35:20,497 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ff45c6-c1db-4961-a68e-c04f77c8c0b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'' 2025-08-04 08:35:20,527 99911 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.029s 2025-08-04 08:35:20,527 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d28baf-c40e-4273-a5a3-efaba4e0030e', 'x-openstack-request-id': 'req-32d28baf-c40e-4273-a5a3-efaba4e0030e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7dd45b7c-63d0-43c8-b26d-897918bcdf96 could not be found."}}' {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.815224s] ... 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 f0507834-067a-464e-ac29-d6490e1b77f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:33:28,965 99893 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.111s 2025-08-04 08:33:28,965 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 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-ea680fc6-23fb-439c-aa82-f8ab8409285b', '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": "1cedd8067a3944ca9c39313479a0825d", "name": "tempest-VolumesAdminNegativeTest-406877280-project-member", "password_expires_at": null}, "audit_ids": ["wvxaucC2TAW3LkTNf9390A"], "expires_at": "2025-08-04T09:33:28.000000Z", "issued_at": "2025-08-04T08:33:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ee9da6a80a149739586ec0179c81186", "name": "tempest-VolumesAdminNegativeTest-406877280"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ee9da6a80a149739586ec0179c81186", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:33:28,966 99893 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '236fb2ca-1a62-4c50-9d9a-75cafda33927', 'name': 'tempest-VolumesAdminNegativeTest-815194855-network', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ee9da6a80a149739586ec0179c81186', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18302, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:23Z', 'updated_at': '2025-08-04T08:30:23Z', 'revision_number': 1} available for tenant 2025-08-04 08:33:29,797 99893 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.830s 2025-08-04 08:33:29,797 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1492997531", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "236fb2ca-1a62-4c50-9d9a-75cafda33927"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a80cb55-9a8e-456d-86d3-863f4fa81a42', 'x-compute-request-id': 'req-7a80cb55-9a8e-456d-86d3-863f4fa81a42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6727a158-4a13-4a61-a704-f06e8bd3acc4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HZzK9Brcy7HU"}}' 2025-08-04 08:33:29,865 99893 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/6727a158-4a13-4a61-a704-f06e8bd3acc4 0.065s 2025-08-04 08:33:29,866 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ca76939-e665-4429-86ff-9ca5d17a09a8', 'x-compute-request-id': 'req-0ca76939-e665-4429-86ff-9ca5d17a09a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4'} Body: b'{"server": {"id": "6727a158-4a13-4a61-a704-f06e8bd3acc4", "name": "tempest-VolumesAdminNegativeTest-server-1492997531", "status": "BUILD", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:33:30Z", "updated": "2025-08-04T08:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 20 25-08-04 08:34:20,155 99893 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/6727a158-4a13-4a61-a704-f06e8bd3acc4 0.223s 2025-08-04 08:34:20,155 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 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-1497fe8c-e06d-42f6-98d0-36250cfe85d0', 'x-compute-request-id': 'req-1497fe8c-e06d-42f6-98d0-36250cfe85d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4'} Body: b'{"server": {"id": "6727a158-4a13-4a61-a704-f06e8bd3acc4", "name": "tempest-VolumesAdminNegativeTest-server-1492997531", "status": "ACTIVE", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostId": "d5e1866baecb8d2493a91a7bc8c5063a95d0a3111bdd8f6028c348d2", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:33:29Z", "updated": "2025-08-04T08:33:45Z", "addresses": {"tempest-VolumesAdminNegativeTest-815194855-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:93:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:33: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": []}}' 2025-08-04 08:34:20,170 99893 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:35:20,495 99893 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.267s 2025-08-04 08:35:20,495 99893 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-1187427722"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a634dc9c-08aa-4e1f-9f06-6d67beb7efbe', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a634dc9c-08aa-4e1f-9f06-6d67beb7efbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f0507834-067a-464e-ac29-d6490e1b77f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.404627", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1187427722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:20,577 99893 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/f0507834-067a-464e-ac29-d6490e1b77f2 0.067s 2025-08-04 08:35:20,578 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b10fe5f5-151b-4dc4-aae0-93cf2081b70a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b10fe5f5-151b-4dc4-aae0-93cf2081b70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2'} Body: b'{"volume": {"id": "f0507834-067a-464e-ac29-d6490e1b77f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1187427722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:35:21,646 99893 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/f0507834-067a-464e-ac29-d6490e1b77f2 0.050s 2025-08-04 08:35:21,647 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-935da749-eaaf-4f18-809a-d13a794c7dff', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-935da749-eaaf-4f18-809a-d13a794c7dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2'} Body: b'{"volume": {"id": "f0507834-067a-464e-ac29-d6490e1b77f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1187427722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.692643s] ... 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 c77b8f3c-216f-4164-a8e3-d87f8f46980e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:20,530 99911 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-04 08:35:20,587 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2025-08-04 08:35:20,587 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1241190171", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFnq9oAYClsKinwkBw0G42/KFR0+XOhAmdqvXBmRH7U95qYdwdrINLsj3pf+oTCghjJ9JX86++Gr6lcCxtt58p6fXI+Cs9Oq8PuYDAHxOYhCzg46VC9D9vjo/jQWDAZTeQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ccb5569-493f-4bc1-81f8-7931115d4107', 'x-compute-request-id': 'req-7ccb5569-493f-4bc1-81f8-7931115d4107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1241190171", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFnq9oAYClsKinwkBw0G42/KFR0+XOhAmdqvXBmRH7U95qYdwdrINLsj3pf+oTCghjJ9JX86++Gr6lcCxtt58p6fXI+Cs9Oq8PuYDAHxOYhCzg46VC9D9vjo/jQWDAZTeQ==", "fingerprint": "47:2b:5e:03:84:25:00:3f:a7:4e:ca:12:f8:58:14:13", "user_id": "db87a1fd4c40401db5c06973c3afeacb"}}' 2025-08-04 08:35:21,249 99911 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.658s 2025-08-04 08:35:21,250 99911 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-24908108", "description": "tempest-secgroup-smoke-24908108 description", "project_id": "ab94d510b2324407bb72ae85ed550009"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1671', 'x-openstack-request-id': 'req-e6b0a188-0a2d-4784-9fe3-674b720f0fde', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "name": "tempest-secgroup-smoke-24908108", "stateful": true, "tenant_id": "ab94d510b2324407bb72ae85ed550009", "description": "tempest-secgroup-smoke-24908108 description", "shared": false, "security_group_rules": [{"id": "7f9ed06b-cbb2-4f9a-a083-fbc13a0bda81", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 696, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:35:20Z", "updated_at": "2025-08-04T08:35:20Z", "revision_number": 0}, {"id": "7fc9acc7-5f36-4737-9ca6-6a6d8cfbb3a1", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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": 697, "belongs_to_default_sg": false, "description": null , "tags": [], "created_at": "2025-08-04T08:35:20Z", "updated_at": "2025-08-04T08:35:20Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:35:20Z", "updated_at": "2025-08-04T08:35:20Z", "revision_number": 1, "project_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:21,502 99911 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.251s 2025-08-04 08:35:21,502 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0f6dd12a-1288-41e8-8b9c-255da97d790d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b22f7fa4-69b8-454a-9b07-ca443d8b5e63", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:21Z", "updated_at": "2025-08-04T08:35:21Z", "revision_number": 0}}' 2025-08-04 08:35:21,725 99911 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-04 08:35:21,726 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-5e0c1ec5-fa7f-4fc9-8c13-c871c54f5bfa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1afdf1e-959a-46c8-a3ed-476790ed869e", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:21Z", "updated_at": "2025-08-04T08:35:21Z", "revision_number": 0}}' 2025-08-04 08:35:22,036 99911 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.309s 2025-08-04 08:35:22,036 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:3 5:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-288d0c36-e709-42eb-be89-9cd1ec63a0be', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9df8fb6d-26cd-4019-8bb5-9b75bcb86aea", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:21Z", "updated_at": "2025-08-04T08:35:21Z", "revision_number": 0}}' 2025-08-04 08:35:22,534 99911 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.497s 2025-08-04 08:35:22,535 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-68122c26-3dba-4553-88a4-ac1d2b40376f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "627640e8-e923-4010-ba93-078c37270d74", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:22Z", "updated_at": "2025-08-04T08:35:22Z", "revision_number": 0}}' 2025-08-04 08:35:22,816 99911 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.280s 2025-08-04 08:35:22,817 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-bd6e61c1-eae0-4ad3-8dbd-b73045e77cb6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49422f52-1c80-47c9-b31c-fd4d83086b07", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:22Z", "updated_at": "2025-08-04T08:35:22Z", "revision_number": 0}}' 2025-08-04 08:35:23,158 99911 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.340s 2025-08-04 08:35:23,159 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-3ac593e4-130a-42d1-9752-d78e496ccd53', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d3d2f59f-d52b-438a-88d9-9d38a263dd11", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:22Z", "updated_at": "2025-08-04T08:35:22Z", "revision_number": 0}}' 2025-08-04 08:35:23,159 99911 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-04 08:35:23,189 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.029s 2025-08-04 08:35:23,190 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3c80f8f2-d06b-480d-97d3-d434f051b6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:23,585 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.394s 2025-08-04 08:35:23,585 99911 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-1457782171", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae680a02-2274-4dc3-a132-eb2ea6ff5f2f', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae680a02-2274-4dc3-a132-eb2ea6ff5f2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c77b8f3c-216f-4164-a8e3-d87f8f46980e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:23.512164", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1457782171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:23,681 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.083s 2025-08-04 08:35:23,681 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a7b7ffd-a627-4518-b3ee-33d53ef7a614', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a7b7ffd-a627-4518-b3ee-33d53ef7a614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'{"volume": {"id": "c77b8f3c-216f-4164-a8e3-d87f8f46980e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:24.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1457782171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:24,742 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.044s 2025-08-04 08:35:24,743 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e59794f-ef1e-49e8-b550-e64a5e3689c8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e59794f-ef1e-49e8-b550-e64a5e3689c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'{"volume": {"id": "c77b8f3c-216f-4164-a8e3-d87f8f46980e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:24.000000", "updated_at": "2025-08-04T08:35:24.000000", "name": "tempes t-TestVolumeBootPattern-volume-origin-1457782171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:24,892 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.134s 2025-08-04 08:35:24,893 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d309308b-4ad8-49cf-bfcb-4051c70aaa6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'' 2025-08-04 08:35:24,927 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.033s 2025-08-04 08:35:24,927 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2124eb6-4800-40d9-8e3e-a4933d3a70dc', 'x-openstack-request-id': 'req-f2124eb6-4800-40d9-8e3e-a4933d3a70dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c77b8f3c-216f-4164-a8e3-d87f8f46980e could not be found."}}' 2025-08-04 08:35:25,194 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9 0.266s 2025-08-04 08:35:25,195 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-916ac9d3-70ec-41ec-99db-b18c5cfcb28a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9'} Body: b'' 2025-08-04 08:35:25,221 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1241190171 0.026s 2025-08-04 08:35:25,222 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7099f b0b-9ec0-48ae-9589-da5fb1ce9b9e', 'x-compute-request-id': 'req-7099fb0b-9ec0-48ae-9589-da5fb1ce9b9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1241190171'} Body: b'' {10} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion [1.864587s] ... 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 4a34c906-d3f0-4095-8132-b9c5208549c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:47,720 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.242s 2025-08-04 08:35:47,721 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dd803125-9eb3-4df1-b9f4-4c15b2fa475b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:48,095 99911 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.373s 2025-08-04 08:35:48,096 99911 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-429228147", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5894a094-b503-4be0-9666-9e9b5e3790a5', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5894a094-b503-4be0-9666-9e9b5e3790a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4a34c906-d3f0-4095-8132-b9c5208549c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:48.035743", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-429228147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}], "user_id": "8f2d142c7c2b46aea146d05d93f4d7a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:35:48,149 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.041s 2025-08-04 08:35:48,150 99911 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': 'Mon, 04 Aug 2025 08:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e559bec8-c192-4ac2-a146-794c3159b0c2', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e559bec8-c192-4ac2-a146-794c3159b0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'{"volume": {"id": "4a34c906-d3f0-4095-8132-b9c5208549c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-429228147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}], "user_id": "8f2d142c7c2b46aea146d05d93f4d7a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "0c569bdbe7634b8ca01c12ef1c115724"}}' 2025-08-04 08:35:49,206 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.042s 2025-08-04 08:35:49,207 99911 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': 'Mon, 04 Aug 2025 08:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d7a7522-ebe4-4fdc-bdc5-335c344f9fe0', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d7a7522-ebe4-4fdc-bdc5-335c344f9fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'{"volume": {"id": "4a34c906-d3f0-4095-8132-b9c5208549c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:48.000000", "updated_at": "2025-08-04T08:35:48.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-429228147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}], "user_id": "8f2d142c7c2b46aea146d05d93f4d7a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "0c569bdbe7634b8ca01c12ef1c115724"}}' 2025-08-04 08:35:49,318 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.097s 2025-08-04 08:35:49,319 99911 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': 'Mon, 04 Aug 2025 08:35:49 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-92c e3558-595a-4cf9-a53e-29ef0eb17160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'' 2025-08-04 08:35:49,341 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.021s 2025-08-04 08:35:49,341 99911 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': 'Mon, 04 Aug 2025 08:35:49 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-1f567dd3-7482-4701-8d46-a36778d73925', 'x-openstack-request-id': 'req-1f567dd3-7482-4701-8d46-a36778d73925', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a34c906-d3f0-4095-8132-b9c5208549c4 could not be found."}}' {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [315.304011s] ... 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 da150ea7-a3ce-4b1d-b319-bf9a8bdf378e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-04T08:35:29Z', 'message': 'Build of instance da150ea7-a3ce-4b1d-b319-bf9a8bdf378e aborted: Volume fa247761-46db-4724-9063-13becd19354c 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-93019a89-c07d-41fb-9f3d-92203f64757f. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:46,902 99905 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-04 08:30:46,903 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:46 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-b0299c75-e71f-4fce-8b5d-bf4bdd16cb7a', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["95bXdtt_TCmWr6G1JoDPgw"], "expires_at": "2025-08-04T09:30:46.000000Z", "issued_at": "2025-08-04T08:30:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:30:46,903 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scop e': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:10,324 99905 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 23.420s 2025-08-04 08:31:10,324 99905 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-551110749", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07', '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-54322e6d-9cc6-4211-bdd6-e407de85b786', 'x-compute-request-id': 'req-54322e6d-9cc6-4211-bdd6-e407de85b786', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NGFc32bs74Kd"}}' 2025-08-04 08:31:18,803 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 8.475s 2025-08-04 08:31:18,804 99905 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': 'Mon, 04 Aug 2025 08:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1464', '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-25bda245-0fb7-4ef0-a675-eb578f12b740', 'x-compute-request-id': 'req-25bda245-0fb7-4ef0-a675-eb578f12b740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "k ey_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "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-04 08:32:09,298 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 0.423s 2025-08-04 08:32:09,298 99905 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': 'Mon, 04 Aug 2025 08:32:08 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-8b876226-fd09-4015-a0fe-0b0cb91e3f09', 'x-compute-request-id': 'req-8b876226-fd09-4015-a0fe-0b0cb91e3f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f6:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:32:09,342 99905 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:10,295 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07/action 0.930s 2025-08-04 08:33:10,295 99905 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-1758703379"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'co mpute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4f2cc24-2af9-4a4e-ae54-c74289a42076', 'x-compute-request-id': 'req-c4f2cc24-2af9-4a4e-ae54-c74289a42076', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07/action'} Body: b'{"image_id": "f56e5bea-430a-41e9-93f0-65aebbf169c9"}' 2025-08-04 08:33:10,321 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.024s 2025-08-04 08:33:10,321 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a88d9ed-a1e7-4f81-a204-4da360e23f20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:11,344 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.021s 2025-08-04 08:33:11,345 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-df9212f4-0cd1-4870-9b5b-66a6f9b76aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} 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", "base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "1044 7bc3-1a14-4d15-8d53-1a7c461f5b07", "user_id": "af8adf28417b41eb8e89e69299821378", "image_type": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:12,370 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.023s 2025-08-04 08:33:12,370 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8cd2a6e0-fb11-4b57-9e70-b916aed4b104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:13,394 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.021s 2025-08-04 08:33:13,394 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c6473c1a-29ca-45bf-856b-6e23d34255fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uu id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:14,420 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.024s 2025-08-04 08:33:14,420 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fbde1056-a5c8-4bf9-80a3-30233a3cb54d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:15,445 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.023s 2025-08-04 08:33:15,446 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e337abb8-8b32-4239-a664-dedb37be16f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebb f169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:16,477 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.025s 2025-08-04 08:33:16,478 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-423d621f-5644-4378-9e4a-5db413866004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:17,502 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.022s 2025-08-04 08:33:17,502 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08 :33:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7ea15659-8f48-4cc8-89ff-c9ac15f32891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:18,530 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.026s 2025-08-04 08:33:18,530 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f67850c4-a511-41c8-9961-4781f19601a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:18Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:19,559 99905 INFO [tempest.lib.common.rest_client] Request (ServerBoot FromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.027s 2025-08-04 08:33:19,560 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8e7e7dbb-c098-447e-8ea7-04b82a8e6c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "930e7244f87753134a85f829845c202b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f67bad28022a351e9aeaea6423554845cffa34131e0c44dc823943b9e2852a572bdec255577da96ea61f0a8d37a7b0d98100bd239ed01b67060945605a10f9a", "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:20Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:19,584 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.023s 2025-08-04 08:33:19,584 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c9632639-0e46-4fc0-a85e-91cfc1e6356e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-17587 03379", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "930e7244f87753134a85f829845c202b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f67bad28022a351e9aeaea6423554845cffa34131e0c44dc823943b9e2852a572bdec255577da96ea61f0a8d37a7b0d98100bd239ed01b67060945605a10f9a", "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:20Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:19,852 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 0.267s 2025-08-04 08:33:19,860 99905 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': 'Mon, 04 Aug 2025 08:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1703', '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-b09b662b-52f4-4640-bbdc-4369b8829412', 'x-compute-request-id': 'req-b09b662b-52f4-4640-bbdc-4369b8829412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:33:17Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f6:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:34:10,197 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 0.235s 2025-08-04 08:34:10,197 99905 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': 'Mon, 04 Aug 2025 08:34:09 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-84294cba-7a21-4835-8f17-b8a6f763c08a', 'x-compute-request-id': 'req-84294cba-7a21-4835-8f17-b8a6f763c08a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:33:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f6:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:34:10,218 99905 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:35:10,398 99905 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.117s 2025-08-04 08:35:10,399 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:10 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-37e12e9e-ba56-4231-9e7a-0b4d0068faf7', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["e2fFKadBTJigHCL2lXGm3Q"], "expires_at": "2025-08-04T09:35:10.000000Z", "issued_at": "2025-08-04T08:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:35:10,399 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:35:10,919 99905 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.518s 2025-08-04 08:35:10,919 99905 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-270752040", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e', '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-93019a89-c07d-41fb-9f3d-92203f64757f', 'x-compute-request-id': 'req-93019a89-c07d-41fb-9f3d-92203f64757f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "da150ea7-a3c e-4b1d-b319-bf9a8bdf378e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3uyHzPWw2B3u"}}' 2025-08-04 08:35:11,014 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.091s 2025-08-04 08:35:11,014 99905 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': 'Mon, 04 Aug 2025 08:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71b2ca85-fdf8-4028-bbea-774bbb06ae94', 'x-compute-request-id': 'req-71b2ca85-fdf8-4028-bbea-774bbb06ae94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'{"server": {"id": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-270752040", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:35:11Z", "updated": "2025-08-04T08:35:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}], "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-04 08:36:01,310 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.226s 2025-08-04 08:36:01,310 99905 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': 'Mon, 04 Aug 2025 08:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7283391-da20-4cc9-bbd2-c2a1616728a6', 'x-compute-request-id': 'req-c7283391-da20-4cc9-bbd2-c2a1616728a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'{"server": {"id": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-270752040", "status": "ERROR", " tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:35:10Z", "updated": "2025-08-04T08:35:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-04T08:35:29Z", "message": "Build of instance da150ea7-a3ce-4b1d-b319-bf9a8bdf378e aborted: Volume fa247761-46db-4724-9063-13becd19354c did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:36:01,331 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-04 08:36:02,114 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.782s 2025-08-04 08:36:02,115 99905 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': 'Mon, 04 Aug 2025 08:36:01 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-4ce34962-e7b1-4bd1-884c-b13c12703c9b', 'x-compute-request-id': 'req-4ce34962-e7b1-4bd1-884c-b13c12703c9b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'' 2025-08-04 08:36:02,154 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.039s 2025-08-04 08:36:02,155 99905 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': 'Mon, 04 Aug 2025 08:36:02 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-7b272d96-63a3-4d12-99f2-676cbabb5801', 'x-compute-request-id': 'req-7b272d96-63a3-4d12-99f2-676cbabb5801', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance da150ea7-a3ce-4b1d-b319-bf9a8bdf378e could not be found."}}' {8} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.424581s] ... ok {8} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [2.266845s] ... ok {6} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.763420s] ... 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 6ac7e7bd-5899-47e5-b90a-28ac3ad793a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:15,272 99903 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.588s 2025-08-04 08:36:15,272 99903 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-2070161386"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db02436f-f173-4b77-ae00-3b007d3109a7', 'x-compute-request-id': 'req-db02436f-f173-4b77-ae00-3b007d3109a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "6ac7e7bd-5899-47e5-b90a-28ac3ad793a3", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:36:15.160034", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-2070161386", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-04 08:36:15,343 99903 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/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3 0.065s 2025-08-04 08:36:15,343 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5edb03d6-d802-48c8-b74c-a35893377608', 'x-compute-request-id': 'req-5edb03d6-d802-48c8-b74c-a35893377608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3'} Body: b'{"volume": {"id": "6ac7e7bd-5899-47e5-b90a-28ac3ad793a3", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:36:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-2070161386", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-04 08:36:16,440 99903 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/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3 0.090s 2025-08-04 08:36:16,440 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:16 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-6a9573c1-6105-458f-be4b-bed4fdd8b367', 'x-compute-request-id': 'req-6a9573c1-6105-458f-be4b-bed4fdd8b367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3'} Body: b'{"volume": {"id": "6ac7e7bd-5899-47e5-b90a-28ac3ad793a3", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-0 8-04T08:36:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-2070161386", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {6} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.713618s] ... ok {8} 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 b37d9e20-725f-46d2-b8a2-e85d5489945a failed to build and is in ERROR status {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.031686s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.026907s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.023293s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.705309s] ... 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 6779913c-edc5-4ca9-9605-4a1a6fe05ee5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:24,672 99907 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.319s 2025-08-04 08:36:24,673 99907 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-858927856"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6959a3f1-ccad-4227-a3e1-01532ffdfb7d', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6959a3f1-ccad-4227-a3e1-01532ffdfb7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:24.605716", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:24,723 99907 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/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.038s 2025-08-04 08:36:24,724 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844fd10d-7050-44d5-8691-a249430c23d1', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844fd10d-7050-44d5-8691-a249430c23d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:25.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d95af21d3144d64b83161544efed788"}}' 2025-08-04 08:36:25,792 99907 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/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.053s 2025-08-04 08:36:25,792 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-4de75bec-f152-45f4-96b2-034f0aca3b97', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de75bec-f152-45f4-96b2-034f0aca3b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:25.000000", "updated_at": "2025-08-04T08:36:25.000000", "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d95af21d3144d64b83161544efed788"}}' 2025-08-04 08:36:25,847 99907 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.041s 2025-08-04 08:36:25,848 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988251f9-5185-4b40-be7e-86ad26f8ee76', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988251f9-5185-4b40-be7e-86ad26f8ee76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:25.000000", "updated_at": "2025-08-04T08:36:25.000000", "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d95af21d3144d64b83161544efed788"}}' 2025-08-04 08:36:25,984 99907 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.118s 2025-08-04 08:36:25,985 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-2b65f937-3849-46a8-aa51-25a5f12da555', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'' 2025-08-04 08:36:26,057 99907 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0. 071s 2025-08-04 08:36:26,057 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-55171b6d-f59b-43cc-8e07-4bdf3f5e9fac', 'x-openstack-request-id': 'req-55171b6d-f59b-43cc-8e07-4bdf3f5e9fac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6779913c-edc5-4ca9-9605-4a1a6fe05ee5 could not be found."}}' {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.022690s] ... ok {6} 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 e3605455-7a5b-4407-b06a-68364b4b73c3 failed to build and is in ERROR status {8} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.915152s] ... 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 7043100f-2c79-408e-8d85-dd6977ff6d9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:30,265 99907 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.399s 2025-08-04 08:36:30,265 99907 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-2140305105"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dd64b82-749a-44e3-ad5f-80e4531f0768', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dd64b82-749a-44e3-ad5f-80e4531f0768', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.202362", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:30,368 99907 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/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.090s 2025-08-04 08:36:30,368 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1966af36-339b-48ad-8ae1-9b59a6b190ac', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1966af36-339b-48ad-8ae1-9b59a6b190ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:31,421 99907 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/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.038s 2025-08-04 08:36:31,421 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-ac11b99b-a07d-48ba-b894-3d1324174358', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac11b99b-a07d-48ba-b894-3d1324174358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.000000", "updated_at": "2025-08-04T08:36:30.000000", "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:31,473 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.038s 2025-08-04 08:36:31,474 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b8714c3-786c-4e71-b05d-f01c31a68e7c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b8714c3-786c-4e71-b05d-f01c31a68e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.000000", "updated_at": "2025-08-04T08:36:30.000000", "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:31,756 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.269s 2025-08-04 08:36:31,756 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d64679-8e22-4f45-b0de-f48ed31e53ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'' 2025-08-04 08:36:31,778 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.021s 20 25-08-04 08:36:31,778 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-be0f7278-33b8-46cf-9648-0afca150de2f', 'x-openstack-request-id': 'req-be0f7278-33b8-46cf-9648-0afca150de2f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7043100f-2c79-408e-8d85-dd6977ff6d9c could not be found."}}' {8} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.622656s] ... 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 9221c06e-8896-45b0-83b3-db1692a364f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:32,005 99907 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.223s 2025-08-04 08:36:32,005 99907 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-1635526276"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-113f2d19-21fa-4aab-bdf8-e9458a3abcd4', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-113f2d19-21fa-4aab-bdf8-e9458a3abcd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:31.934230", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:32,060 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.043s 2025-08-04 08:36:32,061 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec91e64-5eb4-4c5b-9b7b-777af8409493', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec91e64-5eb4-4c5b-9b7b-777af8409493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:32.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:33,125 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.049s 2025-08-04 08:36:33,125 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-ad25dba8-4946-4666-9aeb-3275f302b923', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad25dba8-4946-4666-9aeb-3275f302b923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:32.000000", "updated_at": "2025-08-04T08:36:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:33,217 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.078s 2025-08-04 08:36:33,217 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1039d6-f208-4232-a420-873bdf0e6a55', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1039d6-f208-4232-a420-873bdf0e6a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:32.000000", "updated_at": "2025-08-04T08:36:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:33,374 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.144s 2025-08-04 08:36:33,375 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-fe8a53f6-e909-4cd1-a42b-3230bc06f14c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'' 2025-08-04 08:36:33,403 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.027s 2025-08-04 08: 36:33,403 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-64bdaed3-427e-4e0c-8186-f96b87dec90a', 'x-openstack-request-id': 'req-64bdaed3-427e-4e0c-8186-f96b87dec90a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9221c06e-8896-45b0-83b3-db1692a364f1 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.200905s] ... ok {6} 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 ab794b68-618e-4f36-a451-0b9735f8e4c4 failed to build and is in ERROR status {8} setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7ae9e3a2-3164-4879-9de8-cc1d468283fa failed to build and is in ERROR status {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.174519s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.096886s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012104s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.059963s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.018033s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.680309s] ... 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 81d56d2a-9271-4b6b-9800-46692b294b2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:43,887 99907 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.229s 2025-08-04 08:36:43,887 99907 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-1162624120"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac5b0d6-bd96-4370-92d5-3c5158c9bb31', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac5b0d6-bd96-4370-92d5-3c5158c9bb31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:43.820562", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:43,940 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.040s 2025-08-04 08:36:43,940 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709a649a-4c9e-48c4-a648-d176741eda38', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709a649a-4c9e-48c4-a648-d176741eda38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:44.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e709798ee5d04e68be1439c746523c8b"}}' 2025-08-04 08:36:45,000 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.045s 2025-08-04 08:36:45,001 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:44 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8825a4c7-ccc1-4423-a43c-32fec13c9a32', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8825a4c7-ccc1-4423-a43c-32fec13c9a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:44.000000", "updated_at": "2025-08-04T08:36:44.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e709798ee5d04e68be1439c746523c8b"}}' 2025-08-04 08:36:45,082 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.067s 2025-08-04 08:36:45,083 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cba0617-d98d-4b20-a87d-2ef7bf44dae3', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cba0617-d98d-4b20-a87d-2ef7bf44dae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:44.000000", "updated_at": "2025-08-04T08:36:44.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e709798ee5d04e68be1439c746523c8b"}}' 2025-08-04 08:36:45,310 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.214s 2025-08-04 08:36:45,311 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-8529fe7a-5a2c-4844-bf38-a0d8766c255f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'' 2025-08-04 08:36:45,336 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.024s 2025-08-04 08:36:45,336 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7745041d-99df-405d-b627-5920f1ac04eb', 'x-openstack-request-id': 'req-7745041d-99df-405d-b627-5920f1ac04eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81d56d2a-9271-4b6b-9800-46692b294b2e could not be found."}}' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [168.049120s] ... 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 9395940e-0999-425c-8661-cd91df026ab5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:05,443 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:34:05,443 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:34:05,540 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.094s 2025-08-04 08:34:05,541 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-169134341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbIwAtvMw587GunBRweOx30nhdupRA/2AZC7pa9e4aNTZPJaQKqCvjDxktGkwe+x3TeK2yEXi+ghCJWVe/r5xb9n5IaQ2iq0t0ktPWwtQ1Lcm95R1ChmtQ38p7ldjlRMQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 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-e117a8f8-7ff0-49bc-9f74-dfd3787b4d42', 'x-compute-request-id': 'req-e117a8f8-7ff0-49bc-9f74-dfd3787b4d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-169134341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbIwAtvMw587GunBRweOx30nhdupRA/2AZC7pa9e4aNTZPJaQKqCvjDxktGkwe+x3TeK2yEXi+ghCJWVe/r5xb9n5IaQ2iq0t0ktPWwtQ1Lcm95R1ChmtQ38p7ldjlRMQ==", "fingerprint": "dc:c9:d7:b5:ef:e1:ad:61:cd:ca:d1:85:4b:1f:5c:01", "user_id": "af5f493074934520abf01bdbe984f879"}}' 2025-08-04 08:34:05,544 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-169134341 created 2025-08-04 08:34:05,780 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.235s 2025-08-04 08:34:05,780 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2142025048", "description": "tempest-description--331990121"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-0c4fe102-fa75-4781-8c47-5f8161f96ea1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "93c78382-390b-4814-be2f-44efd23945e7", "name": "tempest-securitygroup--2142025048", "stateful": true, "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "description": "tempest-description--331990121", "shared": false, "security_group_rules": [{"id": "8d28c12e-f813-4bec-a48a-f5189bdca0cd", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "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": 568, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 0}, {"id": "f8770258-4e54-45d3-a3a5-d4818231dc83", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 567, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:34:06,000 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.219s 2025-08-04 08:34:06,001 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d857834b-109b-4d34-a493-119bc7798f38', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "24d4fb34-a564-4a6f-8d72-6e3969d74f16", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "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-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 0}}' 2025-08-04 08:34:06,212 99909 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-04 08:34:06,213 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2157437b-38d4-4dc4-96ae-77797b1c1348', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c546ba40-8b06-4f2d-a1b0-71e1c9e507a4", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "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-04T08:34:06Z", "updated_at": "2025-08-04T08:34:06Z", "revision_number": 0}}' 2025-08-04 08:34:06,213 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2142025048 created 2025-08-04 08:34:06,929 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.715s 2025-08-04 08:34:06,929 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-b4eb36d6-cdbb-4e85-ab7d-791ddd73b902', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "622593cd-5a4e-4041-879d-b07a35618129", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.99", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1696c9ce016243dd84e9dfca0a911820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:34:06Z", "updated_at": "2025-08-04T08:34:06Z", "revision_number": 0}}' 2025-08-04 08:34:06,930 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '622593cd-5a4e-4041-879d-b07a35618129', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.99', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:34:06Z', 'updated_at': '2025-08-04T08:34:06Z', 'revision_number': 0, 'ip': '172.24.4.99'} created 2025-08-04 08:34:07,038 99909 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.101s 2025-08-04 08:34:07,038 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4fd62a54-9540-4cb9-97a9-bd10a5713b50', '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": "af5f493074934520abf01bdbe984f879", "name": "tempest-AttachVolumeTestJSON-829956084-project-member", "password_expires_at": null}, "audit_ids": ["2h3DTK8RQpeT9Aemul4zRQ"], "expires_at": "2025-08-04T09:34:06.000000Z", "issued_at": "2025-08-04T08:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1696c9ce016243dd84e9dfca0a911820", "name": "tempest-AttachVolumeTestJSON-829956084"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1696c9ce016243dd84e9dfca0a911820", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:34:07,039 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9', 'name': 'tempest-AttachVolumeTestJSON-932049602-network', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 32318, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:24Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:34:07,040 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-169134341', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbIwAtvMw587GunBRweOx30nhdupRA/2AZC7pa9e4aNTZPJaQKqCvjDxktGkwe+x3TeK2yEXi+ghCJWVe/r5xb9n5IaQ2iq0t0ktPWwtQ1Lcm95R1ChmtQ38p7ldjlRMQ==', 'fingerprint': 'dc:c9:d7:b5:ef:e1:ad:61:cd:ca:d1:85:4b:1f:5c:01', 'user_id': 'af5f493074934520abf01bdbe984f879', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCSBoQKoi5y5d0fCpiD5lS4yAGsv3V4rcch8m5OnlEMCa88uMZq+bTo\nPKNTBQDZriKgBwYFK4EEACKhZANiAASGyMALbzMOfOxrpwUcHjsd9J4XbqUQP9gG\nQu6WvXuGjU2TyWkCqgr4w8ZLRpMHvsd03itshF4voIQiVlXv6+cW/Z+SGkNoqtLd\nJLT1sLUNS3JveUdQoZrUN/Ke5XY5UTE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '93c78382-390b-4814-be2f-44efd23945e7', 'name': 'tempest-securitygroup--2142025048', 'stateful': True, 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'description': 'tempest-description--331990121', 'shared': False, 'security_group_rules': [{'id': '8d28c12e-f813-4bec-a48a-f5189bdca0cd', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': '93c78382-390b-4814-be2f-44efd23945e7', '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': 568, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:34:05Z', 'updated_at': '2025-08-04T08:34:05Z', 'revision_number': 0}, {'id': 'f8770258-4e54-45d3-a3a5-d4818231dc83', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': '93c78382-390b-4814-be2f-44efd23945e7', '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': 567, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:34:05Z', 'updated_at': '2025-08-04T08:34:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:34:05 Z', 'updated_at': '2025-08-04T08:34:05Z', 'revision_number': 1, 'project_id': '1696c9ce016243dd84e9dfca0a911820'}, 'floating_ip': {'id': '622593cd-5a4e-4041-879d-b07a35618129', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.99', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:34:06Z', 'updated_at': '2025-08-04T08:34:06Z', 'revision_number': 0, 'ip': '172.24.4.99'}} 2025-08-04 08:34:07,607 99909 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.567s 2025-08-04 08:34:07,608 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2103573807", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9"}], "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "key_name": "tempest-keypair-169134341", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a9ad14-a5df-4000-8517-9a67a0bc643a', 'x-compute-request-id': 'req-79a9ad14-a5df-4000-8517-9a67a0bc643a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "adminPass": "password"}}' 2025-08-04 08:34:07,678 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.067s 2025-08-04 08:34:07,678 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:07 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-90ff1210-162b-476a-bbd7-22f94d339200', 'x-compute-request-id': 'req-90ff1210-162b-476a-bbd7-22f94d339200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "name": "tempest-AttachVolumeTestJSON-server-2103573807", "status": "BUILD", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:34:08Z", "updated": "2025-08-04T08:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-169134341", "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-04 08:34:59,329 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 1.588s 2025-08-04 08:34:59,329 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:57 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-0d641d0f-4a1e-43a9-9cd9-2793bde4dffd', 'x-compute-request-id': 'req-0d641d0f-4a1e-43a9-9cd9-2793bde4dffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "name": "tempest-AttachVolumeTestJSON-server-2103573807", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:34:07Z", "updated": "2025-08-04T08:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-169134341", "OS-SRV-USG:launched_at": "2025-08-04T08:34:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "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-04 08:34:59,344 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-04 08:35:59,698 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/os-interface 0.293s 2025-08-04 08:35:59,698 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-ver sion': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d231b702-5e5b-4e73-a677-1f3c5566756b', 'x-compute-request-id': 'req-d231b702-5e5b-4e73-a677-1f3c5566756b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "port_id": "5a70ecc8-53f5-4699-8927-af57d08fe434", "mac_addr": "fa:16:3e:96:09:ae", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "533ee7ff-439b-4c69-b82b-069c30c6bc1d", "ip_address": "10.0.0.9"}]}]}' 2025-08-04 08:36:00,706 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129 1.003s 2025-08-04 08:36:00,706 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5a70ecc8-53f5-4699-8927-af57d08fe434"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-4d702d87-6c25-4229-bece-be0311c34c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129'} Body: b'{"floatingip": {"id": "622593cd-5a4e-4041-879d-b07a35618129", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.99", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "1391a4c4-7f3b-4eff-ac7b-7c09fd128567", "port_id": "5a70ecc8-53f5-4699-8927-af57d08fe434", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "mac_address": "fa:16:3e:96:09:ae", "admin_state_up": true, "status": "ACTIVE", "device_id": "11a12366-e15c-45d1-9417-86d00d33d256", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:34:06Z", "updated_at": "2025-08-04T08:36:00Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:36:00,708 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.99:22' as 'cirros' with public key authentication 2025-08-04 08:36:00,732 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:36:00,838 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:36:00,838 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.99 successfully created 2025-08-04 08:36:00,887 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/ips 0.047s 2025-08-04 08:36:00,887 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:00 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-f9ab9602-f5ea-4d5d-9fea-39d73015e039', 'x-compute-request-id': 'req-f9ab9602-f5ea-4d5d-9fea-39d73015e039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-08-04 08:36:01,082 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.192s 2025-08-04 08:36:01,083 99909 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-657254687"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38254f6-ee63-4482-9836-3b48762a08a9', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38254f6-ee63-4482-9836-3b48762a08a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9395940e-0999-425c-8661-cd91df026ab5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:01.020654", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-657254687", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9395940e-0999-425c-8661-cd91df026ab5"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:01,163 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5 0.055s 2025-08-04 08:36:01,164 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d8f535f-60f3-4e70-8431-3a81f70171b8', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d8f535f-60f3-4e70-8431-3a81f70171b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5'} Body: b'{"volume": {"id": "9395940e-0999-425c-8661-cd91df026ab5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:01.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-657254687", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9395940e-0999-425c-8661-cd91df026ab5"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:36:02,227 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5 0.047s 2025-08-04 08:36:02,227 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc941edb-4adf-4169-a9e4-cf5da7 83b44f', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc941edb-4adf-4169-a9e4-cf5da783b44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5'} Body: b'{"volume": {"id": "9395940e-0999-425c-8661-cd91df026ab5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:01.000000", "updated_at": "2025-08-04T08:36:01.000000", "name": "tempest-AttachVolumeTestJSON-volume-657254687", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9395940e-0999-425c-8661-cd91df026ab5"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:36:02,359 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.117s 2025-08-04 08:36:02,359 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 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-68470437-d19a-4072-8b7a-59dbb3e3d7a6', 'x-compute-request-id': 'req-68470437-d19a-4072-8b7a-59dbb3e3d7a6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'' 2025-08-04 08:36:02,783 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.423s 2025-08-04 08:36:02,784 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4fddd1c-e2ad-47e7-b812-a2a40b5cc106', 'x-compute-request-id': 'req-b4fddd1c-e2ad-47e7-b812-a2a40b5cc106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "name": "tempest-AttachVolumeTestJSON-server-2103573807", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:34:07Z", "updated": "2025-08-04T08:36:02Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:09:ae"}, {"version": 4, "addr": "172.24.4.99", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC :mac_addr": "fa:16:3e:96:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-169134341", "OS-SRV-USG:launched_at": "2025-08-04T08:34:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "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-04 08:36:52,897 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.049s 2025-08-04 08:36:52,898 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:52 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-c59650ac-b89f-48e0-a92f-f96b3a5b1628', 'x-compute-request-id': 'req-c59650ac-b89f-48e0-a92f-f96b3a5b1628', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 11a12366-e15c-45d1-9417-86d00d33d256 could not be found."}}' 2025-08-04 08:36:52,935 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-169134341 0.036s 2025-08-04 08:36:52,935 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:52 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-5a7fc73b-fdb2-44d1-b5d0-ad3d5d4dea24', 'x-compute-request-id': 'req-5a7fc73b-fdb2-44d1-b5d0-ad3d5d4dea24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-169134341'} Body: b'' 2025-08-04 08:36:53,119 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7 0.183s 2025-08-04 08:36:53,120 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6cd182f9-55ce-43e7-bd92-dc566413d891', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7'} Body: b'' 2025-08-04 08:36:53,139 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7 0.018s 2025-08-04 08:36:53,139 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Mon, 04 Aug 2025 08:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0108de7c-7ae5-4587-9747-10a530ab9165', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 93c78382-390b-4814-be2f-44efd23945e7 does not exist", "detail": ""}}' 2025-08-04 08:36:53,490 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129 0.350s 2025-08-04 08:36:53,491 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f8bb4b30-91a2-479f-bc83-fae7d0464763', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129'} Body: b'' {8} tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes [5.886089s] ... 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 801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:06,114 99907 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705 on backend None 2025-08-04 08:37:06,260 99907 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.145s 2025-08-04 08:37:06,261 99907 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-905241841-1057925705", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc1acca-a6bc-4d47-ba95-64295c97f691', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc1acca-a6bc-4d47-ba95-64295c97f691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "570eb41e-2903-4e5e-85f1-c271df3542b6", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:37:06,264 99907 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-04 08:37:07,032 99907 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.766s 2025-08-04 08:37:07,032 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1487062386", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2bdaddc8-19d8-495c-99a2-dcee96546695', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1487062386", "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": "5035e527d8b846e3944cf9a10b46c5e9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "created_at": "2025-08-04T08:37:07Z", "updated_at": "2025-08-04T08:37:07Z", "tags": [], "self": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "file": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:08,404 99907 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/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file 1.371s 2025-08-04 08:37:08,405 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-11ad2929-6303-4dc7-8004-2dc 23d2a8e23', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file'} Body: b'' 2025-08-04 08:37:08,405 99907 DEBUG [tempest.scenario.manager] image:de3d8c2f-67ee-478c-ba32-3b1257d19a6e 2025-08-04 08:37:08,531 99907 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.124s 2025-08-04 08:37:08,532 99907 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-1584373220", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkhxMlJ3h6gJPe7Jju9xkDcjChQiJqAoqi2++Pj0W5L8dRXYoAWy5WDfST8H04e8ZmlIOcP643ieIEKO0Ooz7vF/86HXXPl129GvtwrMdAdQnnjdqO6k/NeSC8lAkYNQw=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 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-f4d1d30f-68fd-4599-a4ee-a074fce4ecdc', 'x-compute-request-id': 'req-f4d1d30f-68fd-4599-a4ee-a074fce4ecdc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-1584373220", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkhxMlJ3h6gJPe7Jju9xkDcjChQiJqAoqi2++Pj0W5L8dRXYoAWy5WDfST8H04e8ZmlIOcP643ieIEKO0Ooz7vF/86HXXPl129GvtwrMdAdQnnjdqO6k/NeSC8lAkYNQw==", "fingerprint": "3f:4f:be:8d:27:b2:af:18:ec:74:86:e9:46:b3:40:bd", "user_id": "cf911ef0e77e4d46b6f5584947372230"}}' 2025-08-04 08:37:08,577 99907 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.043s 2025-08-04 08:37:08,578 99907 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': 'Mon, 04 Aug 2025 08:37:08 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-0152064f-a9b6-47cf-9d79-829a020a522c', 'x-compute-request-id': 'req-0152064f-a9b6-47cf-9d79-829a020a522c', '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-04T08:35:46.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-04T08:37:07.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-04T08:36:19.000000"}}}}]}' 2025-08-04 08:37:08,583 99907 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073 on backend None 2025-08-04 08:37:08,617 99907 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.033s 2025-08-04 08:37:08,617 99907 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9d359a-662d-417f-a226-396fd7beafea', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9d359a-662d-417f-a226-396fd7beafea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "643e3f60-bbac-4c67-952b-3d674f486d3d", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:37:08,620 99907 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935 on backend None 2025-08-04 08:37:08,659 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.039s 2025-08-04 08:37:08,660 99907 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-822295471-1665390935", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ebe41e-ca74-41ca-97a2-3146a0080804', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ebe41e-ca74-41ca-97a2-3146a0080804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "ffd1b674-4ef4-4c73-9523-f337de189ac2", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:37:08,662 99907 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-04 08:37:08,891 99907 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.228s 2025-08-04 08:37:08,892 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-974307354", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d92013de-fd8d-4a7c-9a56-549b54aadd0e', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d92013de-fd8d-4a7c-9a56-549b54aadd0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b1aed837-4efd-4a29-b458-81e3bf4a6362", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:08.815457", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-97 4307354", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:09,232 99907 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.319s 2025-08-04 08:37:09,232 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-997031493", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4966e27d-abf4-4111-a2b8-32966eef8b8c', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4966e27d-abf4-4111-a2b8-32966eef8b8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "07ec86c4-af43-4404-a415-467dda3901b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:09.123796", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-997031493", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/07ec86c4-af43-4404-a415-467dda3901b0"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:09,386 99907 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/de3d8c2f-67ee-478c-ba32-3b1257d19a6e 0.142s 2025-08-04 08:37:09,386 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7330c5a6-b575-4a76-93fb-1e552ee3e8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e'} Body: b'{"name": "tempest-scenario-img--1487062386", "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": "5035e527d8b846e3944cf9a10b46c5e9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "created_at": "2025-08-04T08:37:07Z", "updated_at": "2025-08-04T08:37:08Z", "tag s": [], "self": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "file": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:09,855 99907 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.468s 2025-08-04 08:37:09,855 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "snapshot_id": null, "imageRef": "de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ddb540-b9a5-4f5d-b2f2-f48c65ac53ed', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ddb540-b9a5-4f5d-b2f2-f48c65ac53ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "801d6ca2-ec38-4b61-8354-1e1a72e3ffb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:09.766752", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:09,907 99907 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/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.039s 2025-08-04 08:37:09,907 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971fe1b8-e0e6-48d3-afc1-7f3e2847272b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971fe1b8-e0e6-48d3-afc1-7f3e2847272b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'{"volume": {"id": "801d6ca2-ec38-4b61-8354-1e1a72e3ffb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:10.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5035e527d8b846e3944cf9a10b46c5e9" }}' 2025-08-04 08:37:10,963 99907 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/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.041s 2025-08-04 08:37:10,964 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4266724c-2de0-481e-8222-9ebf4bedefa9', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4266724c-2de0-481e-8222-9ebf4bedefa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'{"volume": {"id": "801d6ca2-ec38-4b61-8354-1e1a72e3ffb6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:10.000000", "updated_at": "2025-08-04T08:37:10.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5035e527d8b846e3944cf9a10b46c5e9"}}' 2025-08-04 08:37:11,115 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.136s 2025-08-04 08:37:11,115 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-8bccd9c6-f735-4aa2-a628-db28f5876530', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'' 2025-08-04 08:37:11,136 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.020s 2025-08-04 08:37:11,137 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a2b9c884-4ba7-4229-8b71-3fcccffe85c7', 'x-openstack-request-id': 'req-a2b9c884-4ba7-4229-8b71-3fcccffe85c7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 could not be found."}}' 2025-08-04 08:37:11,244 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0 0.106s 2 025-08-04 08:37:11,244 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a0f30768-cd71-4247-a7a3-862750b2518b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0'} Body: b'' 2025-08-04 08:37:11,267 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0 0.022s 2025-08-04 08:37:11,267 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a8a03bd4-bd3f-4e63-850d-241a043fe8f0', 'x-openstack-request-id': 'req-a8a03bd4-bd3f-4e63-850d-241a043fe8f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 07ec86c4-af43-4404-a415-467dda3901b0 could not be found."}}' 2025-08-04 08:37:11,367 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362 0.099s 2025-08-04 08:37:11,368 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-01be53ee-2a34-4a39-8ed2-17a83ef70494', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362'} Body: b'' 2025-08-04 08:37:11,392 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362 0.024s 2025-08-04 08:37:11,392 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-828da204-b166-41f9-a5b3-55f00ebbc0e1', 'x-openstack-request-id': 'req-828da204-b166-41f9-a5b3-55f00ebbc0e1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b1aed837-4efd-4a29-b458-81e3bf4a6362 could not be found."}}' 2025-08-04 08:37:11,438 99907 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.044s 2025-08-04 08:37:11,438 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1dd06eb-d9ae-452c-a8a0-56b1aee0002b', 'content-length': '2942', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1dd06eb-d9ae-452c-a8a0-56b1aee0002b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:33.000000", "updated_at": "2025-08-04T08:35:33.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "fa247761-46db-4724-9063-13becd19354c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e-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/fa247761-46db-4724-9063-13becd19354c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa247761-46db-4724-9063-13becd19354c"}], "user_id": "af8adf28417b41eb8e89e69299821378", "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": "0bfd2114a2424f44b8db195c132936ef"}]}' 2025-08-04 08:37:11,507 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/ffd1b674-4ef4-4c73-9523-f337de189ac2 0.053s 2025-08-04 08:37:11,507 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-Ve rsion', 'x-openstack-request-id': 'req-d621e098-35b2-46d2-aede-a629d09fd84a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/ffd1b674-4ef4-4c73-9523-f337de189ac2'} Body: b'' 2025-08-04 08:37:11,598 99907 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.090s 2025-08-04 08:37:11,598 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7796598e-b287-485f-92d3-cace60197ec8', 'content-length': '2942', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7796598e-b287-485f-92d3-cace60197ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:33.000000", "updated_at": "2025-08-04T08:35:33.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "fa247761-46db-4724-9063-13becd19354c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e-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/fa247761-46db-4724-9063-13becd19354c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa247761-46db-4724-9063-13becd19354c"}], "user_id": "af8adf28417b41eb8e89e69299821378", "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": "0bfd2114a2424f44b8db195c132936ef"}]}' 2025-0 8-04 08:37:11,689 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/643e3f60-bbac-4c67-952b-3d674f486d3d 0.074s 2025-08-04 08:37:11,689 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-e9338958-b6a1-478e-bd25-7e047f874e9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/643e3f60-bbac-4c67-952b-3d674f486d3d'} Body: b'' 2025-08-04 08:37:11,719 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1584373220 0.028s 2025-08-04 08:37:11,719 99907 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': 'Mon, 04 Aug 2025 08:37:11 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-423f3e0a-3c09-485b-9db0-a95f5c02dc2b', 'x-compute-request-id': 'req-423f3e0a-3c09-485b-9db0-a95f5c02dc2b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1584373220'} Body: b'' 2025-08-04 08:37:11,856 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e 0.136s 2025-08-04 08:37:11,856 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ec6c85e6-ceac-4776-b5df-48c4cfdb263c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e'} Body: b'' 2025-08-04 08:37:11,932 99907 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.075s 2025-08-04 08:37:11,932 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b17000-e68e-41fd-82bb-894f0906cb56', 'content-length': '2942', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b17000-e68e-41fd-82bb-894f0906cb56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:33.000000", "updated_at": "2025-08-04T08:35:33.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "fa247761-46db-4724-9063-13becd19354c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e-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/fa247761-46db-4724-9063-13becd19354c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa247761-46db-4724-9063-13becd19354c"}], "user_id": "af8adf28417b41eb8e89e69299821378", "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": "0bfd2114a2424f44b8db195c132936ef"}]}' 2025-08-04 08:37:11,998 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/570eb41e-2903-4e5e-85f1-c271df3542b6 0.049s 2025-08-04 08:37:11,999 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a93e4d46-f81c-49f1-a4da-6c7db1f853e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/570eb41e-2903-4e5e-85f1-c271df3542b6'} Body: b'' {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.507196s] ... 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 d5b2ccca-df63-4fbb-8192-1db948e62220 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:20,366 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.369s 2025-08-04 08:37:20,367 99895 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-687530408"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e52c69a-c0e4-4860-8d5f-a94d76498630', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e52c69a-c0e4-4860-8d5f-a94d76498630', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d5b2ccca-df63-4fbb-8192-1db948e62220", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:20.278027", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-687530408", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:20,423 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220 0.043s 2025-08-04 08:37:20,423 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78586e1-0211-4a7a-8291-8bbc679272da', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78586e1-0211-4a7a-8291-8bbc679272da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220'} Body: b'{"volume": {"id": "d5b2ccca-df63-4fbb-8192-1db948e62220", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-687530408", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' 2025-08-04 08:37:21,488 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220 0.048s 2025-08-04 08:37:21,488 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-d2b06b20-bd1e-4ef7-b6fd-bb1161849be4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b06b20-bd1e-4ef7-b6fd-bb1161849be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220'} Body: b'{"volume": {"id": "d5b2ccca-df63-4fbb-8192-1db948e62220", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:20.000000", "updated_at": "2025-08-04T08:37:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-687530408", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.476519s] ... 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 1311d035-b0be-4a3a-8cab-aed46a62fe65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:21,727 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.221s 2025-08-04 08:37:21,727 99895 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-1691833971"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d46c0c-0d49-45d8-a3a1-72dfc57e95a3', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d46c0c-0d49-45d8-a3a1-72dfc57e95a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1311d035-b0be-4a3a-8cab-aed46a62fe65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:21.665117", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1691833971", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:21,812 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65 0.072s 2025-08-04 08:37:21,812 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13863c8b-5534-47aa-af67-597cfbd99300', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13863c8b-5534-47aa-af67-597cfbd99300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65'} Body: b'{"volume": {"id": "1311d035-b0be-4a3a-8cab-aed46a62fe65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:22.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1691833971", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' 2025-08-04 08:37:22,966 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65 0.138s 2025-08-04 08:37:22,966 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-ab24f825-ec8d-40aa-949f-bb354305538c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab24f825-ec8d-40aa-949f-bb354305538c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65'} Body: b'{"volume": {"id": "1311d035-b0be-4a3a-8cab-aed46a62fe65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:22.000000", "updated_at": "2025-08-04T08:37:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1691833971", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' {8} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [4.334580s] ... 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 0c07060f-6c3c-42bd-afb2-8034e436d79b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:38,332 99907 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.130s 2025-08-04 08:37:38,332 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-883261001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKFGNtETkgYNX8/jCeHiIE1EQZRPPhCJRsPS0VvrXH/NfrMWfyVvsYitC0CZhQG2w3M5PfyHTmOdp5w1BpmXQEty4F8wM7xKIaJTsZf8AaGt1NloiUCMNJiHdfPud3ieww=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13ca1055-90b0-4161-85e9-ab21e8cb28fe', 'x-compute-request-id': 'req-13ca1055-90b0-4161-85e9-ab21e8cb28fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-883261001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKFGNtETkgYNX8/jCeHiIE1EQZRPPhCJRsPS0VvrXH/NfrMWfyVvsYitC0CZhQG2w3M5PfyHTmOdp5w1BpmXQEty4F8wM7xKIaJTsZf8AaGt1NloiUCMNJiHdfPud3ieww==", "fingerprint": "21:b3:2c:9b:21:aa:21:7c:61:96:84:e3:70:91:87:e5", "user_id": "e215ff63b7c4483cb9546a859887a3bc"}}' 2025-08-04 08:37:38,584 99907 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.249s 2025-08-04 08:37:38,585 99907 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-1796888612", "description": "tempest-secgroup-smoke-1796888612 description", "project_id": "f66a2ca28d54487cbc6358f8620991b1"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-5551aaca-dfc2-4229-9708-ec3e749b31bf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "name": "tempest-secgroup-smoke-1796888612", "stateful": true, "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "description": "tempest-secgroup-smoke-1796888612 description", "shared": false, "security_group_rules": [{"id": "44106a48-75c7-4c6a-a76a-de0e37b1453a", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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": 1005, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_number": 0}, {"id": "ff0f3a17-1109-473a-b6c4-cb4989f8d4ab", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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": 1004, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_num ber": 0}], "tags": [], "created_at": "2025-08-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_number": 1, "project_id": "f66a2ca28d54487cbc6358f8620991b1"}}' 2025-08-04 08:37:39,174 99907 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.589s 2025-08-04 08:37:39,175 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f677c466-0b0a-4cfe-b329-538b810c4f1c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fbe838a5-88b4-43c5-8a17-0078066f0132", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_number": 0}}' 2025-08-04 08:37:39,405 99907 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.229s 2025-08-04 08:37:39,405 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ca7bf670-458d-4bfd-b47c-f9edb5c6e94f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a04666d6-6757-4554-bcf4-8e391501eb02", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:39,619 99907 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.213s 2025-08-04 08:37:39,620 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-afdbe8f4-cb71-4a58-ba1a-da7aa7382311', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50452ce4-fae5-4ea6-a529-f93895202ec8", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:39,821 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-04 08:37:39,821 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-0e63200f-9219-4ea6-991d-0b1b2391a2f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be200686-5fa5-4b3e-9908-4217d1fda750", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:40,232 99907 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.410s 2025-08-04 08:37:40,233 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-750fc55a-5eb2-49cf-94c7-a409175f9ac4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ad6af07-1504-40da-8416-b0e50136a438", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:40,544 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volu me_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.311s 2025-08-04 08:37:40,545 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-b609d3aa-f74c-48e7-a036-5cae43930501', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "64b9ebe4-1ba5-48e0-a72d-fa2726fc7fa5", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:40Z", "updated_at": "2025-08-04T08:37:40Z", "revision_number": 0}}' 2025-08-04 08:37:40,593 99907 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.043s 2025-08-04 08:37:40,594 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 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-213160f3-0387-4664-8d32-8a606ba065fe', '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": "e215ff63b7c4483cb9546a859887a3bc", "name": "tempest-TestShelveInstance-1314193444-project-member", "password_expires_at": null}, "audit_ids": ["SDvcx122SFeMvlilKfmwag"], "expires_at": "2025-08-04T09:37:40.000000Z", "issued_at": "2025-08-04T08:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f66a2ca28d54487cbc6358f8620991b1", "name": "tempest-TestShelveInstance-1314193444"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "R egionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f66a2ca28d54487cbc6358f8620991b1", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:37:40,595 99907 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'd52962b3-ac2d-4c21-8139-7c7fe2b2752a', 'name': 'tempest-TestShelveInstance-1399022384-network', 'tenant_id': 'f66a2ca28d54487cbc6358f8620991b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f66a2ca28d54487cbc6358f8620991b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 452, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:37:23Z', 'updated_at': '2025-08-04T08:37:23Z', 'revision_number': 1} available for tenant 2025-08-04 08:37:40,941 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.345s 2025-08-04 08:37:40,941 99907 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-900283041", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f954e8-e4e4-449c-9604-6bd097df2520', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f954e8-e4e4-449c-9604-6bd097df2520', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0c07060f-6c3c-42bd-afb2-8034e436d79b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:40.882374", "updated_at": null, "name": "tempest-tempest.common.compute-volume-900283041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}], "user_id": "e215ff63b7c4483cb9546a859887a3bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:40,996 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.043s 2025-08-04 08:37:40,996 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff10dc0d-520a-4c93-8fe3-61e81709560c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff10dc0d-520a- 4c93-8fe3-61e81709560c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'{"volume": {"id": "0c07060f-6c3c-42bd-afb2-8034e436d79b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:41.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-900283041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}], "user_id": "e215ff63b7c4483cb9546a859887a3bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66a2ca28d54487cbc6358f8620991b1"}}' 2025-08-04 08:37:42,048 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.037s 2025-08-04 08:37:42,048 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ff19e4f-bd94-43f0-80f9-3c88ff8b7395', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ff19e4f-bd94-43f0-80f9-3c88ff8b7395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'{"volume": {"id": "0c07060f-6c3c-42bd-afb2-8034e436d79b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:41.000000", "updated_at": "2025-08-04T08:37:41.000000", "name": "tempest-tempest.common.compute-volume-900283041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}], "user_id": "e215ff63b7c4483cb9546a859887a3bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66a2ca28d54487cbc6358f8620991b1"}}' 2025-08-04 08:37:42,214 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.152s 2025-08-04 08:37:42,214 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc72f048-f319-40be-907c-2f0aa1c02630', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'' 2025-08-04 08:37:42,257 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.042s 2025-08-04 08:37:42,258 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d181b2c-a877-4e5d-bbce-b38c9f19a7be', 'x-openstack-request-id': 'req-9d181b2c-a877-4e5d-bbce-b38c9f19a7be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c07060f-6c3c-42bd-afb2-8034e436d79b could not be found."}}' 2025-08-04 08:37:42,505 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4e56af6d-e928-4f16-ab9a-f5ae7340ce32 0.245s 2025-08-04 08:37:42,505 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-45dfd2fa-3e7d-43a0-991c-2ea6377210fe', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4e56af6d-e928-4f16-ab9a-f5ae7340ce32'} Body: b'' 2025-08-04 08:37:42,533 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-883261001 0.027s 2025-08-04 08:37:42,534 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-d8a22fb7-bb23-47e3-bdd0-07a6b57498d1', 'x-compute-request-id': 'req-d8a22fb7-bb23-47e3-bdd0-07a6b57498d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-883261001'} Body: b'' {3} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [168.991796s] ... 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 baf65359-703a-4455-bc37-825e332bd03f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:32,435 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.362s 2025-08-04 08:35:32,436 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20adc710-d691-428d-9adf-90787b8082a4', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20adc710-d691-428d-9adf-90787b8082a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.378223", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:32,642 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.194s 2025-08-04 08:35:32,642 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3792d9-9cbf-483d-b0cf-9727c9ec3c93', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3792d9-9cbf-483d-b0cf-9727c9ec3c93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.569687", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:32,707 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.047s 2025-08-04 08:35:32,707 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f9f537c3-3bc4-4bd6-8714-50d1580366b0', '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": "0c045410ef5c4d51ba2bc94e4239258e", "name": "tempest-TestServerVolumeAttachmentScenario-1152774032-project-member", "password_expires_at": null}, "audit_ids": ["nsvxz-7RSZ-ZNFa60Yncdg"], "expires_at": "2025-08-04T09:35:32.000000Z", "issued_at": "2025-08-04T08:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "993c6eed2ec94645be21e0df7bdd08fe", "name": "tempest-TestServerVolumeAttachmentScenario-1152774032"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/993c6eed2ec94645be21e0df7bdd08fe", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:35:32,708 99897 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '36dee3d6-a7c9-4090-8783-00bf9eadac5c', 'name': 'tempest-TestServerVolumeAttachmentScenario-1003296098-network', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8844, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:35:14Z', 'updated_at': '2025-08-04T08:35:14Z', 'revision_number': 1} available for tenant 2025-08-04 08:35:32,709 99897 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:35:32,709 99897 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025- 08-04 08:35:32,943 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.233s 2025-08-04 08:35:32,944 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1984550567", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKdSwsyCFIFHFBe/VXcN3lFRW6ayaj4Ft/O0H+rJwdFrTdi7g+Xd5DB/zaWArURAFqcJs6FKk0gGLLlQJYdAlcekpjNIZDRxqvxyJ6GP7mjpV/gbEuxHRlF/Bw3UWlQow=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 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-22a0d118-968b-4228-b45d-ae2316571fd3', 'x-compute-request-id': 'req-22a0d118-968b-4228-b45d-ae2316571fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1984550567", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKdSwsyCFIFHFBe/VXcN3lFRW6ayaj4Ft/O0H+rJwdFrTdi7g+Xd5DB/zaWArURAFqcJs6FKk0gGLLlQJYdAlcekpjNIZDRxqvxyJ6GP7mjpV/gbEuxHRlF/Bw3UWlQow==", "fingerprint": "9b:e1:12:27:a7:c4:34:a1:d1:5a:65:2d:af:bb:3d:a0", "user_id": "0c045410ef5c4d51ba2bc94e4239258e"}}' 2025-08-04 08:35:32,946 99897 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1984550567 created 2025-08-04 08:35:33,217 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.271s 2025-08-04 08:35:33,218 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1242614019", "description": "tempest-description--1252156961"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-cf2cf570-301d-41ac-97f5-759cfff40876', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "name": "tempest-securitygroup--1242614019", "stateful": true, "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "description": "tempest-description--1252156961", "shared": false, "security_group_rules": [{"id": "0e0deaf6-f2f7-4ce1-ade0-ed999015a51f", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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": 717, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0}, {"id": "68362610-443a-4f27-b57e-7e64f67d96ab", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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": 718, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0 }], "tags": [], "created_at": "2025-08-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 1, "project_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:35:33,757 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.538s 2025-08-04 08:35:33,757 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0423c9b5-c8cb-405a-bfd7-dab44ea739e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2660d5ed-59dd-44ac-b651-b5bdc079ccdb", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0}}' 2025-08-04 08:35:34,102 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.344s 2025-08-04 08:35:34,102 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9504922b-014a-46b7-8261-0f6b8ef29b86', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "66537658-a230-4c94-a7b5-cd7b4bb00cc7", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0}}' 2025-08-04 08:35:34,103 99897 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1242614019 created 2025-08-04 08:35:34,783 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.680s 2025-08-04 08:35:34,784 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-05682c58-f934-4ecf-8459-fa5ccf6 bd38a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "856f4a73-f1fc-4582-b4b7-d807b1aa1075", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "floating_ip_address": "172.24.4.226", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:35:34Z", "updated_at": "2025-08-04T08:35:34Z", "revision_number": 0}}' 2025-08-04 08:35:34,784 99897 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '856f4a73-f1fc-4582-b4b7-d807b1aa1075', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:35:34Z', 'updated_at': '2025-08-04T08:35:34Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2025-08-04 08:35:34,785 99897 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1984550567', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKdSwsyCFIFHFBe/VXcN3lFRW6ayaj4Ft/O0H+rJwdFrTdi7g+Xd5DB/zaWArURAFqcJs6FKk0gGLLlQJYdAlcekpjNIZDRxqvxyJ6GP7mjpV/gbEuxHRlF/Bw3UWlQow==', 'fingerprint': '9b:e1:12:27:a7:c4:34:a1:d1:5a:65:2d:af:bb:3d:a0', 'user_id': '0c045410ef5c4d51ba2bc94e4239258e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCyVv43X245e2b5zrF38+a5a6bfAClxmgXKmFsslwlEqWz9Wd5+txBq\nAykAYWOI1FqgBwYFK4EEACKhZANiAASSnUsLMghSBRxQXv1V3Dd5RUVumsmo+Bbf\nztB/qycHRa03Yu4Pl3eQwf82lgK1EQBanCbOhSpNIBiy5UCWHQJXHpKYzSGQ0car\n8ciehj+5o6Vf4GxLsR0ZRfwcN1FpUKM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '46ce7eb2-1d40-4612-80c3-7ccd01b30eb3', 'name': 'tempest-securitygroup--1242614019', 'stateful': True, 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'description': 'tempest-description--1252156961', 'shared': False, 'security_group_rules': [{'id': '0e0deaf6-f2f7-4ce1-ade0-ed999015a51f', 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'security_group_id': '46ce7eb2-1d40-4612-80c3-7ccd01b30eb3', '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': 717, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:35:33Z', 'updated_at': '2025-08-04T08:35:33Z', 'revision_number': 0}, {'id': '68362610-443a-4f27-b57e-7e64f67d96ab', 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'security_group_id': '46ce7eb2-1d40-4612-80c3-7ccd01b30eb3', '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': 718, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:35:33Z', 'updated_at': '2025-08-04T08:35:33Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:35:33Z', 'updated_at': '2025-08-04T08:35:33Z', 'revision_number': 1, 'project_id': '993c6eed2ec94645be21e0df7bdd08fe'}, 'floating_ip': {'id': '856f4a73-f1fc-4582-b4b7-d807b1aa1075', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project _id': '993c6eed2ec94645be21e0df7bdd08fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:35:34Z', 'updated_at': '2025-08-04T08:35:34Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2025-08-04 08:35:35,391 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.606s 2025-08-04 08:35:35,392 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "36dee3d6-a7c9-4090-8783-00bf9eadac5c"}], "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "key_name": "tempest-keypair-1984550567", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe7acd34-08ec-41be-86b9-103c1ca76fc6', 'x-compute-request-id': 'req-fe7acd34-08ec-41be-86b9-103c1ca76fc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "adminPass": "hfgN4hRX4ST4"}}' 2025-08-04 08:35:35,461 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.066s 2025-08-04 08:35:35,461 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:35 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-7b50f1f3-e644-414e-9960-4dea32e50555', 'x-compute-request-id': 'req-7b50f1f3-e644-414e-9960-4dea32e50555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "status": "BUILD", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b 70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1984550567", "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-04 08:36:25,760 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.236s 2025-08-04 08:36:25,761 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a1c50de-e359-412e-a97f-d7e930854174', 'x-compute-request-id': 'req-2a1c50de-e359-412e-a97f-d7e930854174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "status": "ACTIVE", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "f755fab2b5df32fbfbf49c5fc57f74d3284c49c46b695246d103ab1a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:35:52Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1003296098-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:9a:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1984550567", "OS-SRV-USG:launched_at": "2025-08-04T08:35:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "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-04 08:36:25,775 99897 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:37:26,098 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964/os-interface 0.262s 2025-08-04 08:37:26,099 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:25 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-2a6a1ff9-5b19-4e5c-9efb-9df54d0d557c', 'x-compute-request-id': 'req-2a6a1ff9-5b19-4e5c-9efb-9df54d0d557c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2 .1/servers/832a88d5-5437-4394-919d-a4c9d1b70964/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "36dee3d6-a7c9-4090-8783-00bf9eadac5c", "port_id": "ef0022fe-7fc0-4957-bda6-520de9a3c13f", "mac_addr": "fa:16:3e:8f:9a:50", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ad736bce-ebc6-47c9-a1bb-29788f551c9b", "ip_address": "10.0.0.10"}]}]}' 2025-08-04 08:37:27,051 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075 0.948s 2025-08-04 08:37:27,052 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ef0022fe-7fc0-4957-bda6-520de9a3c13f"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5aa90260-275c-4342-9365-9237be15cf96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075'} Body: b'{"floatingip": {"id": "856f4a73-f1fc-4582-b4b7-d807b1aa1075", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "floating_ip_address": "172.24.4.226", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "5bd9a736-ebb3-45f1-86a6-22bb699e5a06", "port_id": "ef0022fe-7fc0-4957-bda6-520de9a3c13f", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "36dee3d6-a7c9-4090-8783-00bf9eadac5c", "mac_address": "fa:16:3e:8f:9a:50", "admin_state_up": true, "status": "ACTIVE", "device_id": "832a88d5-5437-4394-919d-a4c9d1b70964", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:35:34Z", "updated_at": "2025-08-04T08:37:26Z", "revision_number": 1, "project_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:37:27,054 99897 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.226:22' as 'cirros' with public key authentication 2025-08-04 08:37:27,067 99897 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:37:27,171 99897 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:37:27,172 99897 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.226 successfully created 2025-08-04 08:37:27,380 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.208s 2025-08-04 08:37:27,381 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e4e0997-8a4d-44f6-88e1-5adf78d5b2bf', 'x-compute-request-id': 'req-7e4e0997-8a4d-44f6-88e1-5adf78d5b2bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "status": "ACTIVE", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "f755fab2b5df32fbfbf49c5fc57f74d3284c49c46b695246d103ab1a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76- 4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:35:52Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1003296098-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:9a:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1984550567", "OS-SRV-USG:launched_at": "2025-08-04T08:35:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "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-04 08:37:27,587 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.191s 2025-08-04 08:37:27,587 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:27 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-a5abd692-1de8-45a9-98f1-5d52afc4f899', 'x-compute-request-id': 'req-a5abd692-1de8-45a9-98f1-5d52afc4f899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}]}]}' 2025-08-04 08:37:27,716 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.125s 2025-08-04 08:37:27,717 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96cbd9c2-6237-4e68-b03e-a37a4ae30d68', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96cbd9c2-6237-4e68-b03e-a37a4ae30d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'{"volume": {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consist encygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:37:28,770 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.038s 2025-08-04 08:37:28,770 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e832f7e2-d156-4783-b070-fe0fc499afb0', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e832f7e2-d156-4783-b070-fe0fc499afb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'{"volume": {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:37:28,936 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.152s 2025-08-04 08:37:28,937 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:28 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-73863844-218e-4e1b-a9ff-6f525183af02', 'x-compute-request-id': 'req-73863844-218e-4e1b-a9ff-6f525183af02', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'' 2025-08-04 08:37:29,202 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.265s 2025-08-04 08:37:29,203 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:28 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-f4075778-d2bd-4068-9284-1e3e5e970bfd', 'x-compute-request-id': 'req-f4075778-d2bd-4068-9284-1e3e5e970bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-se rver-1872422171", "status": "ACTIVE", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "f755fab2b5df32fbfbf49c5fc57f74d3284c49c46b695246d103ab1a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:37:29Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1003296098-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:9a:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1984550567", "OS-SRV-USG:launched_at": "2025-08-04T08:35:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "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-04 08:38:19,304 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.036s 2025-08-04 08:38:19,305 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 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-14598207-cc09-40dd-9e07-cdcbae4e4715', 'x-compute-request-id': 'req-14598207-cc09-40dd-9e07-cdcbae4e4715', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 832a88d5-5437-4394-919d-a4c9d1b70964 could not be found."}}' 2025-08-04 08:38:19,333 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1984550567 0.027s 2025-08-04 08:38:19,333 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 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-1939426e-bf65-4d2f-a3c1-6bedc93b4047', 'x-compute-request-id': 'req-1939426e-bf65-4d2f-a3c1-6bedc93b4047', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1984550567'} Body: b'' 2025-08-04 08:38:19,681 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3 0.347s 2025-08-04 08:38:19,681 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Mon, 04 Aug 2025 08:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8b8b4997-f477-4c3b-b5a1-ef954de820a0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3'} Body: b'' 2025-08-04 08:38:19,700 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3 0.018s 2025-08-04 08:38:19,700 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-de04284f-f145-4bd3-8b50-41a4798d72f4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 46ce7eb2-1d40-4612-80c3-7ccd01b30eb3 does not exist", "detail": ""}}' 2025-08-04 08:38:20,821 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075 1.120s 2025-08-04 08:38:20,821 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-42695f79-9894-4bff-b239-25f56a3be4ee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075'} Body: b'' 2025-08-04 08:38:20,924 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256 0.103s 2025-08-04 08:38:20,925 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83192c8c-ffaf-42a3-8a7a-6cd0117d1bd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256'} Body: b'' 2025-08-04 08:38:20,947 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256 0.022s 2025-08-04 08:38:20,947 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a846580c-878c-43f3-bf3b-1048854b3be2', 'x-openstack-request-id': 'req-a846580c-878c-43f3-bf3b-1048854b3be2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad8b242d-7260-4d60-978f-389d90304256 could not be found."}}' 2025-08-04 08:38:21,042 99897 INFO [tempest.lib.common. rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.094s 2025-08-04 08:38:21,042 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75511329-d9d8-4b81-86ac-cadd30acd717', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'' 2025-08-04 08:38:21,063 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.020s 2025-08-04 08:38:21,063 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9a93ef0-c6a9-4ff0-9741-81f72aa1bb5a', 'x-openstack-request-id': 'req-f9a93ef0-c6a9-4ff0-9741-81f72aa1bb5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume baf65359-703a-4455-bc37-825e332bd03f could not be found."}}' {3} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Encrypted volume attach is not supported {10} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [170.182784s] ... 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 479e0d1a-ea5a-4ee7-881d-47d3b68c6067 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:11,227 99911 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:36:11,227 99911 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:36:11,449 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.221s 2025-08-04 08:36:11,450 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2065619825", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBAfbBUI8EYuVhuKUuOgiNsY5mE+sYdwWicGeta9RkTaKJYb/HM6dqIi5P2CQjOIxSdETYX1ALa/KBIZAO/DwXWHUAvewRmaqywBPxLKNDgkFdH43S4RkK3gL8/8ztLlQA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 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-6d997b14-1083-41d0-aba6-755197bacace', 'x-compute-request-id': 'req-6d997b14-1083-41d0-aba6-755197bacace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2065619825", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBAfbBUI8EYuVhuKUuOgiNsY5mE+sYdwWicGeta9RkTaKJYb/HM6dqIi5P2CQjOIxSdETYX1ALa/KBIZAO/DwXWHUAvewRmaqywBPxLKNDgkFdH43S4RkK3gL8/8ztLlQA==", "fingerprint": "9d:00:0e:00:33:da:e4:44:d7:4f:c3:68:01:0e:ae:e2", "user_id": "c9016e0cb51c450a93c00d122f5c586f"}}' 2025-08-04 08:36:11,452 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2065619825 created 2025-08-04 08:36:11,722 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.269s 2025-08-04 08:36:11,723 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1336073009", "description": "tempest-description--2125010981"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-58e2fa1f-1f4f-4ee8-8f23-a0412c97164b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "name": "tempest-securitygroup--1336073009", "stateful": true, "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "description": "tempest-description--2125010981", "shared": false, "security_group_rules": [{"id": "89510863-eb16-4fc9-ae45-88632ec92ab1", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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": 775, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 0}, {"id": "c78d6c91-acd5-488e-bcd8-cbd11732efbe", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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": 774, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 1, "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:36:11,943 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.219s 2025-08-04 08:36:11,943 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-61ed52b9-87a1-492e-8fc0-47bf5f2a3a15', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8ccc8009-10fc-46af-b5bd-786257404646", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 0}}' 2025-08-04 08:36:12,198 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.254s 2025-08-04 08:36:12,198 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ae311caf-93f2-4218-bd1a-cbbe2430a9be', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4b3d214a-479d-43fa-aaf0-25bdf6ccbaa1", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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-04T08:36:12Z", "updated_at": "2025-08-04T08:36:12Z", "revision_number": 0}}' 2025-08-04 08:36:12,198 99911 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1336073009 created 2025-08-04 08:36:12,964 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.765s 2025-08-04 08:36:12,964 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4e713ff3-4dd2-4391-80d8-9f95a868c05b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "06892afd-5dcc-44a8-83bf-cb339d1f11ee", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "floating_ip_address": "172.24.4.177", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:36:12Z", "updated_at": "2025-08-04T08:36:12Z", "revision_number": 0}}' 2025-08-04 08:36:12,965 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '06892afd-5dcc-44a8-83bf-cb339d1f11ee', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'floating_ip_address': '172.24.4.177', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:36:12Z', 'updated_at': '2025-08-04T08:36:12Z', 'revision_number': 0, 'ip': '172.24.4.177'} created 2025-08-04 08:36:13,255 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.289s 2025-08-04 08:36:13,255 99911 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-727930863", "description": "tempest-secgroup-smoke-727930863 description", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-af4e58f6-0dc9-45bb-95fd-67a894106d2b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "name": "tempest-secgroup-smoke-727930863", "stateful": true, "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "description": "tempest-secgroup-smoke-727930863 description", "shared": false, "security_group_rules": [{"id": "9d4b8bdb-51f1-4325-a207-2c3757badc8c", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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": 781, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}, {"id": "ac8e036a-cf32-4f6d-a9a0-75796361ac0c", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 782, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 1, "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:36:13,682 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.426s 2025-08-04 08:36:13,682 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ef2461ce-58c6-45dd-bb75-f2821e69aa76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75234912-cc38-4441-83fa-fc78e32475a9", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}}' 2025-08-04 08:36:14,197 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.514s 2025-08-04 08:36:14,197 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-4013ea0c-f3ee-436e-8b2f-521512c645a6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d42dc231-de52-47d5-ab8b-366cfe4d32a6", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}}' 2025-08-04 08:36:14,514 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.316s 2025-08-04 08:36:14,515 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-10cecca3-4ca5-46 b9-907d-fc596b42813e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8bf68df-6d18-4f4e-892f-6f5499f27a47", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:14Z", "updated_at": "2025-08-04T08:36:14Z", "revision_number": 0}}' 2025-08-04 08:36:14,993 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.478s 2025-08-04 08:36:14,994 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-af460482-d4ec-4d3e-89f3-51e19c3f2a41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1252a9be-414f-4228-a158-386300444cdd", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:14Z", "updated_at": "2025-08-04T08:36:14Z", "revision_number": 0}}' 2025-08-04 08:36:15,327 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.332s 2025-08-04 08:36:15,328 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-1bb68ccb-62d5-48cc-9990-56c1636e867f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a88cf982-b351-490c-8f2c-c76d0ca02f6c", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:15Z", "updated_at": "2025-08-04T08:36:15Z", "revision_number": 0}}' 2025-08-04 08:36:15,568 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.240s 2025-08-04 08:36:15,568 99911 DEBUG [temp est.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-790daae5-9483-4609-8d4f-8860441e81c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b52f454e-ace9-4e9d-a27c-6a602858aeff", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:15Z", "updated_at": "2025-08-04T08:36:15Z", "revision_number": 0}}' 2025-08-04 08:36:15,682 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2025-08-04 08:36:15,682 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 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-7da0e098-78c1-4e9e-96ac-d051dde3ed2a', '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": "c9016e0cb51c450a93c00d122f5c586f", "name": "tempest-SnapshotDataIntegrityTests-848706707-project-member", "password_expires_at": null}, "audit_ids": ["i7EcmNsCRZ2zSvUd25a2Tw"], "expires_at": "2025-08-04T09:36:15.000000Z", "issued_at": "2025-08-04T08:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "effd43a7999d4560a7d9d2e60b3e77dd", "name": "tempest-SnapshotDataIntegrityTests-848706707"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/effd43a7999d4560a7d9d2e60b3e77dd", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:36:15,683 99911 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '535bbc6e-4010-4572-a876-12cd237733ea', 'name': 'tempest-SnapshotDataIntegrityTests-549646755-network', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11409, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:35:57Z', 'updated_at': '2025-08-04T08:35:57Z', 'revision_number': 1} available for tenant 2025-08-04 08:36:15,683 99911 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2065619825', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBAfbBUI8EYuVhuKUuOgiNsY5mE+sYdwWicGeta9RkTaKJYb/HM6dqIi5P2CQjOIxSdETYX1ALa/KBIZAO/DwXWHUAvewRmaqywBPxLKNDgkFdH43S4RkK3gL8/8ztLlQA==', 'fingerprint': '9d:00:0e:00:33:da:e4:44:d7:4f:c3:68:01:0e:ae:e2', 'user_id': 'c9016e0cb51c450a93c00d122f5c586f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDq72NEj9a4kdBKXVm7TtB1PocJh1KnyLQlYq9tgRGC19xkPZrwcnE+\nHVvFORm1dlCgBwYFK4EEACKhZANiAAQQH2wVCPBGLlYbilLjoIjbGOZhPrGHcFon\nBnrWvUZE2iiWG/xzOnaiIuT9gkIziMUnRE2F9QC2vygSGQDvw8F1h1AL3sEZmqss\nAT8SyjQ4JBXR+N0uEZCt4C/P/M7S5UA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97', 'name': 'tempest-securitygroup--1336073009', 'stateful': True, 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'description': 'tempest-description--2125010981', 'shared': False, 'security_group_rules': [{'id': '89510863-eb16-4fc9-ae45-88632ec92ab1', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'security_group_id': '69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97', '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': 775, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:11Z', 'updated_at': '2025-08-04T08:36:11Z', 'revision_number': 0}, {'id': 'c78d6c91-acd5-488e-bcd8-cbd11732efbe', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'security_group_id': '69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97', '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': 774, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:11Z', 'updated_at': '2025-08-04T08:36:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:36:11Z', 'updated_at': '2025-08-04T08:36:11Z', 'revision_number': 1, 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd'}, 'floating_ip': {'id': '06892afd-5dcc-44a8-83bf-cb339d1f11ee', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'floating_ip_address': '172.24.4.177', 'floating_network_id': '68f833 18-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:36:12Z', 'updated_at': '2025-08-04T08:36:12Z', 'revision_number': 0, 'ip': '172.24.4.177'}} 2025-08-04 08:36:16,674 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.989s 2025-08-04 08:36:16,674 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-198432472", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "key_name": "tempest-keypair-2065619825", "security_groups": [{"name": "tempest-secgroup-smoke-727930863"}, {"name": "tempest-securitygroup--1336073009"}], "networks": [{"uuid": "535bbc6e-4010-4572-a876-12cd237733ea"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add36e49-e062-4e69-80bc-3debc1744f47', 'x-compute-request-id': 'req-add36e49-e062-4e69-80bc-3debc1744f47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-727930863"}, {"name": "tempest-securitygroup--1336073009"}], "adminPass": "xEj45KQk7XVk"}}' 2025-08-04 08:36:16,844 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.166s 2025-08-04 08:36:16,844 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:16 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-36b8ec34-e8bb-466c-a3f1-055268b50823', 'x-compute-request-id': 'req-36b8ec34-e8bb-466c-a3f1-055268b50823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "BUILD", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:17Z", "updated": "2025-08-04T08:36:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2065619825", "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-04 08:37:07,182 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.281s 2025-08-04 08:37:07,183 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6ca9431-0442-4bc0-ae8a-90abe1ccf5dd', 'x-compute-request-id': 'req-e6ca9431-0442-4bc0-ae8a-90abe1ccf5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "ACTIVE", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "5397a733003d24574f6d54f45d0cc0a56a96540841461ac9e67a2410", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:16Z", "updated": "2025-08-04T08:36:34Z", "addresses": {"tempest-SnapshotDataIntegrityTests-549646755-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2065619825", "OS-SRV-USG:launched_at": "2025-08-04T08:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1336073009"}, {"name": "tempest-secgroup-smoke-727930863"}], "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-04 08:37:07,206 99911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:38:07,426 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d/os-interface 0.162s 2025-08-04 08:38:07,426 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request- id': 'req-a7f3585c-229e-438f-9e12-36b896fe084d', 'x-compute-request-id': 'req-a7f3585c-229e-438f-9e12-36b896fe084d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "535bbc6e-4010-4572-a876-12cd237733ea", "port_id": "a20f9e90-be69-47e4-9ddd-a8df9447f736", "mac_addr": "fa:16:3e:db:6d:02", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f687f358-da92-4eb6-b3bd-ce8c88c9ed21", "ip_address": "10.0.0.5"}]}]}' 2025-08-04 08:38:08,239 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee 0.808s 2025-08-04 08:38:08,239 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a20f9e90-be69-47e4-9ddd-a8df9447f736"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b47a91c3-ff9e-452d-84ab-7f2ade64ff76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee'} Body: b'{"floatingip": {"id": "06892afd-5dcc-44a8-83bf-cb339d1f11ee", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "floating_ip_address": "172.24.4.177", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "16493d4b-a51c-4a1c-bce3-c1f279855ee5", "port_id": "a20f9e90-be69-47e4-9ddd-a8df9447f736", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "535bbc6e-4010-4572-a876-12cd237733ea", "mac_address": "fa:16:3e:db:6d:02", "admin_state_up": true, "status": "ACTIVE", "device_id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:36:12Z", "updated_at": "2025-08-04T08:38:07Z", "revision_number": 1, "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:38:08,241 99911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.177:22' as 'cirros' with public key authentication 2025-08-04 08:38:08,254 99911 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:38:08,358 99911 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:38:08,358 99911 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.177 successfully created 2025-08-04 08:38:08,605 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.246s 2025-08-04 08:38:08,605 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3913dce-2837-403e-9174-627e901fbe60', 'x-compute-request-id': 'req-e3913dce-2837-403e-9174-627e901fbe60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "ACTIVE", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "5397a733003d24 574f6d54f45d0cc0a56a96540841461ac9e67a2410", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:16Z", "updated": "2025-08-04T08:36:34Z", "addresses": {"tempest-SnapshotDataIntegrityTests-549646755-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2065619825", "OS-SRV-USG:launched_at": "2025-08-04T08:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1336073009"}, {"name": "tempest-secgroup-smoke-727930863"}], "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-04 08:38:08,820 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-04 08:38:08,821 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c299a1ee-5727-4d1e-9aa4-d186e231fc40', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c299a1ee-5727-4d1e-9aa4-d186e231fc40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "479e0d1a-ea5a-4ee7-881d-47d3b68c6067", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:08.757220", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}], "user_id": "c9016e0cb51c450a93c00d122f5c586f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:38:08,878 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.043s 2025-08-04 08:38:08,879 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2af30f4-d725-496e-a975-20248f561bd2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2af30f4-d725-496e-a975-20248f561bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'{"volume": {"id": "479e0d1a-ea5a-4 ee7-881d-47d3b68c6067", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:09.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}], "user_id": "c9016e0cb51c450a93c00d122f5c586f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:38:09,939 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.043s 2025-08-04 08:38:09,940 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3005bc-afba-470c-b8a2-2570c3074d82', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3005bc-afba-470c-b8a2-2570c3074d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'{"volume": {"id": "479e0d1a-ea5a-4ee7-881d-47d3b68c6067", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:09.000000", "updated_at": "2025-08-04T08:38:09.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}], "user_id": "c9016e0cb51c450a93c00d122f5c586f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:38:10,063 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.108s 2025-08-04 08:38:10,063 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38: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-8f75cf5d-962b-4edc-8b1d-8763fefdde93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'' 2025-08-04 08:38:10,085 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.021s 2025-08-04 08:38:10,085 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebc6334-9ee0-4c09-be82-41dd7cdcf69a', 'x-openstack-request-id': 'req-2ebc6334-9ee0-4c09-be82-41dd7cdcf69a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 479e0d1a-ea5a-4ee7-881d-47d3b68c6067 could not be found."}}' 2025-08-04 08:38:10,274 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.188s 2025-08-04 08:38:10,275 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2bb2ca8-3650-4687-a5c4-50b1534adf5f', 'x-compute-request-id': 'req-b2bb2ca8-3650-4687-a5c4-50b1534adf5f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'' 2025-08-04 08:38:10,471 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.195s 2025-08-04 08:38:10,471 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:10 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-96c18ad1-a759-4e6b-8a59-e4aed1a2c7d7', 'x-compute-request-id': 'req-96c18ad1-a759-4e6b-8a59-e4aed1a2c7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "ACTIVE", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "5397a733003d24574f6d54f45d0cc0a56a96540841461ac9e67a2410", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:16Z", "updated": "2025-08-04T08:38:10Z", "addresses": {"tempest-SnapshotDataIntegrityTests-549646755-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}, {"version": 4, "addr": "172.24.4.177", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2065619825", "OS-SRV-USG:launched_at": "2025-08-04T08:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1336073009"}, {"name": "tempest-secgroup-smoke-727930863"}], "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-04 08:39:00,572 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.036s 2025-08-04 08:39:00,573 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 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-abd91c95-426a-408f-9ecd-cc897673b1f7', 'x-compute-request-id': 'req-abd91c95-426a-408f-9ecd-cc897673b1f7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a9eb666d-5576-49ba-b14d-dcc933c47c0d could not be found."}}' 2025-08-04 08:39:00,823 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/809221f3-ecfb-48bd-bd8c-d913f189338a 0.248s 2025-08-04 08:39:00,823 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1ff5c57c-1d82-4840-a4c9-cc1390038387', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/809221f3-ecfb-48bd-bd8c-d913f189338a'} Body: b'' 2025-08-04 08:39:00,850 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2065619825 0.026s 2025-08-04 08:39:00,851 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 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-cc5e39be-8ec2-4854-bd36-0ea5721d3164', 'x-compute-request-id': 'req-cc5e39be-8ec2-4854-bd36-0ea5721d3164', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2065619825'} Body: b'' 2025-08-04 08:39:01,023 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97 0.172s 2025-08-04 08:39:01,023 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5e492660-3844-443e-8b8a-90ad18c1f9e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97'} Body: b'' 2025-08-04 08:39:01,048 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97 0.024s 2025-08-04 08:39:01,048 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ccea5102-f598-466d-9b7b-5579ce5e0f11', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97 does not exist", "detail": ""}}' 2025-08-04 08:39:01,408 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee 0.358s 2025-08-04 08:39:01,408 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-17fad287-53ea-4be4-b850-9250b8b2a3c8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee'} Body: b'' {2} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.534072s] ... ok {2} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000737s] ... 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 {2} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.696983s] ... 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-04 08:39:14,752 99895 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.655s 2025-08-04 08:39:14,753 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c382792-3c44-45e4-afa5-973269d8ac8e', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c382792-3c44-45e4-afa5-973269d8ac8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {2} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.518523s] ... 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-04 08:39:15,311 99895 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.516s 2025-08-04 08:39:15,311 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67269b4-2da0-4ccb-bf2e-3d1177bf88b4', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67269b4-2da0-4ccb-bf2e-3d1177bf88b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' {2} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.709026s] ... 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 289d0943-cf77-4908-977e-287f47fbebc9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:18,341 99895 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.582s 2025-08-04 08:39:18,342 99895 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-964129103"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8402fe4c-ee18-4555-a340-7e98dc01346a', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8402fe4c-ee18-4555-a340-7e98dc01346a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "289d0943-cf77-4908-977e-287f47fbebc9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:18.231720", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-964129103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}], "user_id": "4d5d11d759074f9681c757a1fae57d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:39:18,400 99895 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9 0.043s 2025-08-04 08:39:18,400 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fda75d4-3150-46af-ab0e-c883eabe53c0', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fda75d4-3150-46af-ab0e-c883eabe53c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9'} Body: b'{"volume": {"id": "289d0943-cf77-4908-977e-287f47fbebc9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:18.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-964129103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}], "user_id": "4d5d11d759074f9681c757a1fae57d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87777c9362ad4773930b217e326cc750"}}' 2025-08-04 08:39:19,453 99895 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9 0.037s 2025-08-04 08:39:19,453 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:19 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ea5769-c8e6-464b-ab79-c550491bef38', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ea5769-c8e6-464b-ab79-c550491bef38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9'} Body: b'{"volume": {"id": "289d0943-cf77-4908-977e-287f47fbebc9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:18.000000", "updated_at": "2025-08-04T08:39:18.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-964129103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}], "user_id": "4d5d11d759074f9681c757a1fae57d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87777c9362ad4773930b217e326cc750"}}' {2} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} 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`. {2} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {6} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [167.854058s] ... 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 b79055fd-a1fc-441b-958a-4eab673e6d19 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:58,877 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2025-08-04 08:36:58,877 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:58 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-170cc9f3-8215-495c-a585-94f8733c4a24', '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": "e9bbb6add2a9439599f3b955953f64c6", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-436958116-project-member", "password_expires_at": null}, "audit_ids": ["1Zl4pJ-YTyK37BhdF8okRA"], "expires_at": "2025-08-04T09:36:58.000000Z", "issued_at": "2025-08-04T08:36:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1902c7610618432b9a0f55f30ab521c9", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-436958116"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1902c7610618432b9a0f55f30ab521c9", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:36:58,878 99903 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'b0e2fd36-699d-4135-8b1a-209d40e40eb0', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40668, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_ad dress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:40Z', 'updated_at': '2025-08-04T08:36:40Z', 'revision_number': 1} available for tenant 2025-08-04 08:36:58,879 99903 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:36:58,879 99903 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:36:59,033 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.152s 2025-08-04 08:36:59,033 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1035320385", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC+MujP0PRz5tLwYjDWfCCXlmY5dlAaGFAeoJzHXiCYldBo3otocG2ULv+Y+v+OD+azhsU3Td+4O7C6d7bwU1a0mW+4NzmlYLctVFJYNcgKApxNjU2fF6TSbvRoKsXm0KA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-f38caebb-0a8b-4d1d-8a48-74ea2a8cf5e7', 'x-compute-request-id': 'req-f38caebb-0a8b-4d1d-8a48-74ea2a8cf5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1035320385", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC+MujP0PRz5tLwYjDWfCCXlmY5dlAaGFAeoJzHXiCYldBo3otocG2ULv+Y+v+OD+azhsU3Td+4O7C6d7bwU1a0mW+4NzmlYLctVFJYNcgKApxNjU2fF6TSbvRoKsXm0KA==", "fingerprint": "89:df:da:48:f6:47:ae:a5:c6:c5:59:a3:fb:dc:52:35", "user_id": "e9bbb6add2a9439599f3b955953f64c6"}}' 2025-08-04 08:36:59,036 99903 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1035320385 created 2025-08-04 08:36:59,286 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.250s 2025-08-04 08:36:59,287 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--953431002", "description": "tempest-description--8371626"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1657', 'x-openstack-request-id': 'req-30c438ef-3d28-4317-8850-0a7a32fa0055', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "name": "tempest-securitygroup--953431002", "stateful": true, "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "description": "tempest-description--8371626", "shared": false, "security_group_rules": [{"id": "86bc0a43-1c30-4fd1-8ead-6126e197e55a", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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": 935, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}, {"id": "90d4d098-32cc-43c3-99e8-d44e29173817", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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": 934, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 1, "project_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:36:59,530 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.242s 2025-08-04 08:36:59,530 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ab85f84b-b3a3-4029-a26c-0a5048cdbc23', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "802289ab-51d8-47cf-a355-526352ea63da", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}}' 2025-08-04 08:36:59,797 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.266s 2025-08-04 08:36:59,798 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5a759498-0c60-474e-8072-5534d56eaf5a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b683163-82de-4532-9a02-89a8de5bc9cf", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}}' 2025-08-04 08:36:59,798 99903 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--953431002 created 2025-08-04 08:37:00,497 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.698s 2025 -08-04 08:37:00,497 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a9945d35-1e42-4df9-a4ce-2d0705549bd3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "be31da51-b16a-4245-9aec-2ec2b0e1455d", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "floating_ip_address": "172.24.4.87", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1902c7610618432b9a0f55f30ab521c9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:00Z", "updated_at": "2025-08-04T08:37:00Z", "revision_number": 0}}' 2025-08-04 08:37:00,497 99903 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'be31da51-b16a-4245-9aec-2ec2b0e1455d', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'floating_ip_address': '172.24.4.87', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:00Z', 'updated_at': '2025-08-04T08:37:00Z', 'revision_number': 0, 'ip': '172.24.4.87'} created 2025-08-04 08:37:00,498 99903 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1035320385', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC+MujP0PRz5tLwYjDWfCCXlmY5dlAaGFAeoJzHXiCYldBo3otocG2ULv+Y+v+OD+azhsU3Td+4O7C6d7bwU1a0mW+4NzmlYLctVFJYNcgKApxNjU2fF6TSbvRoKsXm0KA==', 'fingerprint': '89:df:da:48:f6:47:ae:a5:c6:c5:59:a3:fb:dc:52:35', 'user_id': 'e9bbb6add2a9439599f3b955953f64c6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDI+CeJjYoipJv0JPnCadu2h2z0ni6ba34DOpLzSBnLNGHso2mTj+CQ\nwC4O15AswFagBwYFK4EEACKhZANiAAQvjLoz9D0c+bS8GIw1nwgl5ZmOXZQGhhQH\nqCcx14gmJXQaN6LaHBtlC7/mPr/jg/ms4bFN03fuDuwune28FNWtJlvuDc5pWC3L\nVRSWDXICgKcTY1Nnxek0m70aCrF5tCg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c77596e2-1e18-410a-9e6c-26fff82bc65b', 'name': 'tempest-securitygroup--953431002', 'stateful': True, 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'description': 'tempest-description--8371626', 'shared': False, 'security_group_rules': [{'id': '86bc0a43-1c30-4fd1-8ead-6126e197e55a', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'security_group_id': 'c77596e2-1e18-410a-9e6c-26fff82bc65b', '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': 935, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 0}, {'id': '90d4d098-32cc-43c3-99e8-d44e29173817', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'security_group_id': 'c77596e2-1e18-410a-9e6c-26fff82bc65b', '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': 934, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08: 36:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1, 'project_id': '1902c7610618432b9a0f55f30ab521c9'}, 'floating_ip': {'id': 'be31da51-b16a-4245-9aec-2ec2b0e1455d', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'floating_ip_address': '172.24.4.87', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:00Z', 'updated_at': '2025-08-04T08:37:00Z', 'revision_number': 0, 'ip': '172.24.4.87'}} 2025-08-04 08:37:02,317 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 1.818s 2025-08-04 08:37:02,317 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "b0e2fd36-699d-4135-8b1a-209d40e40eb0"}], "security_groups": [{"name": "tempest-securitygroup--953431002"}], "key_name": "tempest-keypair-1035320385", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cff28e64-b3ff-4124-9844-3352bf9a7cca', 'x-compute-request-id': 'req-cff28e64-b3ff-4124-9844-3352bf9a7cca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--953431002"}], "adminPass": "Q4ZyHrycWdiN"}}' 2025-08-04 08:37:02,472 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.152s 2025-08-04 08:37:02,473 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cda08c2-01b0-45f2-b991-0d23cdf399be', 'x-compute-request-id': 'req-6cda08c2-01b0-45f2-b991-0d23cdf399be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "BUILD", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:37:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1035320385", "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-04 08:37:52,719 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.202s 2025-08-04 08:37:52,719 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e19d322c-40cd-478c-bea1-723c8e1fcc19', 'x-compute-request-id': 'req-e19d322c-40cd-478c-bea1-723c8e1fcc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "ACTIVE", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "71034234d4f4fcf81a1def1c3cf5dfe7252212263b74d4d1bd30289a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:37:19Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1035320385", "OS-SRV-USG:launched_at": "2025-08-04T08:37:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953431002"}], "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-04 08:37:52,734 99903 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:38:52,935 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb/os-interface 0.181s 2025-08-04 08:38:52,935 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:52 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-d80a779d-9d84-4896-9fcc-82446eabc090', 'x-compute-request-id': 'req-d80a779d-9d84-4896-9fcc-82446eabc090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b0e2fd36-699d-4135-8b1a-209d40e40eb0", "port_id": "b09acb17-600d-4118-9807-8ccf72b378ab", "mac_addr": "fa:16:3e:f4:c6:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e56c3a48-5dec-437f-9a1e-3062de7b442c", "ip_address": "10.0.0.6"}]}]}' 2025-08-04 08:38:53,711 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d 0.772s 2025-08-04 08:38:53,712 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b09acb17-600d-4118-9807-8ccf72b378ab"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ae8ee040-cbdb-4993-8f4f-36a2697601eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d'} Body: b'{"floatingip": {"id": "be31da51-b16a-4245-9aec-2ec2b0e1455d", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "floating_ip_address": "172.24.4.87", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "55e79ee8-9188-4ed9-94cf-0bcb2dc6e5cd", "port_id": "b09acb17-600d-4118-9807-8ccf72b378ab", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b0e2fd36-699d-4135-8b1a-209d40e40eb0", "mac_address": "fa:16:3e:f4:c6:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:00Z", "updated_at": "2025-08-04T08:38:53Z", "revision_number": 1, "project_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:38:53,713 99903 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.87:22' as 'cirros' with public key authentication 2025-08-04 08:38:53,728 99903 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:38:53,833 99903 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:38:53,834 99903 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.87 successfully created 2025-08-04 08:38:54,045 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.211s 2025-08-04 08:38:54,046 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e40744-fdff-4210-8183-a8d91080fc0d', 'x-compute-request-id': 'req-65e40744-fdff-4210-8183-a8d91080fc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v 2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "ACTIVE", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "71034234d4f4fcf81a1def1c3cf5dfe7252212263b74d4d1bd30289a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:37:19Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1035320385", "OS-SRV-USG:launched_at": "2025-08-04T08:37:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953431002"}], "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-04 08:38:54,236 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.175s 2025-08-04 08:38:54,237 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed92b6c-87ef-4d30-b1e5-483aa8cba970', 'x-compute-request-id': 'req-4ed92b6c-87ef-4d30-b1e5-483aa8cba970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}]}]}' 2025-08-04 08:38:54,449 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.208s 2025-08-04 08:38:54,449 99903 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-1548050620", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f508a45-5221-445d-8aa7-53aa467314f8', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f508a45-5221-445d-8aa7-53aa467314f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b79055fd-a1fc- 441b-958a-4eab673e6d19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:54.384851", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1548050620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}], "user_id": "e9bbb6add2a9439599f3b955953f64c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:38:54,504 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.039s 2025-08-04 08:38:54,504 99903 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': 'Mon, 04 Aug 2025 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3744b38f-26f1-4251-b974-7dd5a8031036', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3744b38f-26f1-4251-b974-7dd5a8031036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'{"volume": {"id": "b79055fd-a1fc-441b-958a-4eab673e6d19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:54.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1548050620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}], "user_id": "e9bbb6add2a9439599f3b955953f64c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:38:55,558 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.038s 2025-08-04 08:38:55,558 99903 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': 'Mon, 04 Aug 2025 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d451f88-6157-4875-9b64-a7cd9cb938e1', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d451f88-6157-4875-9b64-a7cd9cb938e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'{"volume": {"id": "b79055fd-a1fc-441b-958a-4eab673e6d19", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:54.000000", "updated_at": "2025-08-04T08:38:55.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1548050620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/vol umes/b79055fd-a1fc-441b-958a-4eab673e6d19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}], "user_id": "e9bbb6add2a9439599f3b955953f64c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:38:55,665 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.092s 2025-08-04 08:38:55,665 99903 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': 'Mon, 04 Aug 2025 08:38:55 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-b414fd18-9e12-4344-a786-40fddf103213', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'' 2025-08-04 08:38:55,687 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.020s 2025-08-04 08:38:55,687 99903 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': 'Mon, 04 Aug 2025 08:38:55 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-d633189d-a153-4e63-bff9-a4f59e397865', 'x-openstack-request-id': 'req-d633189d-a153-4e63-bff9-a4f59e397865', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b79055fd-a1fc-441b-958a-4eab673e6d19 could not be found."}}' 2025-08-04 08:38:55,793 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.106s 2025-08-04 08:38:55,794 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:55 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-aae4c91f-f745-4a88-ac60-818d9f4e814f', 'x-compute-request-id': 'req-aae4c91f-f745-4a88-ac60-818d9f4e814f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'' 2025-08-04 08:38:55,946 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.151s 2025-08-04 08:38:55,946 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1698', 'content-type': 'application/json', 'openstack-ap i-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0493052-8ccc-40a7-814b-59a0dace6997', 'x-compute-request-id': 'req-b0493052-8ccc-40a7-814b-59a0dace6997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "ACTIVE", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "71034234d4f4fcf81a1def1c3cf5dfe7252212263b74d4d1bd30289a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:38:56Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1035320385", "OS-SRV-USG:launched_at": "2025-08-04T08:37:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953431002"}], "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-04 08:39:46,014 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.039s 2025-08-04 08:39:46,015 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c62f20a3-caf0-48d9-932f-0b2e1a664a77', 'x-compute-request-id': 'req-c62f20a3-caf0-48d9-932f-0b2e1a664a77', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b43acdf0-a436-46ef-8e5d-f5a3e5246ffb could not be found."}}' 2025-08-04 08:39:46,041 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1035320385 0.026s 2025-08-04 08:39:46,042 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4332c538-f864-461f-8990-fd2f45802ae0', 'x-compute- request-id': 'req-4332c538-f864-461f-8990-fd2f45802ae0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1035320385'} Body: b'' 2025-08-04 08:39:46,217 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b 0.174s 2025-08-04 08:39:46,217 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3c42f7b9-421a-414c-8238-3637e1d863fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b'} Body: b'' 2025-08-04 08:39:46,236 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b 0.018s 2025-08-04 08:39:46,237 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-763fdc14-7a4d-4d96-b4d2-a57bc4e01c9f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c77596e2-1e18-410a-9e6c-26fff82bc65b does not exist", "detail": ""}}' 2025-08-04 08:39:46,629 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d 0.392s 2025-08-04 08:39:46,630 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4e8564ca-8c3a-4860-acc8-6e50550672ac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [167.277582s] ... 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 1f7b3dc5-fb75-43a2-8765-9fb1b0a28231 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:09,498 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:37:09,499 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:37:09,640 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.139s 2025-08-04 08:37:09,640 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1164303750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNepwJNhEhnZtLAkNhsOMoAe9yEJCUI4vt5yr856W6yagtBgkqYPmEo+EaKZpJ/ndiXdBEowsMvAF0e6p7CsrLQ80GJ0DsXt2sFiX542akpfBxbXFnblzEKAHvdB9aj2jA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1b7bbf6-0107-49ee-834e-0c2b5e9a55ca', 'x-compute-request-id': 'req-c1b7bbf6-0107-49ee-834e-0c2b5e9a55ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1164303750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNepwJNhEhnZtLAkNhsOMoAe9yEJCUI4vt5yr856W6yagtBgkqYPmEo+EaKZpJ/ndiXdBEowsMvAF0e6p7CsrLQ80GJ0DsXt2sFiX542akpfBxbXFnblzEKAHvdB9aj2jA==", "fingerprint": "5a:75:f7:6f:06:d8:42:60:b8:d8:c2:55:09:75:e7:6e", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1"}}' 2025-08-04 08:37:09,643 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1164303750 created 2025-08-04 08:37:09,900 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.257s 2025-08-04 08:37:09,901 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1813412076", "description": "tempest-description--569986842"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-18828093-0d24-4b77-a669-c8eae4a29e6d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "name": "tempest-securitygroup--1813412076", "stateful": true, "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "tempest-description--569986842", "shared": false, "security_group_rules": [{"id": "26571774-614a-42ec-98db-fe96941fd4cb", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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": 953, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:09Z", "updated_at": "2025-08-04T08:37:09Z", "revision_number": 0}, {"id": "2e7de0f1-8081-42e3-8aff-08f119791fce", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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": 952, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:09Z", "updated_at": "2025-08-04T08:37:09Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:37:09Z", "updated_at": "2025-08-04T08:37:09Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:37:10,153 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.251s 2025-08-04 08:37:10,153 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2ccd4db1-b95c-41bc-b6fd-c8ef3bcbf30c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b03f6945-9751-4124-bdfa-9b592af08199", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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-04T08:37:10Z", "updated_at": "2025-08-04T08:37:10Z", "revision_number": 0}}' 2025-08-04 08:37:10,442 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.288s 2025-08-04 08:37:10,442 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-38238937-95ff-424f-a456-94559747a96c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ea2ce4d-2305-4d64-8342-eb369b6e71a9", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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-04T08:37:10Z", "updated_at": "2025-08-04T08:37:10Z", "revision_number": 0}}' 2025-08-04 08:37:10,443 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1813412076 created 2025-08-04 08:37:11,351 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.907s 2025-08-04 08:37:11,352 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a5944a1d-ed39-4abd-9d57-9b4c4c00ce7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4096a8d1-5c93-4de5-942a-1767501b36bb", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.175", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:10Z", "updated_at": "2025-08-04T08:37:10Z", "revision_number": 0}}' 2025-08-04 08:37:11,352 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4096a8d1-5c93-4de5-942a-1767501b36bb', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:10Z', 'updated_at': '2025-08-04T08:37:10Z', 'revision_number': 0, 'ip': '172.24.4.175'} created 2025-08-04 08:37:11,416 99909 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.059s 2025-08-04 08:37:11,416 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 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-82e15869-2ca1-427f-9b55-473a46a0865e', '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": "0cef2863c1884c8e8dc1f8a94f6987b1", "name": "tempest-AttachVolumeNegativeTest-274037314-project-member", "password_expires_at": null}, "audit_ids": ["YCOP3nprT7-b42GzLpDd9A"], "expires_at": "2025-08-04T09:37:11.000000Z", "issued_at": "2025-08-04T08:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af22c97af79440d09d1cb19cd2b78ea4", "name": "tempest-AttachVolumeNegativeTest-274037314"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae337 7e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af22c97af79440d09d1cb19cd2b78ea4", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:37:11,417 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'a44a2db9-0272-4d96-a82f-d892afe757b7', 'name': 'tempest-AttachVolumeNegativeTest-2009956975-network', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8309, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1} available for tenant 2025-08-04 08:37:11,418 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1164303750', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNepwJNhEhnZtLAkNhsOMoAe9yEJCUI4vt5yr856W6yagtBgkqYPmEo+EaKZpJ/ndiXdBEowsMvAF0e6p7CsrLQ80GJ0DsXt2sFiX542akpfBxbXFnblzEKAHvdB9aj2jA==', 'fingerprint': '5a:75:f7:6f:06:d8:42:60:b8:d8:c2:55:09:75:e7:6e', 'user_id': '0cef2863c1884c8e8dc1f8a94f6987b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBAdzPXxyFBmqGa9cRvfvdGMB7tOTcHxzpCLyct2VCe6fjrTq76WoTS\nWFYl63W0A3GgBwYFK4EEACKhZANiAATXqcCTYRIZ2bSwJDYbDjKAHvchCQlCOL7e\ncq/OelusmoLQYJKmD5hKPhGimaSf53Yl3QRKMLDLwBdHuqewrKy0PNBidA7F7drB\nYl+eNmpKXwcW1xZ25cxCgB73QfWo9ow=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dba8fa64-01ad-43d1-87f5-d1784cb2a71d', 'name': 'tempest-securitygroup--1813412076', 'stateful': True, 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': 'tempest-description--569986842', 'shared': False, 'security_group_rules': [{'id': '26571774-614a-42ec-98db-fe96941fd4cb', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'dba8fa64-01ad-43d1-87f5-d1784cb2a71d', '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-04T08:37:09Z', 'updated_at': '2025-08-04T08:37:09Z', 'revision_number': 0}, {'id': '2e7de0f1-8081-42e3-8aff-08f119791fce', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'dba8fa64-01ad-43d1-87f5-d1784cb2a71d', '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-04T08:37:09Z', 'updated_at': '2025-08-04T08:37:09Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2025-08-04T08:37:09Z', 'updated_at': '2025-08-04T08:37:09Z', 'revision_number': 1, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4'}, 'floating_ip': {'id': '4096a8d1-5c93-4de5-942a-1767501b36bb', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:10Z', 'updated_at': '2025-08-04T08:37:10Z', 'revision_number': 0, 'ip': '172.24.4.175'}} 2025-08-04 08:37:12,321 99909 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.903s 2025-08-04 08:37:12,322 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-409311671", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a44a2db9-0272-4d96-a82f-d892afe757b7"}], "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "key_name": "tempest-keypair-1164303750", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07fdc95f-efa8-4b6d-92be-1aba394af4b6', 'x-compute-request-id': 'req-07fdc95f-efa8-4b6d-92be-1aba394af4b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "adminPass": "password"}}' 2025-08-04 08:37:12,408 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.077s 2025-08-04 08:37:12,408 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:12 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-3636c31b-4061-4a4b-95d7-3146df6f8160', 'x-compute-request-id': 'req-3636c31b-4061-4a4b-95d7-3146df6f8160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "name": "tempest-AttachVolumeNegativeTest-server-409311671", "status": "BUILD", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:12Z", "updated": "2025-08-04T08:37:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1164303750", "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-04 08:38:02,747 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.273s 2025-08-04 08:38:02,752 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:02 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-52d32fd5-538a-419f-bd50-393bc5921450', 'x-compute-request-id': 'req-52d32fd5-538a-419f-bd50-393bc5921450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "name": "tempest-AttachVolumeNegativeTest-server-409311671", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:12Z", "updated": "2025-08-04T08:37:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:d0:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164303750", "OS-SRV-USG:launched_at": "2025-08-04T08:37:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "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-04 08:38:02,776 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:39:02,993 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/os-interface 0.149s 2025-08-04 08:39:02,993 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Mon, 04 Aug 2025 08:39:02 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-2f25e608-e65d-42f7-b8b3-a96bf4750f09', 'x-compute-request-id': 'req-2f25e608-e65d-42f7-b8b3-a96bf4750f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "port_id": "0368fc8f-d362-4387-9e18-abcba1c1b1db", "mac_addr": "fa:16:3e:7e:d0:31", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7bb9691f-0484-4cf6-9859-246dffeb7f19", "ip_address": "10.0.0.12"}]}]}' 2025-08-04 08:39:04,127 99909 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/4096a8d1-5c93-4de5-942a-1767501b36bb 1.127s 2025-08-04 08:39:04,128 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0368fc8f-d362-4387-9e18-abcba1c1b1db"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-45d80e85-a056-471b-b54c-5d8762bb4606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4096a8d1-5c93-4de5-942a-1767501b36bb'} Body: b'{"floatingip": {"id": "4096a8d1-5c93-4de5-942a-1767501b36bb", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.175", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "e07417e1-5e81-442a-b1f7-01522b902353", "port_id": "0368fc8f-d362-4387-9e18-abcba1c1b1db", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "mac_address": "fa:16:3e:7e:d0:31", "admin_state_up": true, "status": "ACTIVE", "device_id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:10Z", "updated_at": "2025-08-04T08:39:03Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:04,134 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.175:22' as 'cirros' with public key authentication 2025-08-04 08:39:04,145 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:39:04,249 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:39:04,250 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.175 successfully created 2025-08-04 08:39:04,294 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/ips 0.043s 2025-08-04 08:39:04,294 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6867d987-b57d-44fc-a9c1-6bb7517b66d6', 'x-compute-request-id': 'req-6867d987-b57d-44fc-a9c1-6bb7517b66d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/serve rs/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-04 08:39:04,539 99909 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.241s 2025-08-04 08:39:04,539 99909 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-1967327926"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-547dda35-bb23-4e21-b64a-946a12a5419e', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-547dda35-bb23-4e21-b64a-946a12a5419e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1f7b3dc5-fb75-43a2-8765-9fb1b0a28231", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:04.469032", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1967327926", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:39:04,593 99909 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/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231 0.040s 2025-08-04 08:39:04,594 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180439cb-3c4e-4cb0-a514-65ccc99aab83', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180439cb-3c4e-4cb0-a514-65ccc99aab83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231'} Body: b'{"volume": {"id": "1f7b3dc5-fb75-43a2-8765-9fb1b0a28231", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:04.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1967327926", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:05,646 99909 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/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231 0.038s 2025-08-04 08:39:05,646 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9239f1-374e-40c5-88b2-2e3046371900', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9239f1-374e-40c5-88b2-2e3046371900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231'} Body: b'{"volume": {"id": "1f7b3dc5-fb75-43a2-8765-9fb1b0a28231", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:04.000000", "updated_at": "2025-08-04T08:39:05.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1967327926", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:05,793 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.131s 2025-08-04 08:39:05,794 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7867466e-d288-4b37-87b4-c5be10ee4cfd', 'x-compute-request-id': 'req-7867466e-d288-4b37-87b4-c5be10ee4cfd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'' 2025-08-04 08:39:05,980 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.185s 2025-08-04 08:39:05,981 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de4c267-b850-46d8-9953-b292ff560802', 'x-compute-request-id': 'req-5de4c267-b850-46d8-9953-b292ff560802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "name": "tempest-AttachVolumeNegativeTest-server-409311671", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:12Z", "updat ed": "2025-08-04T08:39:06Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:d0:31"}, {"version": 4, "addr": "172.24.4.175", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:d0:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164303750", "OS-SRV-USG:launched_at": "2025-08-04T08:37:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "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-04 08:39:56,094 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.042s 2025-08-04 08:39:56,094 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d749262e-e406-4ed3-8a4d-e3cf8b1ab6ce', 'x-compute-request-id': 'req-d749262e-e406-4ed3-8a4d-e3cf8b1ab6ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 could not be found."}}' 2025-08-04 08:39:56,123 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164303750 0.028s 2025-08-04 08:39:56,123 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dada658-b657-437a-b610-ba9a811b20dd', 'x-compute-request-id': 'req-9dada658-b657-437a-b610-ba9a811b20dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164303750'} Body: b'' 2025-08-04 08:39:56,415 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d 0.290s 2025-08-04 08:39:56,415 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-72921a5b-1cdd-4510-934d-a9bdacd59576', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d'} Body: b'' 2025-08-04 08:39:56,433 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http: //10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d 0.017s 2025-08-04 08:39:56,433 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-696a81c1-1ec5-4ffe-b345-bae8d5140692', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dba8fa64-01ad-43d1-87f5-d1784cb2a71d does not exist", "detail": ""}}' 2025-08-04 08:39:56,773 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/4096a8d1-5c93-4de5-942a-1767501b36bb 0.340s 2025-08-04 08:39:56,774 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cfbe6ee7-1168-4d43-aede-e5e8f00af488', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4096a8d1-5c93-4de5-942a-1767501b36bb'} Body: b'' {6} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1 [3.115689s] ... 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 d6327692-2220-420d-8167-6bf52f71b9ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:54,672 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.634s 2025-08-04 08:39:54,673 99903 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': 'Mon, 04 Aug 2025 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b1f01130-24a2-4648-a147-48c31d760b32', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-635daba3-832e-4e43-9479-e1e6d15e77c8', '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": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:55Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:55,664 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file 0.989s 2025-08-04 08:39:55,664 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b6a2100d-a096-4d8a-9906-b131089b74df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file'} Body: b'' 2025-08-04 08:39:55,685 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32 0.020s 2025-08-04 08:39:55,685 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-773aa107-ce1c-4dfb-87f1-2b328c911a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32'} 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": "2ff03c9b07fbf4222d2c5f88da8a78c8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f896e7f1fbd3d691e1f884c480b26b240d9e8184ed9cd953d1a74e72ebbf66c665c18b8372f92eaf8afe0fe09c86570a3550b485f6ee5789a1ed8c4059f3a572", "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:56Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2- 4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:55,707 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32 0.021s 2025-08-04 08:39:55,707 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8676744b-6ff2-4b0c-8e3c-c0a0368b1de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32'} 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": "2ff03c9b07fbf4222d2c5f88da8a78c8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f896e7f1fbd3d691e1f884c480b26b240d9e8184ed9cd953d1a74e72ebbf66c665c18b8372f92eaf8afe0fe09c86570a3550b485f6ee5789a1ed8c4059f3a572", "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:56Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:55,727 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32 0.019s 2025-08-04 08:39:55,728 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-75f1f3df-551d-4717-b9de-6374c3ae50ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32'} 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": "2ff03c9b07fbf4222d2c5f88da8a78c8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f896e7f1fbd3d691e1f884c480b26b240d9e8184ed9cd953d1a74e72ebbf66c665c18b8372f92eaf8afe0fe09c86570a3550b485f6ee5789a1ed8c4059f3a572", "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:56Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:56,032 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.303s 2025-08-04 08:39:56,032 99903 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": "b1f01130-24a2-4648-a147-48c31d760b32", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9463cea7-59d5-4 d17-804b-5b4df5d976fb', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9463cea7-59d5-4d17-804b-5b4df5d976fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d6327692-2220-420d-8167-6bf52f71b9ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:55.975825", "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/d6327692-2220-420d-8167-6bf52f71b9ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6327692-2220-420d-8167-6bf52f71b9ba"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:39:56,084 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba 0.040s 2025-08-04 08:39:56,085 99903 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': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e407de-889e-4839-b255-80ea9c27e407', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e407de-889e-4839-b255-80ea9c27e407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba'} Body: b'{"volume": {"id": "d6327692-2220-420d-8167-6bf52f71b9ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:56.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/d6327692-2220-420d-8167-6bf52f71b9ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6327692-2220-420d-8167-6bf52f71b9ba"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 2025-08-04 08:39:57,138 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba 0.039s 2025-08-04 08:39:57,138 99903 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': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e47e597-cabf-43dc-a8a6-5767f1df0dc2', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e47e597-cabf-43dc-a8a6-5767f1df0dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba'} Body: b'{"volume": {"id": "d6327692-2220-420d-8167-6bf52f71b9ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:56.000000" , "updated_at": "2025-08-04T08:39:56.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/d6327692-2220-420d-8167-6bf52f71b9ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6327692-2220-420d-8167-6bf52f71b9ba"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' {6} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2 [3.295765s] ... 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 6278f6dc-a69f-4a67-981e-db38f1bc3ffd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:57,808 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.652s 2025-08-04 08:39:57,808 99903 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': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e9f52d44-e5ba-480c-a8e7-4adaf9db6efd', '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": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:58Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:58,833 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file 1.023s 2025-08-04 08:39:58,834 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ebcff5c6-a772-40fb-8d12-5da32fe761a1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file'} Body: b'' 2025-08-04 08:39:58,851 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31 0.017s 2025-08-04 08:39:58,852 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dbe7c57a-7889-454d-b9d2-7a2ac884fbc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31'} 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": "70cfb38d6e3fa32703d9176be352c221", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e813e5ccc119c928c92595f9bada45d88c870013115250f054b2c8571bd3056528bfe57acfeb50a83b348b066e09bba88061c6cbbfba27f97e99628f0178b92d", "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:59Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab- 4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:58,869 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31 0.017s 2025-08-04 08:39:58,869 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-58ef9b1f-674a-4f84-8050-18ad09d65642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31'} 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": "70cfb38d6e3fa32703d9176be352c221", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e813e5ccc119c928c92595f9bada45d88c870013115250f054b2c8571bd3056528bfe57acfeb50a83b348b066e09bba88061c6cbbfba27f97e99628f0178b92d", "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:59Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:58,886 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31 0.016s 2025-08-04 08:39:58,886 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-13319e2d-4072-4991-b3c4-8630e1fcf937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31'} 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": "70cfb38d6e3fa32703d9176be352c221", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e813e5ccc119c928c92595f9bada45d88c870013115250f054b2c8571bd3056528bfe57acfeb50a83b348b066e09bba88061c6cbbfba27f97e99628f0178b92d", "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:59Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:59,310 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.423s 2025-08-04 08:39:59,310 99903 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": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3fde41-9c6c-4 8c2-b0f1-76459defe45e', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3fde41-9c6c-48c2-b0f1-76459defe45e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6278f6dc-a69f-4a67-981e-db38f1bc3ffd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:59.145136", "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/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:39:59,379 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd 0.045s 2025-08-04 08:39:59,379 99903 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': 'Mon, 04 Aug 2025 08:39:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a157464e-c435-4d00-b113-3471a764dc3a', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a157464e-c435-4d00-b113-3471a764dc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd'} Body: b'{"volume": {"id": "6278f6dc-a69f-4a67-981e-db38f1bc3ffd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:59.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/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 2025-08-04 08:40:00,435 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd 0.041s 2025-08-04 08:40:00,436 99903 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': 'Mon, 04 Aug 2025 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc181cb-69f8-4fac-b1b2-1b8788ac7943', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc181cb-69f8-4fac-b1b2-1b8788ac7943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd'} Body: b'{"volume": {"id": "6278f6dc-a69f-4a67-981e-db38f1bc3ffd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:59.000000" , "updated_at": "2025-08-04T08:39:59.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/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' {6} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3 [2.976970s] ... 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 d9a07efd-8497-478a-87f1-b7dda5290508 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:40:00,952 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.498s 2025-08-04 08:40:00,952 99903 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': 'Mon, 04 Aug 2025 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-73432757-bd0b-4cd8-b169-6cdb0e29c8ff', '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": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:01Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:01,873 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file 0.918s 2025-08-04 08:40:01,873 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1d13516e-2eed-4aa0-b70d-2aee6ba0dd15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file'} Body: b'' 2025-08-04 08:40:01,890 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6 0.017s 2025-08-04 08:40:01,891 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fe1d237b-5981-4fa1-996b-91135284cd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6'} 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": "6d2e4f966b40b19229cd9781ff577f90", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1320b623ed0e945e8cf5209f873c72d0edd6bd4199002cf92c0af812071dddaaedd4952f4f2e6f0beb8defed9d4528a5faf986d87ac7a1eba86e96a572587ca4", "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:02Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a- 42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:01,909 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6 0.018s 2025-08-04 08:40:01,910 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0afbc83e-2a60-4551-a212-e6034f7a43f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6'} 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": "6d2e4f966b40b19229cd9781ff577f90", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1320b623ed0e945e8cf5209f873c72d0edd6bd4199002cf92c0af812071dddaaedd4952f4f2e6f0beb8defed9d4528a5faf986d87ac7a1eba86e96a572587ca4", "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:02Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:01,928 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6 0.017s 2025-08-04 08:40:01,928 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-028bfada-9f64-4718-967a-a2427980a0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6'} 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": "6d2e4f966b40b19229cd9781ff577f90", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1320b623ed0e945e8cf5209f873c72d0edd6bd4199002cf92c0af812071dddaaedd4952f4f2e6f0beb8defed9d4528a5faf986d87ac7a1eba86e96a572587ca4", "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:02Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:02,301 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.372s 2025-08-04 08:40:02,301 99903 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": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295eca85-b231-4 580-860b-93acd5c5d078', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295eca85-b231-4580-860b-93acd5c5d078', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d9a07efd-8497-478a-87f1-b7dda5290508", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:02.236491", "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/d9a07efd-8497-478a-87f1-b7dda5290508"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d9a07efd-8497-478a-87f1-b7dda5290508"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:40:02,360 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508 0.040s 2025-08-04 08:40:02,360 99903 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': 'Mon, 04 Aug 2025 08:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3af2b498-baa9-4231-a91c-a0e4973c1bc2', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3af2b498-baa9-4231-a91c-a0e4973c1bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508'} Body: b'{"volume": {"id": "d9a07efd-8497-478a-87f1-b7dda5290508", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:02.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/d9a07efd-8497-478a-87f1-b7dda5290508"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d9a07efd-8497-478a-87f1-b7dda5290508"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 2025-08-04 08:40:03,415 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508 0.040s 2025-08-04 08:40:03,416 99903 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': 'Mon, 04 Aug 2025 08:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2b4fb9-e91b-457b-80fd-0dc322aff93f', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2b4fb9-e91b-457b-80fd-0dc322aff93f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508'} Body: b'{"volume": {"id": "d9a07efd-8497-478a-87f1-b7dda5290508", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:02.000000" , "updated_at": "2025-08-04T08:40:02.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/d9a07efd-8497-478a-87f1-b7dda5290508"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d9a07efd-8497-478a-87f1-b7dda5290508"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.493533s] ... 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 fd41b7bc-d0b1-4204-bf5c-a24fff6a5626 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:40:06,276 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.363s 2025-08-04 08:40:06,276 99903 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-1858688018"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ad72cf-edc9-4345-b874-722cedb21a78', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ad72cf-edc9-4345-b874-722cedb21a78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fd41b7bc-d0b1-4204-bf5c-a24fff6a5626", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:06.194279", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1858688018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:40:06,336 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626 0.047s 2025-08-04 08:40:06,336 99903 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': 'Mon, 04 Aug 2025 08:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d5926f-6309-4189-a804-dc8129887ad4', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d5926f-6309-4189-a804-dc8129887ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626'} Body: b'{"volume": {"id": "fd41b7bc-d0b1-4204-bf5c-a24fff6a5626", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:06.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1858688018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' 2025-08-04 08:40:07,390 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626 0.038s 2025-08-04 08:40:07,391 99903 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': 'Mon, 04 Aug 2025 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-7aefd923-ba9d-42f6-800f-052ec7b887b4', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aefd923-ba9d-42f6-800f-052ec7b887b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626'} Body: b'{"volume": {"id": "fd41b7bc-d0b1-4204-bf5c-a24fff6a5626", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:06.000000", "updated_at": "2025-08-04T08:40:06.000000", "name": "tempest-VolumeRevertTests-Volume-1858688018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.299752s] ... 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 3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:40:07,587 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-08-04 08:40:07,588 99903 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-709908178"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b8ee4a-0157-4f7f-90f8-03b83701aa7d', 'content-length': '766', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b8ee4a-0157-4f7f-90f8-03b83701aa7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:07.531366", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-709908178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:40:07,636 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27 0.037s 2025-08-04 08:40:07,637 99903 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': 'Mon, 04 Aug 2025 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7abd02-295d-4200-b689-a530cfc619ec', 'content-length': '834', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc7abd02-295d-4200-b689-a530cfc619ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27'} Body: b'{"volume": {"id": "3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:08.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-709908178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' 2025-08-04 08:40:08,691 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27 0.038s 2025-08-04 08:40:08,691 99903 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': 'Mon, 04 Aug 2025 08:40:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ffce2f-9d46-4173-8076-f7bc618163cc', 'content-length': '855', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ffce2f-9d46-4173-8076-f7bc618163cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27'} Body: b'{"volume": {"id": "3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:08.000000", "updated_at": "2025-08-04T08:40:08.000000", "name": "tempest-VolumeRevertTests-Volume-709908178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' {6} 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`. {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [283.249698s] ... 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 69a11bbf-b5ff-497c-a57f-603f13e563e2 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-04T08:40:10Z', 'message': 'Build of instance 69a11bbf-b5ff-497c-a57f-603f13e563e2 aborted: Volume c57eb9aa-8b5f-4142-82a1-970fa99356e9 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-c50567e4-7804-471d-9d50-8f29ee422661. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:02,236 99905 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.054s 2025-08-04 08:36:02,236 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 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-904c781f-e687-45b8-bd8e-55f0ab6a9e07', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["CbK5qEM4Q3mEW6YuIxJp1w"], "expires_at": "2025-08-04T09:36:02.000000Z", "issued_at": "2025-08-04T08:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:36:02,237 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scop e': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:36:03,466 99905 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.228s 2025-08-04 08:36:03,467 99905 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-1883645133", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256', '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-20a503c0-aa9b-4b9b-991e-0435654479bb', 'x-compute-request-id': 'req-20a503c0-aa9b-4b9b-991e-0435654479bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6rcXHPerzMMh"}}' 2025-08-04 08:36:03,607 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.133s 2025-08-04 08:36:03,607 99905 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': 'Mon, 04 Aug 2025 08:36:03 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-76b024b7-be1d-484f-afc0-aff99a8f5573', 'x-compute-request-id': 'req-76b024b7-be1d-484f-afc0-aff99a8f5573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:36:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "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-04 08:36:54,021 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.336s 2025-08-04 08:36:54,022 99905 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': 'Mon, 04 Aug 2025 08:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1bffb1e-64af-4369-a506-9de58bf93301', 'x-compute-request-id': 'req-d1bffb1e-64af-4369-a506-9de58bf93301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:36:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:44:7a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:36:19.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-04 08:36:54,045 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:37:54,821 99905 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/05630ad3-ebe6-4415-9345-45b549d29256/action 0.721s 2025-08-04 08:37:54,822 99905 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-1884035159"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:54 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-Ve rsion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-756f40f3-487d-4783-8d3d-9e6cc848d0c2', 'x-compute-request-id': 'req-756f40f3-487d-4783-8d3d-9e6cc848d0c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256/action'} Body: b'{"image_id": "52daec90-0fe2-40c4-a079-e247eb5ff106"}' 2025-08-04 08:37:54,847 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.023s 2025-08-04 08:37:54,847 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cc13e23f-8590-4293-af83-c9aa3c2cd5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:55,873 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:37:55,873 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d6bae22-c2cb-4f83-bc2d-35f8a607ece2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8ad f28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:56,900 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:37:56,900 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0a2feab4-fd00-420a-b51b-73fcce78e427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:57,923 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.021s 2025-08-04 08:37:57,924 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4534be8a-2880-4eeb-aa6a-4ad3ad2187ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-Se rverBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:58,952 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.026s 2025-08-04 08:37:58,952 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8215d89e-6263-4973-bf27-d9d16966c512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:59,980 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.026s 2025-08-04 08:37:59,981 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8dffad04-d78d-48b4-9e15-b792e478ef65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d 19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:01,006 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:38:01,007 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4127409a-af9b-4098-9a50-9fcf7fcc60c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:02,034 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.026s 2025-08-04 08:38:02,034 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'co ntent-type': 'application/json', 'x-openstack-request-id': 'req-e82736fc-9ddf-4aef-ad71-9e54c2f8dceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:38:02Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:03,064 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.028s 2025-08-04 08:38:03,065 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-054c58eb-5bef-408f-beb0-9823217e6716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "01b5e2a37c8f396ebabe874595be9d54", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed30d2738da48e61f81151ed739e0533aa5db2b85eb2bcfa51dda42dbc18e4a27d1639807fd261e316397d3e08b982c5e85022c2462f0a8a2a2f61a385c3f351", "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:38:03Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079 -e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:03,089 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:38:03,089 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f40355e5-e374-4d63-864b-f1560074a127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "01b5e2a37c8f396ebabe874595be9d54", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed30d2738da48e61f81151ed739e0533aa5db2b85eb2bcfa51dda42dbc18e4a27d1639807fd261e316397d3e08b982c5e85022c2462f0a8a2a2f61a385c3f351", "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:38:03Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:03,432 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.342s 2025-08-04 08:38:03,432 99905 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': 'Mon, 04 Aug 2025 08:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1704', '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-2ac2723e-4e80-4ea9-88f5-f5be7a2ea933', 'x-compute-request-id': 'req-2ac2723e-4e80-4ea9-88f5-f5be7a2ea933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{" rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:38:00Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:44:7a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:36:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:38:53,789 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.286s 2025-08-04 08:38:53,790 99905 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': 'Mon, 04 Aug 2025 08:38:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d920271-a700-484f-ab51-8974ea504c12', 'x-compute-request-id': 'req-9d920271-a700-484f-ab51-8974ea504c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:38:03Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:44:7a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:36:19.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-04 08:38:53,810 99905 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:39:53,963 99905 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2025-08-04 08:39:53,963 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-88203407-50b5-47ec-aff1-0c065630e045', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["PcgmtDyjQbemoL0BYP1E3Q"], "expires_at": "2025-08-04T09:39:53.000000Z", "issued_at": "2025-08-04T08:39:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:39:53,964 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provi der:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:39:54,494 99905 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.529s 2025-08-04 08:39:54,494 99905 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-989735021", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "2480d146-9f76-4f89-83ef-a7134086d19e", "destination_type": "volume"}], "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2', '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-c50567e4-7804-471d-9d50-8f29ee422661', 'x-compute-request-id': 'req-c50567e4-7804-471d-9d50-8f29ee422661', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "69a11bbf-b5ff-497c-a57f-603f13e563e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "s2oz9BNy9e7B"}}' 2025-08-04 08:39:54,571 99905 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/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.073s 2025-08-04 08:39:54,571 99905 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': 'Mon, 04 Aug 2025 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-735cfa14-af59-4207-8583-38654d463a53', 'x-compute-request-id': 'req-735cfa14-af59-4207-8583-38654d463a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'{"server": {"id": "69a11bbf-b5ff-497c-a57f-603f13e563e2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-989735021", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:39:54Z", "updated": "2025-08-04T08:39:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/ servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}], "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-04 08:40:44,739 99905 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/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.141s 2025-08-04 08:40:44,739 99905 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': 'Mon, 04 Aug 2025 08:40:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2609cc0-d273-4f57-906f-3ba2f0144ea2', 'x-compute-request-id': 'req-e2609cc0-d273-4f57-906f-3ba2f0144ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'{"server": {"id": "69a11bbf-b5ff-497c-a57f-603f13e563e2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-989735021", "status": "ERROR", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:39:54Z", "updated": "2025-08-04T08:40:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-04T08:40:10Z", "message": "Build of instance 69a11bbf-b5ff-497c-a57f-603f13e563e2 aborted: Volume c57eb9aa-8b5f-4142-82a1-970fa99356e9 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:40:44,759 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-04 08:40:45,387 99905 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/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.627s 2025-08-04 08:40:45,387 99905 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': 'Mon, 04 Aug 2025 08:40:44 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-c051b399-7341-48e8-a26c-d392b8e9f141', 'x-compute-request-id': 'req-c051b399-7341-48e8-a26c-d392b8e9f141', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'' 2025-08-04 08:40:45,422 99905 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.034s 2025-08-04 08:40:45,423 99905 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': 'Mon, 04 Aug 2025 08:40:45 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-e3818b1c-70ce-429b-91d1-350f4b8de8ab', 'x-compute-request-id': 'req-e3818b1c-70ce-429b-91d1-350f4b8de8ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 69a11bbf-b5ff-497c-a57f-603f13e563e2 could not be found."}}' {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.391342s] ... 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 61af5eb7-fab7-4401-ad23-5631b3b8816b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:37,672 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.233s 2025-08-04 08:39:37,672 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:37 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-bc2f69c3-3a60-40a6-a4ca-baabad14b581', 'x-compute-request-id': 'req-bc2f69c3-3a60-40a6-a4ca-baabad14b581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:40:38,386 99891 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.638s 2025-08-04 08:40:38,387 99891 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-367267473"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9fbc98-fd84-430a-bd11-158fc1213bbb', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9fbc98-fd84-430a-bd11-158fc1213bbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "61af5eb7-fab7-4401-ad23-5631b3b8816b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:38.311402", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-367267473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9 a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:40:38,441 99891 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/61af5eb7-fab7-4401-ad23-5631b3b8816b 0.040s 2025-08-04 08:40:38,441 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a0946a-6050-40d5-af2b-5d4e90286f88', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a0946a-6050-40d5-af2b-5d4e90286f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b'} Body: b'{"volume": {"id": "61af5eb7-fab7-4401-ad23-5631b3b8816b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:38.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-367267473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:40:39,504 99891 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/61af5eb7-fab7-4401-ad23-5631b3b8816b 0.046s 2025-08-04 08:40:39,505 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a697107-2305-4aed-9911-25635dc467d7', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a697107-2305-4aed-9911-25635dc467d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b'} Body: b'{"volume": {"id": "61af5eb7-fab7-4401-ad23-5631b3b8816b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:38.000000", "updated_at": "2025-08-04T08:40:38.000000", "name": "tempest-ServersNegativeTestJSON-volume-367267473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:40:39,754 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.234s 2025-08-04 08:40:39,755 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:39 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-d15ce215-244a-4cae-8c2f-b1584e360a54', 'x-compute-request-id': 'req-d15ce215-244a-4cae-8c2f-b1584e360a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {7} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.361075s] ... 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 3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:56,782 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:39:56,782 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:39:56,834 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2025-08-04 08:39:56,835 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-820437308", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfs+1E3k3yl0qRDsdL3/3MEjWS0IsyVB9oKliIkf8l+2nQ9OTgPm2810DsgRE0LefiJCfaaqKaC7c7XtsqmJSXk7mmoTaYUqGH2m42hMoSBZUffxDTIWl+csMzcYV9xig=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 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-4e9cb162-5dd4-4b98-9515-40454cd37754', 'x-compute-request-id': 'req-4e9cb162-5dd4-4b98-9515-40454cd37754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-820437308", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfs+1E3k3yl0qRDsdL3/3MEjWS0IsyVB9oKliIkf8l+2nQ9OTgPm2810DsgRE0LefiJCfaaqKaC7c7XtsqmJSXk7mmoTaYUqGH2m42hMoSBZUffxDTIWl+csMzcYV9xig==", "fingerprint": "72:26:d3:5c:bf:75:d7:a2:67:ce:57:97:2a:7b:6d:ef", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1"}}' 2025-08-04 08:39:56,837 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-820437308 created 2025-08-04 08:39:57,064 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.226s 2025-08-04 08:39:57,065 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1423271636", "description": "tempest-description--12441052"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-14987dc9-b887-4fa9-948e-48183a9ebef2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "name": "tempest-securitygroup--1423271636", "stateful": true, "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "tempest-description--12441052", "shared": false, "security_group_rules": [{"id": "c6943e75-82f5-4034-98fa-a1d92dff7a63", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "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": 1038, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:39:56Z", "updated_at": "2025-08-04T08:39:56Z", "revision_number": 0}, {"id": "d6b833da-31d5-45af-887b-2ecbecef76b5", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ra nge_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1039, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:39:56Z", "updated_at": "2025-08-04T08:39:56Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:39:56Z", "updated_at": "2025-08-04T08:39:56Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:57,267 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-04 08:39:57,268 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fa87f4f0-b31b-4c2d-9e42-caa4168ae682', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "373aaf63-4a53-42c7-9b1a-c81597727c56", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "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-04T08:39:57Z", "updated_at": "2025-08-04T08:39:57Z", "revision_number": 0}}' 2025-08-04 08:39:57,581 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.312s 2025-08-04 08:39:57,581 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-dc2a9819-29f4-4612-ae81-75604d9fdc4b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47d13312-414f-45c3-a464-d36db657a2dd", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "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-04T08:39:57Z", "updated_at": "2025-08-04T08:39:57Z", "revision_number": 0}}' 2025-08-04 08:39:57,582 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1423271636 created 2025-08-04 08:39:58,321 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.739s 2025-08-04 08:39:58,322 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-54b5a55f-1f85-4e12-ab01-f812fdd52c47', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "def6d588-6973-40d3-b028-73ec1c0a56a3", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.45", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:58Z", "revision_number": 0}}' 2025-08-04 08:39:58,322 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'def6d588-6973-40d3-b028-73ec1c0a56a3', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.45', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:39:58Z', 'updated_at': '2025-08-04T08:39:58Z', 'revision_number': 0, 'ip': '172.24.4.45'} created 2025-08-04 08:39:58,423 99909 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.085s 2025-08-04 08:39:58,423 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 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-974c5b00-92df-4622-b7fd-fd13bbdb5f86', '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": "0cef2863c1884c8e8dc1f8a94f6987b1", "name": "tempest-AttachVolumeNegativeTest-274037314-project-member", "password_expires_at": null}, "audit_ids": ["VWcJC41pRxGDOrZxx-s1vg"], "expires_at": "2025-08-04T09:39:58.000000Z", "issued_at": "2025-08-04T08:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af22c97af79440d09d1cb19cd2b78ea4", "name": "tempest-AttachVolumeNegativeTest-274037314"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a 7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af22c97af79440d09d1cb19cd2b78ea4", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:39:58,424 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'a44a2db9-0272-4d96-a82f-d892afe757b7', 'name': 'tempest-AttachVolumeNegativeTest-2009956975-network', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8309, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1} available for tenant 2025-08-04 08:39:58,424 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-820437308', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfs+1E3k3yl0qRDsdL3/3MEjWS0IsyVB9oKliIkf8l+2nQ9OTgPm2810DsgRE0LefiJCfaaqKaC7c7XtsqmJSXk7mmoTaYUqGH2m42hMoSBZUffxDTIWl+csMzcYV9xig==', 'fingerprint': '72:26:d3:5c:bf:75:d7:a2:67:ce:57:97:2a:7b:6d:ef', 'user_id': '0cef2863c1884c8e8dc1f8a94f6987b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDGJ7gaeQ8+cW7xufDuS4GVW0fufVZ+33TDfdFERpkz6i/cImrSaZcF\n7QnIy6S06FegBwYFK4EEACKhZANiAATn7PtRN5N8pdKkQ7HS9/9zBI1ktCLMlQfa\nCpYiJH/Jftp0PTk4D5tvNdA7IERNC3n4iQn2mqimgu3O17bKpiUl5O5pqE2mFKhh\n9puNoTKEgWVH38Q0yFpfnLDM3GFfcYo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1', 'name': 'tempest-securitygroup--1423271636', 'stateful': True, 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': 'tempest-description--12441052', 'shared': False, 'security_group_rules': [{'id': 'c6943e75-82f5-4034-98fa-a1d92dff7a63', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'd8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1', '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': 1038, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:39:56Z', 'updated_at': '2025-08-04T08:39:56Z', 'revision_number': 0}, {'id': 'd6b833da-31d5-45af-887b-2ecbecef76b5', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'd8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1', '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': 1039, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:39:56Z', 'updated_at': '2025-08-04T08:39:56Z', 'revision_number': 0}], 'tags ': [], 'created_at': '2025-08-04T08:39:56Z', 'updated_at': '2025-08-04T08:39:56Z', 'revision_number': 1, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4'}, 'floating_ip': {'id': 'def6d588-6973-40d3-b028-73ec1c0a56a3', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.45', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:39:58Z', 'updated_at': '2025-08-04T08:39:58Z', 'revision_number': 0, 'ip': '172.24.4.45'}} 2025-08-04 08:39:58,957 99909 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.532s 2025-08-04 08:39:58,958 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-179292577", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a44a2db9-0272-4d96-a82f-d892afe757b7"}], "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "key_name": "tempest-keypair-820437308", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10b5e606-ad70-4af8-9948-2d2926b36cb7', 'x-compute-request-id': 'req-10b5e606-ad70-4af8-9948-2d2926b36cb7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "adminPass": "password"}}' 2025-08-04 08:39:59,030 99909 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/c70993db-40da-4ed0-b54c-7985ff525609 0.069s 2025-08-04 08:39:59,030 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 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-e10b205c-1c18-4318-bfe2-a82943018359', 'x-compute-request-id': 'req-e10b205c-1c18-4318-bfe2-a82943018359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "name": "tempest-AttachVolumeNegativeTest-server-179292577", "status": "BUILD", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d1 46-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:39:59Z", "updated": "2025-08-04T08:39:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-820437308", "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-04 08:40:49,320 99909 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/c70993db-40da-4ed0-b54c-7985ff525609 0.225s 2025-08-04 08:40:49,320 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:49 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-d35a7176-b0e2-4e7c-b9be-e569e0d2624c', 'x-compute-request-id': 'req-d35a7176-b0e2-4e7c-b9be-e569e0d2624c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "name": "tempest-AttachVolumeNegativeTest-server-179292577", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:39:58Z", "updated": "2025-08-04T08:40:14Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:69:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-820437308", "OS-SRV-USG:launched_at": "2025-08-04T08:40:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "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-04 08:40:49,336 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:41:49,679 99909 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/c70993db-40da-4ed0-b54c-7985ff525609/os-interface 0.285s 2025-08-04 08:41:49,679 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:49 GMT', 'ser ver': '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-183a0fef-2936-49de-9600-193307aa9ddc', 'x-compute-request-id': 'req-183a0fef-2936-49de-9600-193307aa9ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "port_id": "780f35dd-7feb-468b-865c-27a7f9dac7f7", "mac_addr": "fa:16:3e:2e:69:2b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7bb9691f-0484-4cf6-9859-246dffeb7f19", "ip_address": "10.0.0.5"}]}]}' 2025-08-04 08:41:50,544 99909 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/def6d588-6973-40d3-b028-73ec1c0a56a3 0.858s 2025-08-04 08:41:50,544 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "780f35dd-7feb-468b-865c-27a7f9dac7f7"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9ecdacfd-bcf6-4a98-9203-acb9ade27823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/def6d588-6973-40d3-b028-73ec1c0a56a3'} Body: b'{"floatingip": {"id": "def6d588-6973-40d3-b028-73ec1c0a56a3", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.45", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "e07417e1-5e81-442a-b1f7-01522b902353", "port_id": "780f35dd-7feb-468b-865c-27a7f9dac7f7", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "mac_address": "fa:16:3e:2e:69:2b", "admin_state_up": true, "status": "ACTIVE", "device_id": "c70993db-40da-4ed0-b54c-7985ff525609", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:41:49Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:41:50,545 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.45:22' as 'cirros' with public key authentication 2025-08-04 08:41:50,562 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:41:50,666 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:41:50,666 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.45 successfully created 2025-08-04 08:41:50,711 99909 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/c70993db-40da-4ed0-b54c-7985ff525609/ips 0.044s 2025-08-04 08:41:50,711 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:50 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-c2a05b97-76ca-4bd3-acde-6fea1d1a50b4', 'x-compute-request-id': 'req-c2a05b97-76ca-4bd3-acde-6fea1d1a50b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609/ips'} Bod y: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-04 08:41:50,910 99909 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.195s 2025-08-04 08:41:50,910 99909 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-1414975015"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bddc5ab2-38dc-4d3a-b489-1cea73b5a160', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bddc5ab2-38dc-4d3a-b489-1cea73b5a160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:41:50.845042", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1414975015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:41:50,964 99909 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/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27 0.043s 2025-08-04 08:41:50,965 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04cf1658-0e7f-4e25-a1b9-49e580d87230', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04cf1658-0e7f-4e25-a1b9-49e580d87230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27'} Body: b'{"volume": {"id": "3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:41:51.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1414975015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:41:52,017 99909 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/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27 0.037s 2025-08-04 08:41:52,017 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: N one Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0833d68-3b25-47c8-a42e-202cd2fbac29', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0833d68-3b25-47c8-a42e-202cd2fbac29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27'} Body: b'{"volume": {"id": "3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:41:51.000000", "updated_at": "2025-08-04T08:41:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1414975015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:41:52,137 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609 0.106s 2025-08-04 08:41:52,137 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41: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-47072b82-203d-4008-976f-ec31b3c19d96', 'x-compute-request-id': 'req-47072b82-203d-4008-976f-ec31b3c19d96', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'' 2025-08-04 08:41:52,393 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609 0.255s 2025-08-04 08:41:52,393 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:52 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-56110c28-fa6e-4373-99de-5bb5db5bfd4f', 'x-compute-request-id': 'req-56110c28-fa6e-4373-99de-5bb5db5bfd4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "name": "tempest-AttachVolumeNegativeTest-server-179292577", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:39:58Z", "updated": "2025-08-04T08:41:52Z", "addresses": {"tempest-AttachVolumeNegativeT est-2009956975-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:69:2b"}, {"version": 4, "addr": "172.24.4.45", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:69:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-820437308", "OS-SRV-USG:launched_at": "2025-08-04T08:40:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "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-04 08:42:42,582 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609 0.123s 2025-08-04 08:42:42,582 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42: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-87985631-1316-4b10-bc5e-1f4a6b991cc2', 'x-compute-request-id': 'req-87985631-1316-4b10-bc5e-1f4a6b991cc2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c70993db-40da-4ed0-b54c-7985ff525609 could not be found."}}' 2025-08-04 08:42:42,608 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-820437308 0.025s 2025-08-04 08:42:42,608 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42: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-8f642327-5627-4050-ac22-c93ecc0d38ff', 'x-compute-request-id': 'req-8f642327-5627-4050-ac22-c93ecc0d38ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-820437308'} Body: b'' 2025-08-04 08:42:42,789 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1 0.180s 2025-08-04 08:42:42,790 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e3661fae-98c9-48d3-b5f1-f1244e0bc018', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1'} Body: b'' 2025-08-04 08:42:42,806 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3ba ac1 0.016s 2025-08-04 08:42:42,807 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5e9d86ce-54dd-4513-abf4-176e5451f349', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1 does not exist", "detail": ""}}' 2025-08-04 08:42:43,141 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/def6d588-6973-40d3-b028-73ec1c0a56a3 0.334s 2025-08-04 08:42:43,142 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-031c15ea-22cc-4105-a281-93521dd39f95', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/def6d588-6973-40d3-b028-73ec1c0a56a3'} Body: b'' {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.936381s] ... 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 e66b4737-3d18-4ada-a579-7deb9a2648d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:41:40,094 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.262s 2025-08-04 08:41:40,094 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:39 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-b9da652b-7806-496e-90f1-8cf92008c9f1', 'x-compute-request-id': 'req-b9da652b-7806-496e-90f1-8cf92008c9f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:42:40,380 99891 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.212s 2025-08-04 08:42:40,380 99891 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-772324349"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8308e6ee-6a80-4d8a-ab07-5c60509aef88', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8308e6ee-6a80-4d8a-ab07-5c60509aef88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e66b4737-3d18-4ada-a579-7deb9a2648d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:42:40.297696", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-772324349", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a ", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:42:40,433 99891 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/e66b4737-3d18-4ada-a579-7deb9a2648d1 0.041s 2025-08-04 08:42:40,434 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7beea2b2-790c-43c7-8722-b484f45148f2', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7beea2b2-790c-43c7-8722-b484f45148f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1'} Body: b'{"volume": {"id": "e66b4737-3d18-4ada-a579-7deb9a2648d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:42:40.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-772324349", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:42:41,490 99891 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/e66b4737-3d18-4ada-a579-7deb9a2648d1 0.042s 2025-08-04 08:42:41,490 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef46c5db-8608-41cf-a20e-87da4f8c28d1', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef46c5db-8608-41cf-a20e-87da4f8c28d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1'} Body: b'{"volume": {"id": "e66b4737-3d18-4ada-a579-7deb9a2648d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:42:40.000000", "updated_at": "2025-08-04T08:42:40.000000", "name": "tempest-ServersNegativeTestJSON-volume-772324349", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:42:41,708 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.203s 2025-08-04 08:42:41,709 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:41 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-6c9c4272-d74f-4015-857e-5e5549fecbc7', 'x-compute-request-id': 'req-6c9c4272-d74f-4015-857e-5e5549fecbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [287.253309s] ... 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 4be5b090-627b-4380-b733-aade4ca7c896 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:19,058 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.237s 2025-08-04 08:39:19,059 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:18 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-ca8cf119-2847-46e2-8867-57084e1278ca', 'x-compute-request-id': 'req-ca8cf119-2847-46e2-8867-57084e1278ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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-04 08:40:19,411 99893 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.330s 2025-08-04 08:40:19,411 99893 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-1802229760"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a42a0d0-67f9-4d33-be9f-956ff860ea4a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a42a0d0-67f9-4d33-be9f-956ff860ea4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4be5b090-627b-4380-b733-aade4ca7c896", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:19.332171", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1802229760", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4be5b090-627b-4380-b733-aade4ca7c8 96"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:40:19,551 99893 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.123s 2025-08-04 08:40:19,551 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2493', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-99675b5f-a2ab-4976-91a7-b25e7c570aeb', '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": "2b4233d82587477e8c20ab925ebb512c", "name": "tempest-ServerActionsTestOtherA-380628797-project-member", "password_expires_at": null}, "audit_ids": ["TacfKqV0TUmgKHx5e_jupg"], "expires_at": "2025-08-04T09:40:19.000000Z", "issued_at": "2025-08-04T08:40:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c172ad8f75e4447bb791ec82a66f222", "name": "tempest-ServerActionsTestOtherA-380628797"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c172ad8f75e4447bb791ec82a66f222", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:40:19,552 99893 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'c2a5e13f-afb2-40ba-9a72-944c76e3dd0d', 'name': 'tempest-ServerActionsTestOtherA-766043394-network', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5 0415, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:37:14Z', 'updated_at': '2025-08-04T08:37:14Z', 'revision_number': 1} available for tenant 2025-08-04 08:40:19,553 99893 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:40:19,553 99893 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:40:19,608 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2025-08-04 08:40:19,608 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2137632434", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOccbVW6U8LAxRDaMMiEkMu+BNRY2VWMKcoFaqvFEZv3ikagsAblohl2p04DGM3+4cfMSpxc0p6++vYC3TnGQV1E7xagH6+lCUByeX1U5vnXXsTRtUG2DKDfS188fhMYVg=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 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-6c768966-f502-46db-bdc4-565b4df4fee0', 'x-compute-request-id': 'req-6c768966-f502-46db-bdc4-565b4df4fee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2137632434", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOccbVW6U8LAxRDaMMiEkMu+BNRY2VWMKcoFaqvFEZv3ikagsAblohl2p04DGM3+4cfMSpxc0p6++vYC3TnGQV1E7xagH6+lCUByeX1U5vnXXsTRtUG2DKDfS188fhMYVg==", "fingerprint": "e8:af:14:02:31:ab:b4:69:1e:02:6e:5e:ba:c2:7a:89", "user_id": "2b4233d82587477e8c20ab925ebb512c"}}' 2025-08-04 08:40:19,610 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2137632434 created 2025-08-04 08:40:20,032 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.421s 2025-08-04 08:40:20,033 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--570518698", "description": "tempest-description--1725163543"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-6562c0de-0aba-42e2-9f72-de40430a4a52', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "55f1d50f-5b16-470b-8aac-a3886877da92", "name": "tempest-securitygroup--570518698", "stateful": true, "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "description": "tempest-description--1725163543", "shared": false, "security_group_rules": [{"id": "a2ae56be-4273-4a79-9057-f669eb4ced8e", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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": 1058, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:40:19Z", "updated_at": "2025-08 -04T08:40:19Z", "revision_number": 0}, {"id": "d7d7dcc2-8a11-402e-b9d7-24757829e36c", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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": 1057, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:40:19Z", "updated_at": "2025-08-04T08:40:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:40:19Z", "updated_at": "2025-08-04T08:40:19Z", "revision_number": 1, "project_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:40:20,272 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.238s 2025-08-04 08:40:20,272 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-3465dd54-f829-48ad-ae6a-aa3a833db681', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "091892ab-18ed-4ead-ad90-eb254b797873", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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-04T08:40:20Z", "updated_at": "2025-08-04T08:40:20Z", "revision_number": 0}}' 2025-08-04 08:40:20,496 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.223s 2025-08-04 08:40:20,496 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-1e725b99-70f6-43a0-b69a-a7b14e19628d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f616b358-b849-472a-ac09-37ca8e776901", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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-04T08:40:20Z", "updated_at": "2025-08-04T08:40:20Z", "revision_number": 0}}' 2025-08-04 08:40:20,497 99893 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--570518698 created 2025-08-04 08:40:21,144 99893 INF O [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.646s 2025-08-04 08:40:21,144 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-cc9716ca-784b-4b96-a6bf-f8c3c76b262e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ea59d273-3f8c-496f-b825-021441a1652e", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "floating_ip_address": "172.24.4.88", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:40:20Z", "updated_at": "2025-08-04T08:40:20Z", "revision_number": 0}}' 2025-08-04 08:40:21,145 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ea59d273-3f8c-496f-b825-021441a1652e', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'floating_ip_address': '172.24.4.88', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:40:20Z', 'updated_at': '2025-08-04T08:40:20Z', 'revision_number': 0, 'ip': '172.24.4.88'} created 2025-08-04 08:40:21,145 99893 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2137632434', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOccbVW6U8LAxRDaMMiEkMu+BNRY2VWMKcoFaqvFEZv3ikagsAblohl2p04DGM3+4cfMSpxc0p6++vYC3TnGQV1E7xagH6+lCUByeX1U5vnXXsTRtUG2DKDfS188fhMYVg==', 'fingerprint': 'e8:af:14:02:31:ab:b4:69:1e:02:6e:5e:ba:c2:7a:89', 'user_id': '2b4233d82587477e8c20ab925ebb512c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBiHUF01f3FS1Jnt/PaQ5ZLSCSA9PAud9vSUF5YONcruPtrSxlrNMSn\nZL7pl7NVCb6gBwYFK4EEACKhZANiAATnHG1VulPCwMUQ2jDIhJDLvgTUWNlVjCnK\nBWqrxRGb94pGoLAG5aIZdqdOAxjN/uHHzEqcXNKevvr2At05xkFdRO8WoB+vpQlA\ncnl9VOb5117E0bVBtgyg30tfPH4TGFY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '55f1d50f-5b16-470b-8aac-a3886877da92', 'name': 'tempest-securitygroup--570518698', 'stateful': True, 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': 'tempest-description--1725163543', 'shared': False, 'security_group_rules': [{'id': 'a2ae56be-4273-4a79-9057-f669eb4ced8e', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '55f1d50f-5b16-470b-8aac-a3886877da92', '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': 1058, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:40:19Z', 'updated_at': '2025-08-04T08:40:19Z', 'revision_number': 0}, {'id': 'd7d7dcc2-8a11-402e-b9d7-24757829e36c', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '55f1d50f-5b16-470b-8aac-a3886877da92', '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, 'sta ndard_attr_id': 1057, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:40:19Z', 'updated_at': '2025-08-04T08:40:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:40:19Z', 'updated_at': '2025-08-04T08:40:19Z', 'revision_number': 1, 'project_id': '0c172ad8f75e4447bb791ec82a66f222'}, 'floating_ip': {'id': 'ea59d273-3f8c-496f-b825-021441a1652e', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'floating_ip_address': '172.24.4.88', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:40:20Z', 'updated_at': '2025-08-04T08:40:20Z', 'revision_number': 0, 'ip': '172.24.4.88'}} 2025-08-04 08:40:21,670 99893 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.523s 2025-08-04 08:40:21,670 99893 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-859124511", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "c2a5e13f-afb2-40ba-9a72-944c76e3dd0d"}], "security_groups": [{"name": "tempest-securitygroup--570518698"}], "key_name": "tempest-keypair-2137632434", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eca5d11-fff2-4bc4-8ee2-b74c235fcb7b', 'x-compute-request-id': 'req-3eca5d11-fff2-4bc4-8ee2-b74c235fcb7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--570518698"}], "adminPass": "KT3oX5c3ma7L"}}' 2025-08-04 08:40:21,740 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.067s 2025-08-04 08:40:21,740 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:21 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-b4118e03-210a-443e-a14c-5c5f00cc36b0', 'x-compute-request-id': 'req-b4118e03-210a-443e-a14c-5c5f00cc36b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "BUILD", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:22Z", "updated": "2025-08-04T08:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2137632434", "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-04 08:41:12,146 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.341s 2025-08-04 08:41:12,147 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:11 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-7c5fd170-4f6a-49d6-b010-7b4d9aa772d1', 'x-compute-request-id': 'req-7c5fd170-4f6a-49d6-b010-7b4d9aa772d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:21Z", "updated": "2025-08-04T08:40:38Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2137632434", "OS-SRV-USG:launched_at": "2025-08-04T08:40:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--570518698"}], "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-04 08:41:12,163 99893 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:42:12,388 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464/os-interface 0.163s 2025-08-04 08:42:12,389 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f49d39-9d05-4123-881d-acf6de2d15b2', 'x-compute-request-id': 'req-11f49d39-9d05-4123-881d-acf6de2d15b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c2a5e13f-afb2-40ba-9a72-944c76e3dd0d", "port_id": "26b634c2-5b4b-44a9-b500-87cb742ba0b3", "mac_addr": "fa:16:3e:2c:74:2e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1e31b623-f1ef-4e97-9c03-2f6fa3b91135", "ip_address": "10.0.0.11"}]}]}' 2025-08-04 08:42:13,180 99893 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/ea59d273-3f8c-496f-b825-021441a1652e 0.784s 2025-08-04 08:42:13,180 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "26b634c2-5b4b-44a9-b500-87cb742ba0b3"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d86422d1-d703-47e6-8c7f-ba645bbb2337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ea59d273-3f8c-496f-b825-021441a1652e'} Body: b'{"floatingip": {"id": "ea59d273-3f8c-496f-b825-021441a1652e", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "floating_ip_address": "172.24.4.88", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "92041d61-8213-49d7-a233-1bf2a7550723", "port_id": "26b634c2-5b4b-44a9-b500-87cb742ba0b3", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c2a5e13f-afb2-40ba-9a72-944c76e3dd0d", "mac_address": "fa:16:3e:2c:74:2e", "admin_state_up": true, "status": "ACTIVE", "device_id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:40:20Z", "updated_at": "2025-08-04T08:42:12Z", "revision_number": 1, "project_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:42:13,182 99893 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2025-08-04 08:42:13,200 99893 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:42:13,304 99893 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:42:13,305 99893 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2025-08-04 08:42:13,536 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.230s 2025-08-04 08:42:13,536 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:13 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-1f25a626-d935-4aba-a123-e69d2b2768ae', 'x-compute-request-id': 'req-1f25a626-d935-4aba-a123-e69d2b2768ae', 'co nnection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:21Z", "updated": "2025-08-04T08:40:38Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2137632434", "OS-SRV-USG:launched_at": "2025-08-04T08:40:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--570518698"}], "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-04 08:42:13,594 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896 0.039s 2025-08-04 08:42:13,594 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58000eb0-f387-4761-9f35-9e0e78d2a37c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58000eb0-f387-4761-9f35-9e0e78d2a37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896'} Body: b'{"volume": {"id": "4be5b090-627b-4380-b733-aade4ca7c896", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:19.000000", "updated_at": "2025-08-04T08:40:19.000000", "name": "tempest-ServerActionsTestOtherA-volume-1802229760", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:42:14,652 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896 0.043s 2025-08-04 08:42:14,653 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-62460231-aa93-4adc-8e24-85fb731dcea2', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62460231-aa93-4adc-8e24-85fb731dcea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896'} Body: b'{"volume": {"id": "4be5b090-627b-4380-b733-aade4ca7c896", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:19.000000", "updated_at": "2025-08-04T08:40:19.000000", "name": "tempest-ServerActionsTestOtherA-volume-1802229760", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:42:14,825 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.155s 2025-08-04 08:42:14,826 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c1c8ea1-006c-473e-be15-9640462abeaa', 'x-compute-request-id': 'req-7c1c8ea1-006c-473e-be15-9640462abeaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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-04 08:43:15,123 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea 6f65f7464 0.242s 2025-08-04 08:43:15,123 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:43: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-aa1820d5-f363-4aae-b198-a81550a43143', 'x-compute-request-id': 'req-aa1820d5-f363-4aae-b198-a81550a43143', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'' 2025-08-04 08:43:15,362 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.238s 2025-08-04 08:43:15,362 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:43:15 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-68fa157b-0ff4-4d2f-864f-bda1f30d2957', 'x-compute-request-id': 'req-68fa157b-0ff4-4d2f-864f-bda1f30d2957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:21Z", "updated": "2025-08-04T08:43:15Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}, {"version": 4, "addr": "172.24.4.88", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2137632434", "OS-SRV-USG:launched_at": "2025-08-04T08:40:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--570518698"}], "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-04 08:44:05,473 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.044s 2025-08-04 08:44:05,474 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStac k-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bbd39696-c0b2-4c13-95c6-b6c63a2f6b8d', 'x-compute-request-id': 'req-bbd39696-c0b2-4c13-95c6-b6c63a2f6b8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c00b7de4-56af-4d81-b7cf-1ea6f65f7464 could not be found."}}' 2025-08-04 08:44:05,515 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2137632434 0.040s 2025-08-04 08:44:05,516 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44: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-360260d1-9136-43e1-8f5a-a960f02c0826', 'x-compute-request-id': 'req-360260d1-9136-43e1-8f5a-a960f02c0826', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2137632434'} Body: b'' 2025-08-04 08:44:05,688 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92 0.172s 2025-08-04 08:44:05,689 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f990969d-c95a-4ba8-85c5-25ea9c1546f2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92'} Body: b'' 2025-08-04 08:44:05,708 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92 0.018s 2025-08-04 08:44:05,708 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a6cce430-c77f-4d3a-ad4c-ca7e24999df7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 55f1d50f-5b16-470b-8aac-a3886877da92 does not exist", "detail": ""}}' 2025-08-04 08:44:06,072 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ea59d273-3f8c-496f-b825-021441a1652e 0.363s 2025-08-04 08:44:06,073 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9e10be3e-f556-4131-8e14-fc62ec7fab3b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ea59d273-3f8c-496f-b825-021441a1652e'} Body: b'' {0} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.736647s] ... 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 a7251eae-35ba-444a-bed1-4841d0b862a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:44:37,966 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.198s 2025-08-04 08:44:37,966 99891 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-1014099998"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb78b0d-ceb1-43cd-9612-f9a6e0c91c20', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb78b0d-ceb1-43cd-9612-f9a6e0c91c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "93908958-27d9-4d14-8b74-9bbafc3b5bd3", "name": "tempest-GroupsV314Test-volume-type-1014099998", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:44:37,998 99891 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.029s 2025-08-04 08:44:37,999 99891 DEBUG [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-1668298529"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58aac45f-21e1-44e8-a1ca-4eeeb3fbe168', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58aac45f-21e1-44e8-a1ca-4eeeb3fbe168', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "d77411ac-7251-498c-96a1-15ceeddc2994", "name": "tempest-GroupsV314Test-group-type-1668298529", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:44:38,175 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.173s 2025-08-04 08:44:38,175 99891 DEBUG [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": "d77411ac-7251-498c-96a1-15ceeddc2994", "volume_types": ["93908958-27d9-4d14-8b74-9bbafc3b5bd3"], "name": "tempest-GroupsV314Test-Group-1365456054"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f74cedeb-749e-4452-af49-856ce347f527', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f74cedeb-749e-4452-af49-856ce347f527', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "a7251eae-35ba-444a-bed1-4841d0b862a2", "name": "tempest-GroupsV314Test-Group-1365456054"}}' 2025-08-04 08:44:38,207 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2 0.030s 2025-08-04 08:44:38,208 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-d8576a41-7498-44d8-9a38-513c7d40064d', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8576a41-7498-44d8-9a38-513c7d40064d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2'} Body: b'{"group": {"id": "a7251eae-35ba-444a-bed1-4841d0b862a2", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:44:38.000000", "name": "tempest-GroupsV314Test-Group-1365456054", "description": null, "group_type": "d77411ac-7251-498c-96a1-15ceeddc2994", "volume_types": ["93908958-27d9-4d14-8b74-9bbafc3b5bd3"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:44:39,250 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2 0.036s 2025-08-04 08:44:39,250 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da9fe33-3461-4d53-88a9-96d6902ce3f2', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da9fe33-3461-4d53-88a9-96d6902ce3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2'} Body: b'{"group": {"id": "a7251eae-35ba-444a-bed1-4841d0b862a2", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:44:38.000000", "name": "tempest-GroupsV314Test-Group-1365456054", "description": null, "group_type": "d77411ac-7251-498c-96a1-15ceeddc2994", "volume_types": ["93908958-27d9-4d14-8b74-9bbafc3b5bd3"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:44:39,289 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.033s 2025-08-04 08:44:39,289 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9696fc7-9951-463a-8697-0fb412890101', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9696fc7-9951-463a-8697-0fb412890101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:44:39,369 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2/action 0.066s 2025-08-04 08:44:39,369 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 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-5b6dcbd0-6177-4d63-a65d-7f5ec38d17a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2/action'} Body: b'' 2025-08-04 08:44:39,387 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2 0.017s 2025-08-04 08:44:39,388 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 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-13e7d8a1-dbb5-4051-b6fa-a33415debc8b', 'x-openstack-request-id': 'req-13e7d8a1-dbb5-4051-b6fa-a33415debc8b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a7251eae-35ba-444a-bed1-4841d0b862a2 could not be found."}}' 2025-08-04 08:44:39,417 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/d77411ac-7251-498c-96a1-15ceeddc2994 0.028s 2025-08-04 08:44:39,417 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 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-a90113c4-2558-482a-aa5f-2947c64af3e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/d77411ac-7251-498c-96a1-15ceeddc2994'} Body: b'' 2025-08-04 08:44:39,478 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3 0.059s 2025-08-04 08:44:39,478 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf32465-cd22-4699-b982-5939a3f76ca3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3'} Body: b'' 2025-08-04 08:44:39,502 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3 0.024s 2025-08-04 08:44:39,503 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:39 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-48ceb119-00c9-4e3f-80b0-34e6f158192a', 'x-openstack-request-id': 'req-48ceb119-00c9-4e3f-80b0-34e6f158192a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 93908958-27d9-4d14-8b74-9bbafc3b5bd3 could not be found."}}' {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.160980s] ... ok {0} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {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.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`. {0} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [166.881309s] ... 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 e7c44d2d-3159-4707-80f0-7935e5cb5712 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:42:38,315 99905 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:42:38,315 99905 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:42:38,463 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.146s 2025-08-04 08:42:38,463 99905 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-223994276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEWq5ckSF+U3iFex+3iIUQp3/PklBCXtUIIhcR61Cl4S9kdeUiS1vSfVvX3yyCRAhSJnymfGoLIjrgrS/2MiGiF8Dleer8rGfoTucla7VuzU1nCVnfs0uWY/sAt5UWxpmQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-765767a3-21f6-42ef-a390-81ac9c7391cd', 'x-compute-request-id': 'req-765767a3-21f6-42ef-a390-81ac9c7391cd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-223994276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEWq5ckSF+U3iFex+3iIUQp3/PklBCXtUIIhcR61Cl4S9kdeUiS1vSfVvX3yyCRAhSJnymfGoLIjrgrS/2MiGiF8Dleer8rGfoTucla7VuzU1nCVnfs0uWY/sAt5UWxpmQ==", "fingerprint": "91:ed:38:d0:ed:1e:e8:52:3a:85:cf:02:b4:88:ff:8b", "user_id": "8e3334c2a607456d9353203187477aa7"}}' 2025-08-04 08:42:38,466 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-223994276 created 2025-08-04 08:42:38,717 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.251s 2025-08-04 08:42:38,718 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1021260404", "description": "tempest-description--1438456633"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-e48884af-f652-4b21-8d58-19a690ee8fad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "name": "tempest-securitygroup--1021260404", "stateful": true, "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "description": "tempest-description--1438456633", "shared": false, "security_group_rules": [{"id": "6c3319b2-fff4-4961-bac4-faf499615a4b", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "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": 1077, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 0}, {"id": "c83a1ed1-5b54-4fd6-af7a-d9d7831a86e3", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "ethertyp e": "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": 1078, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:42:38,962 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.244s 2025-08-04 08:42:38,963 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b12d118e-c149-4820-aaa9-502bc1af1c76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6509dac-cdde-4427-aa62-ddd1fa1f823b", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "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-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 0}}' 2025-08-04 08:42:39,196 99905 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-04 08:42:39,196 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9b589f04-90a5-4870-89eb-6db95aa2893a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d64d7e7c-f0d8-4ad9-b254-7285d363c8c5", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "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-04T08:42:39Z", "updated_at": "2025-08-04T08:42:39Z", "revision_number": 0}}' 2025-08-04 08:42:39,197 99905 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1021260404 created 2025-08-04 08:42:39,833 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.635s 2025-08-04 08:42:39,833 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-11d5045e-b58a-4701-a1a8-9409cf0375c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "55dbfeb9-e78a-4522-a3c4-1366737cbb1f", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.60", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "45a2388b7ff3488a89a99f9181854c83", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:39Z", "updated_at": "2025-08-04T08:42:39Z", "revision_number": 0}}' 2025-08-04 08:42:39,834 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '55dbfeb9-e78a-4522-a3c4-1366737cbb1f', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:39Z', 'updated_at': '2025-08-04T08:42:39Z', 'revision_number': 0, 'ip': '172.24.4.60'} created 2025-08-04 08:42:39,880 99905 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.041s 2025-08-04 08:42:39,880 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:39 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-606a389c-9129-4f8f-979c-98b5c8438d7b', '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": "8e3334c2a607456d9353203187477aa7", "name": "tempest-AttachVolumeShelveTestJSON-215015910-project-member", "password_expires_at": null}, "audit_ids": ["Q8rJmBytRFehtEcb-YXo-A"], "expires_at": "2025-08-04T09:42:39.000000Z", "issued_at": "2025-08-04T08:42:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45a2388b7ff3488a89a99f9181854c83", "name": "tempest-AttachVolumeShelveTestJSON-215015910"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10. 0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/45a2388b7ff3488a89a99f9181854c83", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:42:39,881 99905 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'f31e99c3-e0c8-43d8-a8e4-b563775bc40d', 'name': 'tempest-AttachVolumeShelveTestJSON-1058339550-network', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48035, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:42:31Z', 'updated_at': '2025-08-04T08:42:31Z', 'revision_number': 1} available for tenant 2025-08-04 08:42:39,882 99905 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-223994276', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEWq5ckSF+U3iFex+3iIUQp3/PklBCXtUIIhcR61Cl4S9kdeUiS1vSfVvX3yyCRAhSJnymfGoLIjrgrS/2MiGiF8Dleer8rGfoTucla7VuzU1nCVnfs0uWY/sAt5UWxpmQ==', 'fingerprint': '91:ed:38:d0:ed:1e:e8:52:3a:85:cf:02:b4:88:ff:8b', 'user_id': '8e3334c2a607456d9353203187477aa7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAXS1yUgFUEjo/yWFZfUblPXZVomuyfLubTn8Mpvd8Eu3XrbXMPSJ5m\nXSlYJ+zJ6R6gBwYFK4EEACKhZANiAARFquXJEhflN4hXsft4iFEKd/z5JQQl7VCC\nIXEetQpeEvZHXlIktb0n1b198sgkQIUiZ8pnxqCyI64K0v9jIhohfA5Xnq/Kxn6E\n7nJWu1bs1NZwlZ37NLlmP7ALeVFsaZk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e5ce2b06-2f03-48d9-b820-6985d9c0bfcf', 'name': 'tempest-securitygroup--1021260404', 'stateful': True, 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'description': 'tempest-description--1438456633', 'shared': False, 'security_group_rules': [{'id': '6c3319b2-fff4-4961-bac4-faf499615a4b', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'e5ce2b06-2f03-48d9-b820-6985d9c0bfcf', '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': 1077, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:42:38Z', 'updated_at': '2025-08-04T08:42:38Z', 'revision_number': 0}, {'id': 'c83a1ed1-5b54-4fd6-af7a-d9d7831a86e3', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'e5ce2b06-2f03-48d9-b820-6985d9c0bfcf', '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': 1078, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at' : '2025-08-04T08:42:38Z', 'updated_at': '2025-08-04T08:42:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:42:38Z', 'updated_at': '2025-08-04T08:42:38Z', 'revision_number': 1, 'project_id': '45a2388b7ff3488a89a99f9181854c83'}, 'floating_ip': {'id': '55dbfeb9-e78a-4522-a3c4-1366737cbb1f', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:39Z', 'updated_at': '2025-08-04T08:42:39Z', 'revision_number': 0, 'ip': '172.24.4.60'}} 2025-08-04 08:42:41,334 99905 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 1.451s 2025-08-04 08:42:41,334 99905 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-1651508571", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d"}], "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "key_name": "tempest-keypair-223994276", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d', '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-42beaff0-43ea-489e-a240-921039944f78', 'x-compute-request-id': 'req-42beaff0-43ea-489e-a240-921039944f78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "adminPass": "password"}}' 2025-08-04 08:42:41,415 99905 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/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.077s 2025-08-04 08:42:41,415 99905 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': 'Mon, 04 Aug 2025 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b91a2d-7061-4ad6-b4a9-af890791069f', 'x-compute-request-id': 'req-d1b91a2d-7061-4ad6-b4a9-af890791069f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "name": "tempest-AttachVolumeShelveTestJSON-server-1651508571", "status": "BUILD", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2 a607456d9353203187477aa7", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:41Z", "updated": "2025-08-04T08:42:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-223994276", "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-04 08:43:31,705 99905 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/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.216s 2025-08-04 08:43:31,706 99905 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': 'Mon, 04 Aug 2025 08:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05100716-d359-4241-9b52-34f3c8217d6b', 'x-compute-request-id': 'req-05100716-d359-4241-9b52-34f3c8217d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "name": "tempest-AttachVolumeShelveTestJSON-server-1651508571", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:41Z", "updated": "2025-08-04T08:42:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:10:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223994276", "OS-SRV-USG:launched_at": "2025-08-04T08:42:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "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-04 08:43:31,722 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:44:31,935 99905 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/51e7b432-d e2d-45a1-a85d-29d1ef6f716d/os-interface 0.151s 2025-08-04 08:44:31,935 99905 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': 'Mon, 04 Aug 2025 08:44:31 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-7f2479a1-98a9-492b-944c-b0ac4445b18b', 'x-compute-request-id': 'req-7f2479a1-98a9-492b-944c-b0ac4445b18b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "port_id": "4b2b0fc3-dfc7-4a5b-b809-40d4d211211a", "mac_addr": "fa:16:3e:f4:10:18", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dab9aa78-1be2-479a-a237-8bfb0d9bc350", "ip_address": "10.0.0.12"}]}]}' 2025-08-04 08:44:32,700 99905 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/55dbfeb9-e78a-4522-a3c4-1366737cbb1f 0.761s 2025-08-04 08:44:32,701 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4b2b0fc3-dfc7-4a5b-b809-40d4d211211a"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-8b4362db-2e61-4b01-996e-1b2de842ea21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/55dbfeb9-e78a-4522-a3c4-1366737cbb1f'} Body: b'{"floatingip": {"id": "55dbfeb9-e78a-4522-a3c4-1366737cbb1f", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.60", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "7c240695-c6d1-4d40-a8ab-c7b16151b71e", "port_id": "4b2b0fc3-dfc7-4a5b-b809-40d4d211211a", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "mac_address": "fa:16:3e:f4:10:18", "admin_state_up": true, "status": "ACTIVE", "device_id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:39Z", "updated_at": "2025-08-04T08:44:32Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:44:32,704 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.60:22' as 'cirros' with public key authentication 2025-08-04 08:44:32,722 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:44:32,827 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:44:32,827 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.60 successfully created 2025-08-04 08:44:32,869 99905 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/51e7b432-de2d-45a1-a85d-29d1ef6f716d/ips 0.040s 2025-08-04 08:44:32,869 99905 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': 'Mon, 04 Aug 2025 08:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-ver sion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bcc3363-ebd6-421f-a724-6ba312f2d11b', 'x-compute-request-id': 'req-1bcc3363-ebd6-421f-a724-6ba312f2d11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-04 08:44:33,117 99905 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.245s 2025-08-04 08:44:33,118 99905 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-741370895"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6a0101-eb52-4e27-a1bb-80a4f8f9d54d', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6a0101-eb52-4e27-a1bb-80a4f8f9d54d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e7c44d2d-3159-4707-80f0-7935e5cb5712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:33.056769", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-741370895", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:44:33,169 99905 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/e7c44d2d-3159-4707-80f0-7935e5cb5712 0.039s 2025-08-04 08:44:33,169 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c262141c-d8d3-4ead-aeea-bbd64c5fa683', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c262141c-d8d3-4ead-aeea-bbd64c5fa683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712'} Body: b'{"volume": {"id": "e7c44d2d-3159-4707-80f0-7935e5cb5712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:33.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-741370895", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:44:34,222 99905 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/e7c44d2d-3159-4707-80f0-7935e5cb5712 0.037s 2025-08-04 08:44:34,222 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe6f5d4-b657-4498-9ce0-1385dddde9c7', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe6f5d4-b657-4498-9ce0-1385dddde9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712'} Body: b'{"volume": {"id": "e7c44d2d-3159-4707-80f0-7935e5cb5712", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:33.000000", "updated_at": "2025-08-04T08:44:33.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-741370895", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:44:34,349 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.113s 2025-08-04 08:44:34,349 99905 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': 'Mon, 04 Aug 2025 08:44:34 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-ed1f9a44-4daf-4c16-93c8-473c9b42c299', 'x-compute-request-id': 'req-ed1f9a44-4daf-4c16-93c8-473c9b42c299', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'' 2025-08-04 08:44:34,526 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.176s 2025-08-04 08:44:34,526 99905 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': 'Mon, 04 Aug 2025 08:44:34 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-3799f72a-59f5-4ec0-9204-66f836bfcd8b', 'x-compute-request-id': 'req-3799f72a-59f5-4ec0-9204-66f836bfcd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "name": "tempest-AttachVolumeShelveTestJSON-server-1651508571", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f91818 54c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:41Z", "updated": "2025-08-04T08:44:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:10:18"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:10:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223994276", "OS-SRV-USG:launched_at": "2025-08-04T08:42:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "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-04 08:45:24,586 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.042s 2025-08-04 08:45:24,586 99905 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': 'Mon, 04 Aug 2025 08:45:24 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-ef74fda4-a694-4236-ba24-1fdcede232b4', 'x-compute-request-id': 'req-ef74fda4-a694-4236-ba24-1fdcede232b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 51e7b432-de2d-45a1-a85d-29d1ef6f716d could not be found."}}' 2025-08-04 08:45:24,625 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223994276 0.038s 2025-08-04 08:45:24,625 99905 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': 'Mon, 04 Aug 2025 08:45:24 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-6c8c64b2-5e2f-4c12-8847-14d55d335a00', 'x-compute-request-id': 'req-6c8c64b2-5e2f-4c12-8847-14d55d335a00', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223994276'} Body: b'' 2025-08-04 08:45:24,799 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf 0.173s 2025-08-04 08:45:24,799 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c92cef8d-9d20-48f4-a67e-f71569cfecaf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf'} Body: b'' 2025-08-04 08:45:24,825 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf 0.025s 2025-08-04 08:45:24,825 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b0a869b0-8633-4d9b-9d98-10829cdd86e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e5ce2b06-2f03-48d9-b820-6985d9c0bfcf does not exist", "detail": ""}}' 2025-08-04 08:45:25,194 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/55dbfeb9-e78a-4522-a3c4-1366737cbb1f 0.368s 2025-08-04 08:45:25,195 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8cfd4ef6-8b4c-4952-94b5-7e2c4fff7efd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/55dbfeb9-e78a-4522-a3c4-1366737cbb1f'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.141906s] ... 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 d768c962-31b6-4b98-bc79-1691dfc2f3de failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:42:43,145 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:42:43,145 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:42:43,190 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.044s 2025-08-04 08:42:43,190 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1621964990", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaZl6nKjJxNCgTm+6kM7oC9DDDVWJaBZZpjwXmLfBsU/RfreN43TFRzMWp+zOi7DLnvRBgcxgdSCsUJzOAuUzTPr/P571q+upQ0Zro3v5+w4HHzyFCUl596VtwMJYPM4g=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01162554-7b10-4631-8727-6b6e228e0139', 'x-compute-request-id': 'req-01162554-7b10-4631-8727-6b6e228e0139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1621964990", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaZl6nKjJxNCgTm+6kM7oC9DDDVWJaBZZpjwXmLfBsU/RfreN43TFRzMWp+zOi7DLnvRBgcxgdSCsUJzOAuUzTPr/P571q+upQ0Zro3v5+w4HHzyFCUl596VtwMJYPM4g==", "fingerprint": "7f:1d:3a:6b:4f:8f:75:02:08:1d:34:c7:a8:01:c7:fd", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1"}}' 2025-08-04 08:42:43,192 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1621964990 created 2025-08-04 08:42:43,592 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.399s 2025-08-04 08:42:43,593 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1210932077", "description": "tempest-description--1561341978"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-72601cd9-608b-4039-921a-67d0ed26db24', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "name": "tempest-securitygroup--1210932077", "stateful": true, "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "tempest-description--1561341978", "shared": false, "security_group_rules": [{"id": "21c397ec-a29c-4635-b6e9-6deddebd04b8", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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": 1085, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}, {"id": "3930c0a9-4971-4378-928d-03266d19587f", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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": 1084, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:42:43,816 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-04 08:42:43,816 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f55c6e8d-f043-45c2-9832-198acf6a1ed1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d03b501-ee87-4375-b8d5-c84ed7a8004b", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}}' 2025-08-04 08:42:44,011 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.194s 2025-08-04 08:42:44,012 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-eb4f82e7-ef1d-4310-809a-391617c4847e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cf4081e6-61f5-4507-8533-d474070a672b", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}}' 2025-08-04 08:42:44,012 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1210932077 created 2025-08-04 08:42:44,668 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.655s 2025-08-04 08:42:44,669 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Au th-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ea504964-c56c-4b85-9c0a-4dbfa2b75b25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "29fe6d2a-e659-4f4a-ba55-8e169cdfbce4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.117", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:44Z", "updated_at": "2025-08-04T08:42:44Z", "revision_number": 0}}' 2025-08-04 08:42:44,670 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '29fe6d2a-e659-4f4a-ba55-8e169cdfbce4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:44Z', 'updated_at': '2025-08-04T08:42:44Z', 'revision_number': 0, 'ip': '172.24.4.117'} created 2025-08-04 08:42:44,732 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.055s 2025-08-04 08:42:44,732 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:44 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-b0767db7-9331-4a40-b17e-118fbbca8aef', '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": "0cef2863c1884c8e8dc1f8a94f6987b1", "name": "tempest-AttachVolumeNegativeTest-274037314-project-member", "password_expires_at": null}, "audit_ids": ["1KFLfFeQS2-hC1SueqC4uA"], "expires_at": "2025-08-04T09:42:44.000000Z", "issued_at": "2025-08-04T08:42:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af22c97af79440d09d1cb19cd2b78ea4", "name": "tempest-AttachVolumeNegativeTest-274037314"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac6 00e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af22c97af79440d09d1cb19cd2b78ea4", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:42:44,733 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'a44a2db9-0272-4d96-a82f-d892afe757b7', 'name': 'tempest-AttachVolumeNegativeTest-2009956975-network', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8309, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1} available for tenant 2025-08-04 08:42:44,734 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1621964990', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaZl6nKjJxNCgTm+6kM7oC9DDDVWJaBZZpjwXmLfBsU/RfreN43TFRzMWp+zOi7DLnvRBgcxgdSCsUJzOAuUzTPr/P571q+upQ0Zro3v5+w4HHzyFCUl596VtwMJYPM4g==', 'fingerprint': '7f:1d:3a:6b:4f:8f:75:02:08:1d:34:c7:a8:01:c7:fd', 'user_id': '0cef2863c1884c8e8dc1f8a94f6987b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC80YsHWm1wYhPqquvDBvulj8TvJ5vB4+WB+A3/JHkzxypppccDr1bt\neeEXxfiFSaugBwYFK4EEACKhZANiAARWmZepyoycTQoE5vupDO6AvQww1ViWgWWa\nY8F5i3wbFP0X63jeN0xUczFqfszouwy570QYHMYHUgrFCczgLlM0z6/z+e9avrqU\nNGa6N7+fsOBx88hQlJefelbcDCWDzOI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '952c620d-5d08-4ded-bfe5-b0381711e65a', 'name': 'tempest-securitygroup--1210932077', 'stateful': True, 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': 'tempest-description--1561341978', 'shared': False, 'security_group_rules': [{'id': '21c397ec-a29c-4635-b6e9-6deddebd04b8', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': '952c620d-5d08-4ded-bfe5-b0381711e65a', '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': 1085, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:42:43Z', 'updated_at': '2025-08-04T08:42:43Z', 'revision_number': 0}, {'id': '3930c0a9-4971-4378-928d-03266d19587f', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': '952c620d-5d08-4ded-bfe5-b0381711e65a', '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': 1084, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:42:43Z', 'updated_at': '2025-08-04T08:42:43Z', 'revision_number': 0}], 'tags': [], 'created_a t': '2025-08-04T08:42:43Z', 'updated_at': '2025-08-04T08:42:43Z', 'revision_number': 1, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4'}, 'floating_ip': {'id': '29fe6d2a-e659-4f4a-ba55-8e169cdfbce4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:44Z', 'updated_at': '2025-08-04T08:42:44Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2025-08-04 08:42:45,263 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.528s 2025-08-04 08:42:45,264 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-2081969764", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a44a2db9-0272-4d96-a82f-d892afe757b7"}], "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "key_name": "tempest-keypair-1621964990", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6314430d-fb19-4c9e-9041-d45bfbbd3485', 'x-compute-request-id': 'req-6314430d-fb19-4c9e-9041-d45bfbbd3485', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "adminPass": "password"}}' 2025-08-04 08:42:45,345 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.077s 2025-08-04 08:42:45,345 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:45 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-4d7262dc-4867-4736-989e-966b5fc2e0bb', 'x-compute-request-id': 'req-4d7262dc-4867-4736-989e-966b5fc2e0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "name": "tempest-AttachVolumeNegativeTest-server-2081969764", "status": "BUILD", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavo r": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:45Z", "updated": "2025-08-04T08:42:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1621964990", "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-04 08:43:35,640 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.234s 2025-08-04 08:43:35,641 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:43:35 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-d7e094be-b81e-4e81-befd-45c9090c4efa', 'x-compute-request-id': 'req-d7e094be-b81e-4e81-befd-45c9090c4efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "name": "tempest-AttachVolumeNegativeTest-server-2081969764", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:45Z", "updated": "2025-08-04T08:43:00Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:70:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1621964990", "OS-SRV-USG:launched_at": "2025-08-04T08:43:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "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-04 08:43:35,655 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:44:35,870 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/os-interface 0.158s 2025-08-04 08:44:35,871 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-ty pe': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-898a1d2e-be93-4700-bdb2-ae5a10e65adb', 'x-compute-request-id': 'req-898a1d2e-be93-4700-bdb2-ae5a10e65adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "port_id": "9583a7dd-533f-4bd7-9412-6b1b2a4a5d20", "mac_addr": "fa:16:3e:78:70:83", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7bb9691f-0484-4cf6-9859-246dffeb7f19", "ip_address": "10.0.0.12"}]}]}' 2025-08-04 08:44:36,816 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4 0.942s 2025-08-04 08:44:36,817 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9583a7dd-533f-4bd7-9412-6b1b2a4a5d20"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-dd7cc443-a47b-4299-a580-444dbcacb534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4'} Body: b'{"floatingip": {"id": "29fe6d2a-e659-4f4a-ba55-8e169cdfbce4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.117", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "e07417e1-5e81-442a-b1f7-01522b902353", "port_id": "9583a7dd-533f-4bd7-9412-6b1b2a4a5d20", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "mac_address": "fa:16:3e:78:70:83", "admin_state_up": true, "status": "ACTIVE", "device_id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:44Z", "updated_at": "2025-08-04T08:44:36Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:44:36,818 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.117:22' as 'cirros' with public key authentication 2025-08-04 08:44:36,825 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:44:36,928 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:44:36,929 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.117 successfully created 2025-08-04 08:44:36,976 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/ips 0.047s 2025-08-04 08:44:36,977 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d2bef57-c69f-4a49-9648-225ddda0792c', 'x-compute-request-id': 'req-9d2bef57-c69f-4a49-9648-225ddda0792c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "a ddr": "10.0.0.12"}]}}' 2025-08-04 08:44:37,165 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.186s 2025-08-04 08:44:37,166 99909 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-872313464"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a8fd74-0086-4bda-8a53-cb7c004538a1', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a8fd74-0086-4bda-8a53-cb7c004538a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d768c962-31b6-4b98-bc79-1691dfc2f3de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:37.102732", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-872313464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:44:37,224 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de 0.043s 2025-08-04 08:44:37,224 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8ec684-e049-4b21-b225-17c70d11cc47', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8ec684-e049-4b21-b225-17c70d11cc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de'} Body: b'{"volume": {"id": "d768c962-31b6-4b98-bc79-1691dfc2f3de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:37.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-872313464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:44:38,285 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de 0.046s 2025-08-04 08:44:38,285 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-e06b8a48-ad0d-4752-afaf-750328cce71d', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e06b8a48-ad0d-4752-afaf-750328cce71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de'} Body: b'{"volume": {"id": "d768c962-31b6-4b98-bc79-1691dfc2f3de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:37.000000", "updated_at": "2025-08-04T08:44:37.000000", "name": "tempest-AttachVolumeNegativeTest-volume-872313464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:44:38,418 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.118s 2025-08-04 08:44:38,418 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09d0e205-8cb3-48c1-84e5-6c81b8d1a075', 'x-compute-request-id': 'req-09d0e205-8cb3-48c1-84e5-6c81b8d1a075', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'' 2025-08-04 08:44:38,647 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.228s 2025-08-04 08:44:38,647 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0651f905-34ed-4331-bed4-b360b0e2553d', 'x-compute-request-id': 'req-0651f905-34ed-4331-bed4-b360b0e2553d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "name": "tempest-AttachVolumeNegativeTest-server-2081969764", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:45Z", "updated": "2025-08-04T08:44:38Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:70:83"}, { "version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:70:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1621964990", "OS-SRV-USG:launched_at": "2025-08-04T08:43:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "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-04 08:45:28,724 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.032s 2025-08-04 08:45:28,725 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-6d38404e-9541-4fd6-a041-70d347f59133', 'x-compute-request-id': 'req-6d38404e-9541-4fd6-a041-70d347f59133', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0468d38a-f782-42d8-86d0-48f5bd32f305 could not be found."}}' 2025-08-04 08:45:28,752 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1621964990 0.026s 2025-08-04 08:45:28,752 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcf5c66e-99b9-4fc5-a227-084b3f3ddcf0', 'x-compute-request-id': 'req-bcf5c66e-99b9-4fc5-a227-084b3f3ddcf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1621964990'} Body: b'' 2025-08-04 08:45:28,928 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a 0.175s 2025-08-04 08:45:28,928 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-81b8a31a-edcd-4997-8c1e-1129833faf8a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a'} Body: b'' 2025-08-04 08:45:28,947 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a 0.018s 2025-08-04 08:45:28,947 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-25c0e31b-0a44-417e-83da-34b5b6cd6f8a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 952c620d-5d08-4ded-bfe5-b0381711e65a does not exist", "detail": ""}}' 2025-08-04 08:45:29,285 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4 0.338s 2025-08-04 08:45:29,286 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c868441b-20df-4642-8ce4-f04011031145', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4'} Body: b'' {9} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.706658s] ... 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 5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:35,763 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.212s 2025-08-04 08:45:35,763 99909 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-316836199"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b0aecc-c7a2-4b2a-bfce-31a5ef9a5910', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b0aecc-c7a2-4b2a-bfce-31a5ef9a5910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "89b7cf7a-e369-41c1-9fb4-db6ff2139db8", "name": "tempest-GroupsV320Test-volume-type-316836199", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:45:35,795 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.029s 2025-08-04 08:45:35,796 99909 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-150033470"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba03abe7-9168-431e-8114-8a6392d77a84', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba03abe7-9168-431e-8114-8a6392d77a84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "845d38b1-0df9-43cf-9996-e3b90772f16b", "name": "tempest-GroupsV320Test-group-type-150033470", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:45:35,973 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.174s 2025-08-04 08:45:35,973 99909 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": "845d38b1-0df9-43cf-9996-e3b90772f16b", "volume_types": ["89b7cf7a-e369-41c1-9fb4-db6ff2139db8"], "name": "tempest-GroupsV320Test-Group-1842763995"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c05c73e-8da4-4290-bb8f-07a4db3c5778', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c05c73e-8da4-4290-bb8f-07a4db3c5778', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e", "name": "tempest-GroupsV320Test-Group-1842763995"}}' 2025-08-04 08:45:36,006 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e 0.029s 2025-08-04 08:45:36,007 99909 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': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a528a3-752f-451c-8434-706e43b11bbb', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a528a3-752f-451c-8434-706e43b11bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e'} Body: b'{"group": {"id": "5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:45:36.000000", "name": "tempest-GroupsV320Test-Group-1842763995", "description": null, "group_type": "845d38b1-0df9-43cf-9996-e3b90772f16b", "volume_types": ["89b7cf7a-e369-41c1-9fb4-db6ff2139db8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:45:37,044 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e 0.027s 2025-08-04 08:45:37,045 99909 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': 'Mon, 04 Aug 2025 08:45:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d1aca0-ebff-4ec2-b8ed-bf72cbdb1e36', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d1aca0-ebff-4ec2-b8ed-bf72cbdb1e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e'} Body: b'{"group": {"id": "5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:45:36.000000", "name": "tempest-GroupsV320Test-Group-1842763995", "description": null, "group_type": "845d38b1-0df9-43cf-9996-e3b90772f16b", "volume_types": ["89b7cf7a-e369-41c1-9fb4-db6ff2139db8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:45:37,081 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.031s 2025-08-04 08:45:37,081 99909 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': 'Mon, 04 Aug 2025 08:45:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0479b27e-576b-4882-8c59-d845779ec937', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0479b27e-576b-4882-8c59-d845779ec937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:45:37,149 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e/action 0.054s 2025-08-04 08:45:37,149 99909 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': 'Mon, 04 Aug 2025 08:45:37 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-b0c051f6-1dbc-4b89-9c28-18ac2f65023c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e/action'} Body: b'' 2025-08-04 08:45:37,164 99909 INFO [tempest.lib.common.rest_cli ent] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e 0.014s 2025-08-04 08:45:37,165 99909 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': 'Mon, 04 Aug 2025 08:45:37 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-981c82ed-739a-4655-b708-2e0b52c3a4bf', 'x-openstack-request-id': 'req-981c82ed-739a-4655-b708-2e0b52c3a4bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e could not be found."}}' 2025-08-04 08:45:37,193 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/845d38b1-0df9-43cf-9996-e3b90772f16b 0.027s 2025-08-04 08:45:37,193 99909 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': 'Mon, 04 Aug 2025 08:45:37 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-1bebff61-2e39-4350-9546-52007a34af80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/845d38b1-0df9-43cf-9996-e3b90772f16b'} Body: b'' 2025-08-04 08:45:37,239 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8 0.045s 2025-08-04 08:45:37,239 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-80a66c5f-d6e1-4317-a1b3-c3f4cb99ad5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8'} Body: b'' 2025-08-04 08:45:37,255 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8 0.015s 2025-08-04 08:45:37,256 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d249b5-b9ad-47de-b533-0b45a9894d5e', 'x-openstack-request-id': 'req-f0d249b5-b9ad-47de-b533-0b45a9894d5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 89b7cf7a-e369-41c1-9fb4-db6ff2139db8 could not be found."}}' {9} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [1.998779s] ... 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 a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:41,084 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.165s 2025-08-04 08:45:41,084 99909 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-133778471", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6957cdc7-bc78-4da8-89f0-429670ae7b8a', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6957cdc7-bc78-4da8-89f0-429670ae7b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "5a1cc092-ae64-46a1-818d-101c2ae1c7f8", "name": "tempest-VolumeTypesAccessTest-volume-type-133778471", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-04 08:45:41,197 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.109s 2025-08-04 08:45:41,197 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "5a1cc092-ae64-46a1-818d-101c2ae1c7f8", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 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-d1400e67-4e20-4a4b-afff-67335b22d3a0', 'x-openstack-request-id': 'req-d1400e67-4e20-4a4b-afff-67335b22d3a0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5a1cc092-ae64-46a1-818d-101c2ae1c7f8 could not be found."}}' 2025-08-04 08:45:41,198 99909 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-04 08:45:41,232 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action 0.033s 2025-08-04 08:45:41,232 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "953a0f1f02c349da98c13773421971d0"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac8f8a0-fea3-42de-af0b-239fab0b3f48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action'} Body: b'' 2025-08-04 08:45:41,502 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.269s 2025-08-04 08:45:41,502 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "5a1cc092-ae64-46a1-818d-101c2ae1c7f8", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-958339490"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-28a0671c-e7da-4dfa-89d1-4d69b73649f9', 'content-length': '792', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a0671c-e7da-4dfa-89d1-4d69b73649f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.416314", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:41,551 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.036s 2025-08-04 08:45:41,552 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e585d197-a917-4ab5-8d9c-da58e1723d05', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e585d197-a917-4ab5-8d9c-da58e1723d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "953a0f1f02c349da98c13773421971d0"}}' 2025-08-04 08:45:42,606 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.039s 2025-08-04 08:45:42,606 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07380ccb-4fe3-4943-88ed-1bdb06df6add', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07380ccb-4fe3-4943-88ed-1bdb06df6add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.000000", "updated_at": "2025-08-04T08:45:42.000000", "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "953a0f1f02c349da98c13773421971d0"}}' 2025-08-04 08:45:42,675 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.053s 2025-08-04 08:45:42,675 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab6872b-5fad-427b-9ddd-4015000d79f8', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab6872b-5fad-427b-9ddd-4015000d79f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.000000", "updated_at": "2025-08-04T08:45:42.000000", "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "953a0f1f02c349da98c13773421971d0"}}' 2025-08-04 08:45:42,784 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.096s 2025-08-04 08:45:42,785 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad782e5-2909-416d-9108-dd5db925577d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'' 2025-08-04 08:45:42,819 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.033s 2025-08-04 08:45:42,819 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7753e3d4-f53d-42cc-b431-02cc09551f05', 'x-openstack-request-id': 'req-7753e3d4-f53d-42cc-b431-02cc09551f05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 could not be found."}}' 2025-08-04 08:45:42,853 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action 0.033s 2025-08-04 08:45:42,853 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "953a0f1f02c349da98c13773421971d0"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894c6ecd-e799-4083-8211-b008bda18dad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action'} Body: b'' 2025-08-04 08:45:42,900 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8 0.046s 2025-08-04 08:45:42,901 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dfb3ff-662a-456c-b340-add2e11be4c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8'} Body: b'' 2025-08-04 08:45:42,915 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8 0.014s 2025-08-04 08:45:42,915 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 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-cd5a398f-082c-49aa-b29a-e0acb1c48fff', 'x-openstack-request-id': 'req-cd5a398f-082c-49aa-b29a-e0acb1c48fff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5a1cc092-ae64-46a1-818d-101c2ae1c7f8 could not be found."}}' {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.242441s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.158989s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.248119s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.018546s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.178699s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.020251s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.018478s] ... ok {9} 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 ef44cabb-af7e-46cd-bc36-46e6f3fd4611 failed to build and is in ERROR status {9} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.790126s] ... 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 a10820dd-6264-4464-9081-4b06d7268007 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:55,137 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.156s 2025-08-04 08:45:55,138 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0f55eef4-dad4-4504-a3ec-a528083fcf47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:45:55,475 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.337s 2025-08-04 08:45:55,476 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-851262173"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a8b87d-6a2c-4ef9-86f7-61588879dff0', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a8b87d-6a2c-4ef9-86f7-61588879dff0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.418509", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:55,525 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.038s 2025-08-04 08:45:55,526 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-f7fc553e-df48-4252-910e-ab72c2b88ebd', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7fc553e-df48-4252-910e-ab72c2b88ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:56,582 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.041s 2025-08-04 08:45:56,582 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e55b56e1-8216-4f0f-a32c-c0381401b862', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e55b56e1-8216-4f0f-a32c-c0381401b862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.000000", "updated_at": "2025-08-04T08:45:56.000000", "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:56,635 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.038s 2025-08-04 08:45:56,635 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-543b722b-2b9b-4cff-a38c-13e45879b5bb', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-543b722b-2b9b-4cff-a38c-13e45879b5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.000000", " updated_at": "2025-08-04T08:45:56.000000", "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:56,746 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.095s 2025-08-04 08:45:56,746 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-4f28e293-0117-40c7-81e1-00ecfc63bce0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'' 2025-08-04 08:45:56,769 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.022s 2025-08-04 08:45:56,769 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-435b1bd6-d13d-4f8c-9638-75847501775d', 'x-openstack-request-id': 'req-435b1bd6-d13d-4f8c-9638-75847501775d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a10820dd-6264-4464-9081-4b06d7268007 could not be found."}}' {9} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.478657s] ... 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 f351c83e-d80f-4907-9b52-79d5f822f381 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:56,960 99909 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-04 08:45:56,960 99909 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-1877986052"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa2fb8d-c756-419f-92b9-254d4cff3649', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa2fb8d-c756-419f-92b9-254d4cff3649', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:56.894665", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:57,012 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.040s 2025-08-04 08:45:57,013 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e7f3ff-4546-4311-98cd-b4b2d4fd1a35', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e7f3ff-4546-4311-98cd-b4b2d4fd1a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:57.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:58,064 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.037s 2025-08-04 08:45:58,065 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce6a991-ca5a-442d-97e5-ba52bc43cf61', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce6a991-ca5a-442d-97e5-ba52bc43cf61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:57.000000", "updated_at": "2025-08-04T08:45:57.000000", "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:58,118 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.040s 2025-08-04 08:45:58,118 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cfef346-b385-4d71-a53a-c673f3dcc75d', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cfef346-b385-4d71-a53a-c673f3dcc75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:57.000000", "updated_at": "2025-08-04T08:45:57.000000", "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:58,229 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.097s 2025-08-04 08:45:58,230 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-eb429bfa-db50-45a1-abf7-77b1084909cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'' 2025-08-04 08:45:58,250 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.020s 2025-08-04 08:45:58,250 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-e77e6507-3059-4769-8be1-a0906417c40c', 'x-openstack-request-id': 'req-e77e6507-3059-4769-8be1-a0906417c40c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f351c83e-d80f-4907-9b52-79d5f822f381 could not be found."}}' {9} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.855982s] ... 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 9ae439a7-5a6d-40e0-8577-d9ff44c69dfd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:46:00,202 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.148s 2025-08-04 08:46:00,202 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8cea2059-c247-4255-9115-6e2e1ba96f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:46:00,566 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.363s 2025-08-04 08:46:00,566 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-512068833"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39377843-5cec-4baf-87ea-3e39f5c14448', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39377843-5cec-4baf-87ea-3e39f5c14448', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:00.503767", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:46:00,618 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.039s 2025-08-04 08:46:00,619 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a 0eaa87d-3c9e-4f59-8d91-fab958720b21', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0eaa87d-3c9e-4f59-8d91-fab958720b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:01.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:01,709 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.076s 2025-08-04 08:46:01,710 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f548303-13a2-4117-b848-e0fe4c9db985', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f548303-13a2-4117-b848-e0fe4c9db985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:01.000000", "updated_at": "2025-08-04T08:46:01.000000", "name": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:01,762 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.038s 2025-08-04 08:46:01,763 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d439dbff-c946-4fe3-91b4-522914fb3fbc', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d439dbff-c946-4fe3-91b4-522914fb3fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:01.000000", "updated_at": "2025-08-04T08:46:01.000000", "nam e": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:01,874 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.097s 2025-08-04 08:46:01,874 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-2fdb2c37-2317-45c0-9809-56e292e51794', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'' 2025-08-04 08:46:01,907 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.033s 2025-08-04 08:46:01,908 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-1a09ea08-ef85-4a65-8b5b-6f7fd5387515', 'x-openstack-request-id': 'req-1a09ea08-ef85-4a65-8b5b-6f7fd5387515', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9ae439a7-5a6d-40e0-8577-d9ff44c69dfd could not be found."}}' {9} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.539387s] ... 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 377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:46:02,133 99909 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.221s 2025-08-04 08:46:02,134 99909 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-1523728424"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f6be55-1bf2-4104-9322-436d921f3b98', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f6be55-1bf2-4104-9322-436d921f3b98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.070694", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:46:02,200 99909 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/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.043s 2025-08-04 08:46:02,200 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f3b2687-d582-4748-b449-08b46960b470', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f3b2687-d582-4748-b449-08b46960b470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:03,265 99909 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/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.037s 2025-08-04 08:46:03,265 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-eae3297c-2b45-4d37-932e-6219f3b45c82', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae3297c-2b45-4d37-932e-6219f3b45c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.000000", "updated_at": "2025-08-04T08:46:02.000000", "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:03,317 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.038s 2025-08-04 08:46:03,318 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8049266d-b50e-4fb9-96bf-25f627ace137', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8049266d-b50e-4fb9-96bf-25f627ace137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.000000", "updated_at": "2025-08-04T08:46:02.000000", "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:03,429 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.098s 2025-08-04 08:46:03,429 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-99d18911-e15e-4385-85ee-dbdfdff01ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'' 2025-08-04 08:46:03,449 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.019s 2025-08-04 08:46:03,450 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-220a5926-d4e5-485e-967f-9d6058271809', 'x-openstack-request-id': 'req-220a5926-d4e5-485e-967f-9d6058271809', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 could not be found."}}' {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.484256s] ... 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 80554d38-65d2-455e-9807-31b598b647f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:44:06,315 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.233s 2025-08-04 08:44:06,316 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eab1233f-08ce-49a1-8d5a-76e16b986a04', 'x-compute-request-id': 'req-eab1233f-08ce-49a1-8d5a-76e16b986a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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-04 08:45:06,486 99893 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.090s 2025-08-04 08:45:06,487 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2493', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-074aaab5-4d34-4a01-889e-7d571b9c7140', '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": "2b4233d82587477e8c20ab925ebb512c", "name": "tempest-ServerActionsTestOtherA-380628797-project-member", "password_expires_at": null}, "audit_ids": ["8gGPqhGCQdKc47ExI8w_DQ"], "expires_at": "2025-08-04T09:45:06.000000Z", "issued_at": "2025-08-04T08:45:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c172ad8f75e4447bb791ec82a66f222", "name": "tempest-ServerActionsTestOtherA-380628797"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6e aebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c172ad8f75e4447bb791ec82a66f222", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:45:06,488 99893 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'c2a5e13f-afb2-40ba-9a72-944c76e3dd0d', 'name': 'tempest-ServerActionsTestOtherA-766043394-network', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50415, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:37:14Z', 'updated_at': '2025-08-04T08:37:14Z', 'revision_number': 1} available for tenant 2025-08-04 08:45:06,489 99893 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1082708225', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLg7ykCT8i03QH6rRYbFY7q7W88kni3v9yOkF7tCgMCBkF/SZCOGC3IhXHBKnsz0pykXJf094m/o+QzZ4sM3VtkR99AFathpGQn972kSU+0jxGE4qKlPijjKkeRM7cK8mQ==', 'fingerprint': '48:fb:dd:93:2e:95:d6:cb:08:94:1f:f4:82:db:07:c7', 'user_id': '2b4233d82587477e8c20ab925ebb512c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAI7hjttTCLLTLO3CnbgydJCbIjd7n9SgNhApuqlxTpyRiEWWr79sSu\nI5B6gMFrZYOgBwYFK4EEACKhZANiAAS4O8pAk/ItN0B+q0WGxWO6u1vPJJ4t7/cj\npBe7QoDAgZBf0mQjhgtyIVxwSp7M9KcpFyX9PeJv6PkM2eLDN1bZEffQBWrYaRkJ\n/e9pElPtI8RhOKipT4o4ypHkTO3CvJk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '247e97d0-7dbb-40b9-9bb4-9e990ade96f2', 'name': 'tempest-securitygroup--1172720055', 'stateful': True, 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': 'tempest-description--478369298', 'shared': False, 'security_group_rules': [{'id': '59cb0806-bc1e-4b07-9c05-598515543df0', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '247e97d0-7dbb-40b9-9bb4-9e990ade96f2', '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': 973, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:37:22Z', 'updated_at': '2025-08-04T08:37:22Z', 'revision_number': 0}, {'id': 'aca5edf7-9c3f-4eeb-ab10-4c0a59888d8b', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '247e97d0-7dbb-40b9-9bb4-9e990ade96f2', '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': 972, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:37:22Z', 'updated_at': '2025-08-04T08:37:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:37:22Z', 'updated_at': '2025-08-04T08:37:22Z', 'revision_number': 1, 'project_id': '0c172ad8f75e4447bb791ec82a66f222'}, 'floating_ip': {'id': 'e8a4316d-a884-4252-b04f-fdee7c3d4190', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:24Z', 'updated_at': '2025-08-04T08:37:24Z', 'revision_number': 0, 'ip': '172.24.4.27'}} 2025-08-04 08:45:06,992 99893 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.502s 2025-08-04 08:45:06,993 99893 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-568436246", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c805cdc-1488-4574-85c3-eab447f2417a', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c805cdc-1488-4574-85c3-eab447f2417a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "80554d38-65d2-455e-9807-31b598b647f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:06.931921", "updated_at": null, "name": "tempest-tempest.common.compute-volume-568436246", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80554d38-65d2-455e-9807-31b598b647f1"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:07,048 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1 0.042s 2025-08-04 08:45:07,048 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14b4dc36-f50e-4d05-b1cc-e14bf4b94663', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b4dc36-f50e-4d05-b1cc-e14bf4b94663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'{"volume": {"id": "80554d38-65d2-455e-9807-31b598b647f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:07.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-568436246", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80554d38-65d2-455e-9807-31b598b647f1"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:45:08,102 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1 0.039s 2025-08-04 08:45:08,103 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5e9fa5-d237-4bfd-8eaa-14c01dc93b43', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5e9fa5-d237-4bfd-8eaa-14c01dc93b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'{"volume": {"id": "80554d38-65d2-455e-9807-31b598b647f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:07.000000", "updated_at": "2025-08-04T08:45:07.000000", "name": "tempest-tempest.common.compute-volume-568436246", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80554d38-65d2-455e-9807-31b598b647f1"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:45:08,237 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1 0.121s 2025-08-04 08:45:08,238 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bfebd7e-b0ed-4818-b739-4369367d8e35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'' 2025-08-04 08:45:08,258 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/volu mes/80554d38-65d2-455e-9807-31b598b647f1 0.020s 2025-08-04 08:45:08,258 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a28d62-06cb-4197-88da-4e9e03e82feb', 'x-openstack-request-id': 'req-37a28d62-06cb-4197-88da-4e9e03e82feb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80554d38-65d2-455e-9807-31b598b647f1 could not be found."}}' 2025-08-04 08:45:08,259 99893 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-04 08:45:08,489 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.228s 2025-08-04 08:45:08,489 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01ee54cd-a82a-4371-a68a-7de198a9c88f', 'x-compute-request-id': 'req-01ee54cd-a82a-4371-a68a-7de198a9c88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.711726s] ... 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 7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:47:04,674 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.174s 2025-08-04 08:47:04,674 99893 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-1324189148"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c726e1df-9600-45f6-86e3-ea58cde4d01d', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c726e1df-9600-45f6-86e3-ea58cde4d01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "9703ec34-cde8-4df9-9855-5b54053a5ddc", "name": "tempest-GroupSnapshotsV319Test-volume-type-1324189148", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:47:04,706 99893 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.028s 2025-08-04 08:47:04,706 99893 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-16885456"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40352d20-ef5f-4534-a7c9-5616279de403', 'content-length': '183', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40352d20-ef5f-4534-a7c9-5616279de403', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "8327f457-90de-4994-ad39-e99802765774", "name": "tempest-GroupSnapshotsV319Test-group-type-16885456", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:47:04,915 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.206s 2025-08-04 08:47:04,915 99893 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": "8327f457-90de-4994-ad39-e99802765774", "volume_types": ["9703ec34-cde8-4df9-9855-5b54053a5ddc"], "name": "tempest-GroupSnapshotsV319Test-Group-1962597731"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8785e8ad-6c63-46af-a784-44190854d8d6', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8785e8ad-6c63-46af-a784-44190854d8d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9", "name": "tempest-GroupSnapshotsV319Test-Group-1962597731"}}' 2025-08-04 08:47:04,949 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 0.032s 2025-08-04 08:47:04,949 99893 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': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cbb04d-b2c3-4e31-99b4-31b288c3bdb0', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cbb04d-b2c3-4e31-99b4-31b288c3bdb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9'} Body: b'{"group": {"id": "7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:47:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1962597731", "description": null, "group_type": "8327f457-90de-4994-ad39-e99802765774", "volume_types": ["9703ec34-cde8-4df9-9855-5b54053a5ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:47:05,983 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 0.028s 2025-08-04 08:47:05,983 99893 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': 'Mon, 04 Aug 2025 08:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c493773-230d-4879-a04b-9a3765c66fee', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c493773-230d-4879-a04b-9a3765c66fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9'} Body: b'{"group": {"id": "7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:47:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1962597731", "description": null, "group_type": "8327f457-90de-4994-ad39-e99802765774", "volume_types": ["9703ec34-cde8-4df9-9855-5b54053a5ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:47:06,027 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.037s 2025-08-04 08:47:06,027 99893 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': 'Mon, 04 Aug 2025 08:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f7a5c4-06b5-47a4-a272-bd5a40c4b5d0', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f7a5c4-06b5-47a4-a272-bd5a40c4b5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:47:06,102 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9/action 0.061s 2025-08-04 08:47:06,102 99893 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': 'Mon, 04 Aug 2025 08:47:06 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-451f7357-75de-4271-968c-6630ef7d8ba5', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9/action'} Body: b'' 2025-08-04 08:47:06,116 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 0.014s 2025-08-04 08:47:06,117 99893 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': 'Mon, 04 Aug 2025 08:47:06 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-f0c06c5d-7c04-4f5c-a003-97a0d5356698', 'x-openstack-request-id': 'req-f0c06c5d-7c04-4f5c-a003-97a0d5356698', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 could not be found."}}' 2025-08-04 08:47:06,149 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/8327f457-90de-4994-ad39-e99802765774 0.032s 2025-08-04 08:47:06,149 99893 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': 'Mon, 04 Aug 2025 08:47:06 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-5c3ea686-166b-43b7-86b8-d740d3f7422f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/8327f457-90de-4994-ad39-e99802765774'} Body: b'' 2025-08-04 08:47:06,194 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc 0.044s 2025-08-04 08:47:06,195 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27c264e-75f1-4c41-b6f8-f3894b46015f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc'} Body: b'' 2025-08-04 08:47:06,210 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc 0.015s 2025-08-04 08:47:06,210 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d059727e-fe91-405b-bbde-b4f2c046921f', 'x-openstack-request-id': 'req-d059727e-fe91-405b-bbde-b4f2c046921f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 9703ec34-cde8-4df9-9855-5b54053a5ddc could not be found."}}' {1} setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6d63788-0142-452c-b475-54cf7d059367 failed to build and is in ERROR status {1} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.187151s] ... ok {1} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {1} 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 b6dbf3cf-7383-476b-92be-28f69f48119a failed to build and is in ERROR status {1} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.581431s] ... 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 4cdfb026-4e45-4bbb-bdf9-a7869090224a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:47:19,761 99893 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.458s 2025-08-04 08:47:19,761 99893 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-1341663823"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4231bd82-ae50-4301-a2a7-6c8d2b6893d9', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4231bd82-ae50-4301-a2a7-6c8d2b6893d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4cdfb026-4e45-4bbb-bdf9-a7869090224a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:19.696499", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1341663823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}], "user_id": "bddf67c980d640a2bfccef1de0682461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:47:19,810 99893 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/4cdfb026-4e45-4bbb-bdf9-a7869090224a 0.037s 2025-08-04 08:47:19,811 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be788ec3-d8af-431e-9fc0-d814c0ce4065', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be788ec3-d8af-431e-9fc0-d814c0ce4065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a'} Body: b'{"volume": {"id": "4cdfb026-4e45-4bbb-bdf9-a7869090224a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1341663823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}], "user_id": "bddf67c980d640a2bfccef1de0682461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d66283b1deea4399873dd53f15bec366"}}' 2025-08-04 08:47:20,865 99893 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/4cdfb026-4e45-4bbb-bdf9-a7869090224a 0.041s 2025-08-04 08:47:20,866 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08 :47:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e30f4ddf-6382-4391-8c7c-1df6d20045a1', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e30f4ddf-6382-4391-8c7c-1df6d20045a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a'} Body: b'{"volume": {"id": "4cdfb026-4e45-4bbb-bdf9-a7869090224a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": "2025-08-04T08:47:20.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1341663823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}], "user_id": "bddf67c980d640a2bfccef1de0682461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d66283b1deea4399873dd53f15bec366"}}' {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [167.137314s] ... 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 4d70a692-ec95-4824-9220-37ca0dbd8dfe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:25,198 99905 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:45:25,198 99905 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:45:25,262 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2025-08-04 08:45:25,262 99905 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-1593438555", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKyjdkDnPLkzElta/yT0UQJS8eZAwf9H0f31sGyRcn5uU0TkRR4WlnsASGQbcqpAhXTAf+PSNjrA63A7iYlz8GZhVqYFnv+iGzsLtzhNw4XrBwze4K8vjhsc+Y0NK5FKYQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 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-5435bbb5-72e9-41fe-97bd-e397b66e76c5', 'x-compute-request-id': 'req-5435bbb5-72e9-41fe-97bd-e397b66e76c5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1593438555", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKyjdkDnPLkzElta/yT0UQJS8eZAwf9H0f31sGyRcn5uU0TkRR4WlnsASGQbcqpAhXTAf+PSNjrA63A7iYlz8GZhVqYFnv+iGzsLtzhNw4XrBwze4K8vjhsc+Y0NK5FKYQ==", "fingerprint": "f7:2a:df:f1:2d:34:4d:5b:c2:38:45:0f:85:a9:b6:49", "user_id": "8e3334c2a607456d9353203187477aa7"}}' 2025-08-04 08:45:25,264 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1593438555 created 2025-08-04 08:45:25,482 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.217s 2025-08-04 08:45:25,482 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--410811901", "description": "tempest-description--1611019985"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-76726170-a8bf-4fd8-be7a-376a5627675f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "name": "tempest-securitygroup--410811901", "stateful": true, "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "description": "tempest-description--1611019985", "shared": false, "security_group_rules": [{"id": "9949bced-58cf-4bbd-8f8e-92d8e4887eea", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "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": 1108, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}, {"id": "9d63df63-f3ec-4609-9be7-8680de9c8f84", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "etherty pe": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1109, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:45:25,690 99905 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-04 08:45:25,690 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5890bb88-7206-4cc2-befb-2dae724b48f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ff13d450-621a-461d-8c11-c82f9265ccde", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "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-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}}' 2025-08-04 08:45:25,888 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.197s 2025-08-04 08:45:25,889 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-737edaf4-9383-4a91-8ea5-7c22473cd2d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90da241f-7b28-40c8-bb30-49e9bdc887d1", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "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-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}}' 2025-08-04 08:45:25,889 99905 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--410811901 created 2025-08-04 08:45:26,777 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.887s 2025-08-04 08:45:26,777 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-11c77a67-8a8d-436d-b815-2dda7a9cf9e3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.29", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "45a2388b7ff3488a89a99f9181854c83", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:45:26Z", "updated_at": "2025-08-04T08:45:26Z", "revision_number": 0}}' 2025-08-04 08:45:26,777 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.29', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:45:26Z', 'updated_at': '2025-08-04T08:45:26Z', 'revision_number': 0, 'ip': '172.24.4.29'} created 2025-08-04 08:45:26,906 99905 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.123s 2025-08-04 08:45:26,906 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:26 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-2f708331-6df2-46fc-af05-ebec01fcdcd6', '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": "8e3334c2a607456d9353203187477aa7", "name": "tempest-AttachVolumeShelveTestJSON-215015910-project-member", "password_expires_at": null}, "audit_ids": ["gZCxnq3lT0KrsLKywNOjLw"], "expires_at": "2025-08-04T09:45:26.000000Z", "issued_at": "2025-08-04T08:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45a2388b7ff3488a89a99f9181854c83", "name": "tempest-AttachVolumeShelveTestJSON-215015910"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10. 0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/45a2388b7ff3488a89a99f9181854c83", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:45:26,907 99905 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'f31e99c3-e0c8-43d8-a8e4-b563775bc40d', 'name': 'tempest-AttachVolumeShelveTestJSON-1058339550-network', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48035, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:42:31Z', 'updated_at': '2025-08-04T08:42:31Z', 'revision_number': 1} available for tenant 2025-08-04 08:45:26,907 99905 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1593438555', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKyjdkDnPLkzElta/yT0UQJS8eZAwf9H0f31sGyRcn5uU0TkRR4WlnsASGQbcqpAhXTAf+PSNjrA63A7iYlz8GZhVqYFnv+iGzsLtzhNw4XrBwze4K8vjhsc+Y0NK5FKYQ==', 'fingerprint': 'f7:2a:df:f1:2d:34:4d:5b:c2:38:45:0f:85:a9:b6:49', 'user_id': '8e3334c2a607456d9353203187477aa7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDWnWe8d7Fg6IGcfYMW/fDvIMnAG3yx7wXq61pFLeTrp2eg6FAd0Hn3\nDNeoPEgpnWmgBwYFK4EEACKhZANiAASso3ZA5zy5MxJbWv8k9FECUvHmQMH/R9H9\n9bBskXJ+blNE5EUeFpZ7AEhkG3KqQIV0wH/j0jY6wOtwO4mJc/BmYVamBZ7/ohs7\nC7c4TcOF6wcM3uCvL44bHPmNDSuRSmE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ae21ca87-1d3d-482a-8aa8-23ced351f1d1', 'name': 'tempest-securitygroup--410811901', 'stateful': True, 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'description': 'tempest-description--1611019985', 'shared': False, 'security_group_rules': [{'id': '9949bced-58cf-4bbd-8f8e-92d8e4887eea', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'ae21ca87-1d3d-482a-8aa8-23ced351f1d1', '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': 1108, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:45:25Z', 'updated_at': '2025-08-04T08:45:25Z', 'revision_number': 0}, {'id': '9d63df63-f3ec-4609-9be7-8680de9c8f84', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'ae21ca87-1d3d-482a-8aa8-23ced351f1d1', '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': 1109, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at' : '2025-08-04T08:45:25Z', 'updated_at': '2025-08-04T08:45:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:45:25Z', 'updated_at': '2025-08-04T08:45:25Z', 'revision_number': 1, 'project_id': '45a2388b7ff3488a89a99f9181854c83'}, 'floating_ip': {'id': 'ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.29', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:45:26Z', 'updated_at': '2025-08-04T08:45:26Z', 'revision_number': 0, 'ip': '172.24.4.29'}} 2025-08-04 08:45:27,671 99905 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.763s 2025-08-04 08:45:27,672 99905 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-1851791648", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d"}], "security_groups": [{"name": "tempest-securitygroup--410811901"}], "key_name": "tempest-keypair-1593438555", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9', '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-42722f5a-ccf4-404a-8eb4-61d39bdcb0c7', 'x-compute-request-id': 'req-42722f5a-ccf4-404a-8eb4-61d39bdcb0c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--410811901"}], "adminPass": "password"}}' 2025-08-04 08:45:27,745 99905 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/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.071s 2025-08-04 08:45:27,746 99905 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': 'Mon, 04 Aug 2025 08:45:27 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-2face6d2-0bfc-441a-97fd-fdcba1ba1a72', 'x-compute-request-id': 'req-2face6d2-0bfc-441a-97fd-fdcba1ba1a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "name": "tempest-AttachVolumeShelveTestJSON-server-1851791648", "status": "BUILD", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2a 607456d9353203187477aa7", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:45:28Z", "updated": "2025-08-04T08:45:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1593438555", "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-04 08:46:18,119 99905 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/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.303s 2025-08-04 08:46:18,120 99905 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': 'Mon, 04 Aug 2025 08:46:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87fc7cb0-e7c1-4586-b44b-81e2422ada94', 'x-compute-request-id': 'req-87fc7cb0-e7c1-4586-b44b-81e2422ada94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "name": "tempest-AttachVolumeShelveTestJSON-server-1851791648", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:45:27Z", "updated": "2025-08-04T08:45:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:f4:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1593438555", "OS-SRV-USG:launched_at": "2025-08-04T08:45:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--410811901"}], "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-04 08:46:18,137 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:47:18,488 99905 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/2f877e2f-5 a25-4a72-90ed-a34bb8e525f9/os-interface 0.292s 2025-08-04 08:47:18,489 99905 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': 'Mon, 04 Aug 2025 08:47:18 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-adad50b7-0460-47de-b22a-5b9e7c9711e9', 'x-compute-request-id': 'req-adad50b7-0460-47de-b22a-5b9e7c9711e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "port_id": "683665e0-66ed-40db-b43f-28db94024448", "mac_addr": "fa:16:3e:cf:f4:07", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dab9aa78-1be2-479a-a237-8bfb0d9bc350", "ip_address": "10.0.0.13"}]}]}' 2025-08-04 08:47:19,548 99905 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/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8 1.053s 2025-08-04 08:47:19,548 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "683665e0-66ed-40db-b43f-28db94024448"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c1203743-b962-491b-851a-e825bb18a2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8'} Body: b'{"floatingip": {"id": "ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.29", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "7c240695-c6d1-4d40-a8ab-c7b16151b71e", "port_id": "683665e0-66ed-40db-b43f-28db94024448", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "mac_address": "fa:16:3e:cf:f4:07", "admin_state_up": true, "status": "ACTIVE", "device_id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:45:26Z", "updated_at": "2025-08-04T08:47:18Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:47:19,549 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.29:22' as 'cirros' with public key authentication 2025-08-04 08:47:19,561 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:47:19,665 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:47:19,666 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.29 successfully created 2025-08-04 08:47:19,711 99905 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/2f877e2f-5a25-4a72-90ed-a34bb8e525f9/ips 0.044s 2025-08-04 08:47:19,711 99905 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': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-ver sion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-883b3205-683c-4b59-a713-331a2de84374', 'x-compute-request-id': 'req-883b3205-683c-4b59-a713-331a2de84374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-04 08:47:19,905 99905 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.191s 2025-08-04 08:47:19,905 99905 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-1928336962"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb6b192-2faa-45ba-87a6-782085c61c13', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb6b192-2faa-45ba-87a6-782085c61c13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4d70a692-ec95-4824-9220-37ca0dbd8dfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:19.842438", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1928336962", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:47:19,955 99905 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/4d70a692-ec95-4824-9220-37ca0dbd8dfe 0.038s 2025-08-04 08:47:19,956 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e395434-953d-4d17-a928-ed9ad10b1d15', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e395434-953d-4d17-a928-ed9ad10b1d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe'} Body: b'{"volume": {"id": "4d70a692-ec95-4824-9220-37ca0dbd8dfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1928336962", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08 -04 08:47:21,011 99905 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/4d70a692-ec95-4824-9220-37ca0dbd8dfe 0.039s 2025-08-04 08:47:21,011 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8c34df-0592-43fd-9380-48967fadc9f2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8c34df-0592-43fd-9380-48967fadc9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe'} Body: b'{"volume": {"id": "4d70a692-ec95-4824-9220-37ca0dbd8dfe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": "2025-08-04T08:47:20.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1928336962", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:47:21,160 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.133s 2025-08-04 08:47:21,160 99905 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': 'Mon, 04 Aug 2025 08:47:21 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-15f5deef-90c0-492c-b03b-e3d9e8fe194c', 'x-compute-request-id': 'req-15f5deef-90c0-492c-b03b-e3d9e8fe194c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'' 2025-08-04 08:47:21,405 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.244s 2025-08-04 08:47:21,405 99905 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': 'Mon, 04 Aug 2025 08:47:21 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-9952cfdf-c6c0-40fd-acef-38a27b39b25f', 'x-compute-request-id': 'req-9952cfdf-c6c0-40fd-acef-38a27b39b25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "name": "tempest-AttachVolumeShelveTestJSON-server-1851791648", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f9 181854c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:45:27Z", "updated": "2025-08-04T08:47:21Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:f4:07"}, {"version": 4, "addr": "172.24.4.29", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:f4:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1593438555", "OS-SRV-USG:launched_at": "2025-08-04T08:45:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--410811901"}], "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-04 08:48:11,705 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.233s 2025-08-04 08:48:11,705 99905 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': 'Mon, 04 Aug 2025 08:48:11 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-88b9869f-35fe-4f3f-a32f-1771b9415d5e', 'x-compute-request-id': 'req-88b9869f-35fe-4f3f-a32f-1771b9415d5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2f877e2f-5a25-4a72-90ed-a34bb8e525f9 could not be found."}}' 2025-08-04 08:48:11,742 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1593438555 0.036s 2025-08-04 08:48:11,742 99905 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': 'Mon, 04 Aug 2025 08:48:11 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-cb2d5fb9-f06a-4043-bd01-25c7714023de', 'x-compute-request-id': 'req-cb2d5fb9-f06a-4043-bd01-25c7714023de', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1593438555'} Body: b'' 2025-08-04 08:48:11,938 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1 0.195s 2025-08-04 08:48:11,938 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-86481ac6-2cc4-4d0d-8073-d50a5fb9f9c6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1'} Body: b'' 2025-08-04 08:48:11,957 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1 0.018s 2025-08-04 08:48:11,957 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-87fb46aa-6e26-4016-abad-0e62d418d98f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ae21ca87-1d3d-482a-8aa8-23ced351f1d1 does not exist", "detail": ""}}' 2025-08-04 08:48:12,334 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8 0.376s 2025-08-04 08:48:12,334 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f7e8fc4d-133d-4886-a874-e8e00ef9b075', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8'} Body: b'' {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.644486s] ... 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 3f254cba-2822-475c-ab03-3ff6737e7687 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:48:17,486 99905 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.513s 2025-08-04 08:48:17,486 99905 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-1836332531", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3f254cba-2822-475c-ab03-3ff6737e7687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89bd21be-6e75-4f0d-be3b-12ffc6732ac7', 'x-compute-request-id': 'req-89bd21be-6e75-4f0d-be3b-12ffc6732ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3f254cba-2822-475c-ab03-3ff6737e7687", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:48:17.355256", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1836332531", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-04 08:48:17,545 99905 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/3f254cba-2822-475c-ab03-3ff6737e7687 0.053s 2025-08-04 08:48:17,545 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3b5a86f-b1c1-4239-80d1-24e6c334e333', 'x-compute-request-id': 'req-b3b5a86f-b1c1-4239-80d1-24e6c334e333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3f254cba-2822-475c-ab03-3ff6737e7687'} Body: b'{"volume": {"id": "3f254cba-2822-475c-ab03-3ff6737e7687", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:48:17.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1836332531", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-04 08:48:18,610 99905 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/3f254cba-2822-475c-ab03-3ff6737e7687 0.058s 2025-08-04 08:48:18,611 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa42d499-9f88-4232-82ce-cbb497e44d83', 'x-compute-request-id': 'req-aa42d499-9f88-4232-82ce-cbb497e44d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3f254cba-2822-475c-ab03-3ff6737e7687'} Body: b'{"volume": {"id": "3f254cba-2822-475c-ab03-3ff6737e7687", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:48:17.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1836332531", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.166264s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.020287s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013812s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.052668s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009410s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.008226s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.043222s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.039838s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.013315s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.147788s] ... ok {7} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {9} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.082181s] ... 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 8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:46:19,729 99909 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-04 08:46:20,429 99909 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.697s 2025-08-04 08:46:20,429 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--600603086", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1892b72d-341c-483e-8cba-063f0311273f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0ad6c596-4d58-4661-9fe5-97cadd965a57', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--600603086", "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": "44b566f25dc84fcf8ec1248c9fa00da5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1892b72d-341c-483e-8cba-063f0311273f", "created_at": "2025-08-04T08:46:20Z", "updated_at": "2025-08-04T08:46:20Z", "tags": [], "self": "/v2/images/1892b72d-341c-483e-8cba-063f0311273f", "file": "/v2/images/1892b72d-341c-483e-8cba-063f0311273f/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:46:21,782 99909 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/1892b72d-341c-483e-8cba-063f0311273f/file 1.351s 2025-08-04 08:46:21,782 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-564c6a7d-e727-40a0-9d3b-e8555e248fa0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1892b72d-341c-483e-8cba-063f0311273f/file'} Body: b'' 2025-08-04 08:46:21,783 99909 DEBUG [tempest.scenario.manager] image:1892b72d-341c-483e-8cba-063f0311273f 2025-08-04 08:46:21,834 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2025-08-04 08:46:21,834 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1857225166", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPqC6incUrvPOjba3ptW6XmYfD4AyhHXkMIIYmPdyOA0fHmZXCiwcDIVxDWPV8B28939U5yMJQ30Kv07/39CgZR0wQ9zjngVYEGQCS25feeTjCoY6Oe7o+KS90r3/2qrFQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:21 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-04af0f63-d4de-4238-942f-b0bc3b1ee81a', 'x-compute-request-id': 'req-04af0f63-d4de-4238-942f-b0bc3b1ee81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1857225166", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPqC6incUrvPOjba3ptW6XmYfD4AyhHXkMIIYmPdyOA0fHmZXCiwcDIVxDWPV8B28939U5yMJQ30Kv07/39CgZR0wQ9zjngVYEGQCS25feeTjCoY6Oe7o+KS90r3/2qrFQ==", "fingerprint": "74:71:26:30:24:fa:eb:5b:08:1d:42:ed:c9:8e:94:c6", "user_id": "e014e37dff344e7b813c7097024e215f"}}' 2025-08-04 08:46:21,891 99909 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.048s 2025-08-04 08:46:21,891 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:21 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-e16fb6b7-281a-48f6-bb7f-945a2908edc1', '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": "e014e37dff344e7b813c7097024e215f", "name": "tempest-TestMinimumBasicScenario-188700274-project-member", "password_expires_at": null}, "audit_ids": ["ckgM9MvIQaOMF7XOIhLcHQ"], "expires_at": "2025-08-04T09:46:21.000000Z", "issued_at": "2025-08-04T08:46:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44b566f25dc84fcf8ec1248c9fa00da5", "name": "tempest-TestMinimumBasicScenario-188700274"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/44b566f25dc84fcf8ec1248c9fa00da5", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:46:21,892 99909 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '4018946c-3854-485f-b6af-eb1029ccff33', 'name': 'tempest-TestMinimumBasicScenario-1297647040-network', 'tenant_id': '44b566f25dc84fcf8ec1 248c9fa00da5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '44b566f25dc84fcf8ec1248c9fa00da5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21677, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:46:05Z', 'updated_at': '2025-08-04T08:46:05Z', 'revision_number': 1} available for tenant 2025-08-04 08:46:22,389 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.496s 2025-08-04 08:46:22,390 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1225871689", "imageRef": "1892b72d-341c-483e-8cba-063f0311273f", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "networks": [{"uuid": "4018946c-3854-485f-b6af-eb1029ccff33"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b96efee2-2f49-4d52-a6e7-2ab23290e253', 'x-compute-request-id': 'req-b96efee2-2f49-4d52-a6e7-2ab23290e253', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Dhmx69mFX3X9"}}' 2025-08-04 08:46:22,456 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.063s 2025-08-04 08:46:22,456 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-229cddb4-2bb1-4701-88fd-f3046de0d3bc', 'x-compute-request-id': 'req-229cddb4-2bb1-4701-88fd-f3046de0d3bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "BUILD", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "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-04 08:47:12,871 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.351s 2025-08-04 08:47:12,872 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:12 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-89eba1f6-e1a1-4c4a-9832-6d3cb222aa50', 'x-compute-request-id': 'req-89eba1f6-e1a1-4c4a-9832-6d3cb222aa50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:47:12,903 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:48:13,223 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.266s 2025-08-04 08:48:13,224 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:12 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-open stack-request-id': 'req-22b5b51b-2b0d-43fe-9a64-1bdd8091a3d5', 'x-compute-request-id': 'req-22b5b51b-2b0d-43fe-9a64-1bdd8091a3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:48:13,315 99909 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.075s 2025-08-04 08:48:13,316 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4e38e05-912a-4660-b741-248edacc0760', 'x-compute-request-id': 'req-c4e38e05-912a-4660-b741-248edacc0760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}]}]}' 2025-08-04 08:48:13,478 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.158s 2025-08-04 08:48:13,478 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 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-687dab77-57e6-4875-bcad-6cfaeb3ca557', 'x-compute-request-id': 'req-687dab77-57e6-4875-bcad-6cfaeb3ca557', 'connection': 'close', 'st atus': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:48:13,687 99909 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.192s 2025-08-04 08:48:13,687 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1965402595", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28489f79-ad10-41b3-8d54-17bdbad2ca7e', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28489f79-ad10-41b3-8d54-17bdbad2ca7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:13.631170", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1965402595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:48:13,737 99909 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/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.037s 2025-08-04 08:48:13,738 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comput e-request-id': 'req-a1dd1445-7b5e-458b-98a6-1ea6abb2856b', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1dd1445-7b5e-458b-98a6-1ea6abb2856b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'{"volume": {"id": "8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:14.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1965402595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:48:14,827 99909 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/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.075s 2025-08-04 08:48:14,827 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b511c35e-3ea3-42ba-ab1b-70e294f164a0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b511c35e-3ea3-42ba-ab1b-70e294f164a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'{"volume": {"id": "8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:14.000000", "updated_at": "2025-08-04T08:48:14.000000", "name": "tempest-TestMinimumBasicScenario-volume-1965402595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:48:14,976 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.130s 2025-08-04 08:48:14,977 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48: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-fa4b001e-37ae-4a1e-bf4a-a5efeece405b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'' 2025-08-04 08:48:15,000 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8eb1 fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.023s 2025-08-04 08:48:15,000 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48: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-8da4a390-24a9-40f2-82c0-68d223d5b58b', 'x-openstack-request-id': 'req-8da4a390-24a9-40f2-82c0-68d223d5b58b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b could not be found."}}' 2025-08-04 08:48:15,116 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.115s 2025-08-04 08:48:15,117 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:15 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-8979f8dd-49b5-481b-917d-4a3127d09648', 'x-compute-request-id': 'req-8979f8dd-49b5-481b-917d-4a3127d09648', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'' 2025-08-04 08:48:15,566 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.449s 2025-08-04 08:48:15,567 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:15 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-2723f131-323d-4d8c-96d7-612f65677076', 'x-compute-request-id': 'req-2723f131-323d-4d8c-96d7-612f65677076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:48:15Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive" : "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:49:05,668 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.040s 2025-08-04 08:49:05,668 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49: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-98a803d1-f6de-4a27-9424-6620d4f04a19', 'x-compute-request-id': 'req-98a803d1-f6de-4a27-9424-6620d4f04a19', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 782904bc-0c08-4db0-ad6b-d36dbd7883b7 could not be found."}}' 2025-08-04 08:49:05,702 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1857225166 0.032s 2025-08-04 08:49:05,702 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49: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-f660f15d-787a-4bce-a42f-f7d4231dfbbf', 'x-compute-request-id': 'req-f660f15d-787a-4bce-a42f-f7d4231dfbbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1857225166'} Body: b'' 2025-08-04 08:49:05,807 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1892b72d-341c-483e-8cba-063f0311273f 0.104s 2025-08-04 08:49:05,807 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-96fa4b9c-fc44-43fc-a77d-9a3921f84bd1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1892b72d-341c-483e-8cba-063f0311273f'} Body: b'' {7} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [167.966840s] ... 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 4e9ae93a-98b7-4ab5-8cf6-b9d6788369be failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:48:38,345 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.248s 2025-08-04 08:48:38,345 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-34894796", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKlo+6OSsa/asQVMrtR4hp6kUclwz0TjhryF+LI6geoPqzlfdOmSEhWC4Mu5oqsVGRtTc79oySs4fA/vgCqa0uuczSp+dGj3xP4JYMTAz9BqxpBRhhPjX223zWKaURJLtA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '393', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82f6031e-9b4e-47d2-8b58-80014c59e396', 'x-compute-request-id': 'req-82f6031e-9b4e-47d2-8b58-80014c59e396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-34894796", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKlo+6OSsa/asQVMrtR4hp6kUclwz0TjhryF+LI6geoPqzlfdOmSEhWC4Mu5oqsVGRtTc79oySs4fA/vgCqa0uuczSp+dGj3xP4JYMTAz9BqxpBRhhPjX223zWKaURJLtA==", "fingerprint": "db:87:b0:21:35:83:d1:c9:29:57:a2:99:fd:ad:10:cd", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7"}}' 2025-08-04 08:48:38,576 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.228s 2025-08-04 08:48:38,576 99905 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-1831889368", "description": "tempest-secgroup-smoke-1831889368 description", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-b177d96c-48de-4591-b130-e217f3e816c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "name": "tempest-secgroup-smoke-1831889368", "stateful": true, "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "description": "tempest-secgroup-smoke-1831889368 description", "shared": false, "security_group_rules": [{"id": "5301519c-1a4e-4b99-881d-285e7e33bec5", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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": 1270, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}, {"id": "df85f099-247a-4630-a0a8-b79181599115", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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": 1271, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}], "tags": [], "created_at": "2025 -08-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 1, "project_id": "b0258fa4ce7b48e5a76b3d63ef032420"}}' 2025-08-04 08:48:38,771 99905 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.194s 2025-08-04 08:48:38,772 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-966fdb08-cf34-403d-99b0-5e319f4a9ecd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e054672-32c4-43ae-be11-9eb738b3fd26", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}}' 2025-08-04 08:48:38,984 99905 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.212s 2025-08-04 08:48:38,985 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-bfa4fc15-0e6d-4467-852e-184707e96459', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "88185c40-3fac-4911-ba20-8bc22a585ef8", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}}' 2025-08-04 08:48:39,225 99905 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.239s 2025-08-04 08:48:39,225 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7259634d-c9c9-4c85-9816-9569b888d019', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "883b049c-94b6-4844-98f5-e47d42eba1b5", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:39,426 99905 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.200s 2025-08-04 08:48:39,427 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-2c00cf86-588b-42fa-af62-ee45906a2054', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2233d606-6e25-4bc9-b9f0-17c2498999f4", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:39,733 99905 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.305s 2025-08-04 08:48:39,733 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-9917387a-76ca-4e96-aabc-11b4212053d0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "394b3b64-9e33-4900-9f93-76088d629209", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:39,979 99905 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.245s 2025-08-04 08:48:39,980 99905 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-5822483b-23b3-44e0-a2a4-004922b8c278', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "46587204-c1a8-49b4-aefd-91c71723ca33", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:40,214 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.232s 2025-08-04 08:48:40,214 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-107203045", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8fd998-e1de-41f6-9141-153f3356621e', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8fd998-e1de-41f6-9141-153f3356621e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4e9ae93a-98b7-4ab5-8cf6-b9d6788369be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:40.155536", "updated_at": null, "name": "tempest-TestStampPattern-volume-107203045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}], "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:48:40,285 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.051s 2025-08-04 08:48:40,285 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:40 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-366d06f0-837b-4529-bb5b-9e2d7968de97', '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": "92cf8470a2f441aea2c845aa8b0c31f7", "name": "tempest-TestStampPattern-588254041-project-member", "password_expires_at": null}, "audit_ids": ["gy95iSyeTvuZ_d0nO7DS nA"], "expires_at": "2025-08-04T09:48:40.000000Z", "issued_at": "2025-08-04T08:48:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0258fa4ce7b48e5a76b3d63ef032420", "name": "tempest-TestStampPattern-588254041"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b0258fa4ce7b48e5a76b3d63ef032420", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:48:40,286 99905 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0a2c319c-62e8-420e-a8a3-97ae74219e91', 'name': 'tempest-TestStampPattern-1100148527-network', 'tenant_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37343, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:48:24Z', 'updated_at': '2025-08-04T08:48:24Z', 'revision_number': 1} available for tenant 2025-08-04 08:48:40,982 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.695s 2025-08-04 08:48:40,982 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-2112470721", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-34894796", "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "networks": [{"uuid": "0a2c319c-62e8-420e-a8a3-97ae74219e91"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-ope nstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2523f39a-f0bb-44b0-9020-2939305a156b', 'x-compute-request-id': 'req-2523f39a-f0bb-44b0-9020-2939305a156b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "adminPass": "htCLfXDnN9nu"}}' 2025-08-04 08:48:41,068 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.083s 2025-08-04 08:48:41,069 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:40 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-2235b32b-1eef-46aa-80b0-0f56a6ea7c95', 'x-compute-request-id': 'req-2235b32b-1eef-46aa-80b0-0f56a6ea7c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-TestStampPattern-server-2112470721", "status": "BUILD", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:41Z", "updated": "2025-08-04T08:48:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "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-04 08:49:31,322 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.210s 2025-08-04 08:49:31,322 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b41704bb-931c-4872-930e-231c51792e76', 'x-compute-request-id': 'req-b41704bb-931c-4872-930e-231c51792e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-T estStampPattern-server-2112470721", "status": "ACTIVE", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "69ce0fea6c6c497b9692caa28903bf1246b3161246c2b6c668608365", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:40Z", "updated": "2025-08-04T08:48:56Z", "addresses": {"tempest-TestStampPattern-1100148527-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "OS-SRV-USG:launched_at": "2025-08-04T08:48:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "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-04 08:49:31,350 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:50:31,675 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.313s 2025-08-04 08:50:31,676 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc23a211-adf1-4e32-b457-81ef5f3464a4', 'x-compute-request-id': 'req-fc23a211-adf1-4e32-b457-81ef5f3464a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-TestStampPattern-server-2112470721", "status": "ACTIVE", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "69ce0fea6c6c497b9692caa28903bf1246b3161246c2b6c668608365", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:40Z", "updated": "2025-08-04T08:48:56Z", "addresses": {"tempest-TestStampPattern-1100148527-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "OS-SRV-USG:launched_at": "2025-08-04T08:48:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "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-04 08:50:31,784 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7 0.094s 2025-08-04 08:50:31,785 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-11dededf-f9f2-4af4-9dbd-d1eb4ecebd1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"ports":[{"id":"9e717ff2-031b-49a6-a6ea-72fe80b8e453","name":"","network_id":"0a2c319c-62e8-420e-a8a3-97ae74219e91","tenant_id":"b0258fa4ce7b48e5a76b3d63ef032420","mac_address":"fa:16:3e:24:c7:c6","admin_state_up":true,"status":"ACTIVE","device_id":"95ccaad7-44d5-459c-a566-7970f37135a7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"d663fc9e-698c-49ef-9692-f8808120d752","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["e92e58db-fd11-48b3-b2d5-b00f98112c83"],"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-04T08:48:45Z","updated_at":"2025-08-04T08:48:53Z","revision_number":5,"project_id":"b0258fa4ce7b48e5a76b3d63ef032420"}]}' 2025-08-04 08:50:31,785 99905 DEBUG [tempest.common.waiters] Server ID 95ccaad7-44d5-459c-a566-7970f37135a7 ports are all ACTIVE [{'id': '9e717ff2-031b-49a6-a6ea-72fe80b8e453', 'name': '', 'network_id': '0a2c319c-62e8-420e-a8a3-97ae74219e91', 'tenant_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'mac_address': 'fa:16:3e:24:c7:c6', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '95ccaad7-44d5-459c-a566-7970f37135a7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'd663fc9e-698c-49ef-9692-f8808120d752', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['e92e58db-fd11-48b3-b2d5-b00f98112c83'], '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-04T08:48:45Z', 'updated_at': '2025-08-04T08:48:53Z', 'revision_number': 5, 'project_id': 'b0258fa4ce7b48e5a76b3d63ef032420'}]: 2025-08-04 08:50:31,868 99905 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=68f83318-1ba0-4259-8392-5465791b4ea5&port_id=9e717ff2-031b-49a6-a6ea-72fe80b8e453 0.082s 2025-08-04 08:50:31,868 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-6999aed3-be72-4fdf-b15a-02cf498b5284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=68f83318-1ba0-4259-8392-5465791b4ea5&port_id=9e717ff2-031b-49a6-a6ea-72fe80b8e453'} Body: b'{"floatingips": []}' 2025-08-04 08:50:31,916 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/n etworking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7 0.048s 2025-08-04 08:50:31,917 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-ad679e31-134a-40aa-bd9d-8cf5530640d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"ports":[{"id":"9e717ff2-031b-49a6-a6ea-72fe80b8e453","name":"","network_id":"0a2c319c-62e8-420e-a8a3-97ae74219e91","tenant_id":"b0258fa4ce7b48e5a76b3d63ef032420","mac_address":"fa:16:3e:24:c7:c6","admin_state_up":true,"status":"ACTIVE","device_id":"95ccaad7-44d5-459c-a566-7970f37135a7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"d663fc9e-698c-49ef-9692-f8808120d752","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["e92e58db-fd11-48b3-b2d5-b00f98112c83"],"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-04T08:48:45Z","updated_at":"2025-08-04T08:48:53Z","revision_number":5,"project_id":"b0258fa4ce7b48e5a76b3d63ef032420"}]}' 2025-08-04 08:50:31,917 99905 DEBUG [tempest.common.waiters] Server ID 95ccaad7-44d5-459c-a566-7970f37135a7 ports are all ACTIVE [{'id': '9e717ff2-031b-49a6-a6ea-72fe80b8e453', 'name': '', 'network_id': '0a2c319c-62e8-420e-a8a3-97ae74219e91', 'tenant_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'mac_address': 'fa:16:3e:24:c7:c6', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '95ccaad7-44d5-459c-a566-7970f37135a7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'd663fc9e-698c-49ef-9692-f8808120d752', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['e92e58db-fd11-48b3-b2d5-b00f98112c83'], '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-04T08:48:45Z', 'updated_at': '2025-08-04T08:48:53Z', 'revision_number': 5, 'project_id': 'b0258fa4ce7b48e5a76b3d63ef032420'}]: 2025-08-04 08:50:33,208 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.289s 2025-08-04 08:50:33,209 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "port_id": "9e717ff2-031b-49a6-a6ea-72fe80b8e453", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "fixed_ip_address": "10.0.0.10"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-0745d41a-ca6c-4ef2-bfe1-d3a0ad8266e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9b6a08e1-49df-4638-bf90-58ffb4cc4bfd", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "floating_ip_address": "172.24.4.112", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "1b473345-8eeb-4a6d-bc4a-24cb00acea84", "port_id": "9e717ff2-031b-49a6-a6ea-72fe80b8e453", "fixed_ip_address": "10.0.0.10", "status": "DOW N", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "description": "", "port_details": {"name": "", "network_id": "0a2c319c-62e8-420e-a8a3-97ae74219e91", "mac_address": "fa:16:3e:24:c7:c6", "admin_state_up": true, "status": "ACTIVE", "device_id": "95ccaad7-44d5-459c-a566-7970f37135a7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:50:32Z", "updated_at": "2025-08-04T08:50:32Z", "revision_number": 0}}' 2025-08-04 08:50:33,211 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.112:22' as 'cirros' with public key authentication 2025-08-04 08:50:33,224 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:50:33,327 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:50:33,328 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.112 successfully created 2025-08-04 08:50:33,328 99905 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-04 08:50:33,328 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.112:22' as 'cirros' with public key authentication 2025-08-04 08:50:33,331 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:50:33,434 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:50:33,435 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.112 successfully created 2025-08-04 08:50:33,484 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.039s 2025-08-04 08:50:33,484 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5830beba-6f3d-4fb8-baa6-91a138a3f316', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5830beba-6f3d-4fb8-baa6-91a138a3f316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'{"volume": {"id": "4e9ae93a-98b7-4ab5-8cf6-b9d6788369be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:40.000000", "updated_at": "2025-08-04T08:48:40.000000", "name": "tempest-TestStampPattern-volume-107203045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}], "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420"}}' 2025-08-04 08:50:34,547 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.046s 2025-08-04 08:50:34,547 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aab9b8e-f594-4013-80c9-c6dcf47be16b', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aab9b8e-f594-4013-80c9-c6dcf47be16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'{"volume": {"id": "4e9ae93a-98b7-4ab5-8cf6-b9d6788369be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:40.000000", "updated_at": "2025-08-04T08:48:40.000000", "name": "tempest-TestStampPattern-volume-107203045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}], "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420"}}' 2025-08-04 08:50:35,168 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9b6a08e1-49df-4638-bf90-58ffb4cc4bfd 0.606s 2025-08-04 08:50:35,168 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-20c5a5e7-ca40-45e1-98f2-400575defba9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9b6a08e1-49df-4638-bf90-58ffb4cc4bfd'} Body: b'' 2025-08-04 08:50:35,292 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.123s 2025-08-04 08:50:35,292 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1012003-6da0-408c-ae09-75f57777ddd6', 'x-compute-request-id': 'req-e1012003-6da0-408c-ae09-75f57777ddd6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'' 2025-08-04 08:50:35,506 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.213s 2025-08-04 08:50:35,506 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41944ac5-b47f-48b2-9732-ee4b77645da7', 'x-compute-request-id': 'req-41944ac5-b47f-48b2-9732-ee4b77645da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-TestStampPattern-server-2112470721", "status": "ACTIVE", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "69ce0fea6c6c497b9692caa2890 3bf1246b3161246c2b6c668608365", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:40Z", "updated": "2025-08-04T08:50:35Z", "addresses": {"tempest-TestStampPattern-1100148527-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}, {"version": 4, "addr": "172.24.4.112", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "OS-SRV-USG:launched_at": "2025-08-04T08:48:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "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-04 08:51:25,593 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.056s 2025-08-04 08:51:25,593 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-094ce7d0-0846-450f-9f92-562991f57642', 'x-compute-request-id': 'req-094ce7d0-0846-450f-9f92-562991f57642', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 95ccaad7-44d5-459c-a566-7970f37135a7 could not be found."}}' 2025-08-04 08:51:25,691 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.097s 2025-08-04 08:51:25,691 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-9e961794-cf7c-4022-8ef0-6ec6e6896c7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'' 2025-08-04 08:51:25,722 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.030s 2025-08-04 08:51:25,722 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-f703a14a-41ad-4126-a8b8-db8e22e 2885c', 'x-openstack-request-id': 'req-f703a14a-41ad-4126-a8b8-db8e22e2885c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4e9ae93a-98b7-4ab5-8cf6-b9d6788369be could not be found."}}' 2025-08-04 08:51:26,018 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/e92e58db-fd11-48b3-b2d5-b00f98112c83 0.296s 2025-08-04 08:51:26,019 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1718e6f7-2f98-4009-8d78-9f4fa4c53c97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e92e58db-fd11-48b3-b2d5-b00f98112c83'} Body: b'' 2025-08-04 08:51:26,061 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-34894796 0.042s 2025-08-04 08:51:26,061 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da16272e-0362-4f54-b8c8-7531f5484df9', 'x-compute-request-id': 'req-da16272e-0362-4f54-b8c8-7531f5484df9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-34894796'} Body: b'' {7} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.250010s] ... 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 f905bdd3-be1d-489f-90ee-5ed27c066146 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:51:34,253 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.342s 2025-08-04 08:51:34,253 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-531074134"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f0538c6-27db-4c38-b352-9f7ac1aa7c18', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f0538c6-27db-4c38-b352-9f7ac1aa7c18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f905bdd3-be1d-489f-90ee-5ed27c066146", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.188938", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-531074134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:34,455 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.190s 2025-08-04 08:51:34,456 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1739243217"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da92f41c-f3ea-4e66-9afb-d482cccc1c7e', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da92f41c-f3ea-4e66-9afb-d482cccc1c7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bfa721b7-5b71-40c9-8f8a-9c2220181551", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.400075", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1739243217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bfa721b7-5b71-40c9-8f8a-9c2220181551"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bfa721b7-5b71-40c9-8f8a-9c2220181551"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:34,638 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.170s 2025-08-04 08:51:34,638 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-20493703 56"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b16ed1bc-8877-494a-ab18-7fffc673201a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b16ed1bc-8877-494a-ab18-7fffc673201a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "31e939aa-eff2-49fb-bfad-9c9723682a95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.584835", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2049370356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/31e939aa-eff2-49fb-bfad-9c9723682a95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/31e939aa-eff2-49fb-bfad-9c9723682a95"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:34,817 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.167s 2025-08-04 08:51:34,818 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1469586733"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc421e6-b91a-4a70-855d-ad6083c53592', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc421e6-b91a-4a70-855d-ad6083c53592', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "432ba648-4914-4a0e-8888-814ac72ea4f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.762538", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1469586733", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/432ba648-4914-4a0e-8888-814ac72ea4f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/432ba648-4914-4a0e-8888-814ac72ea4f1"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:35,040 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.210s 2025-08-04 08:51:35,040 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1717161570"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a40197-2c87-4abd-a73b-4d54c0c577eb', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a40197-2c87-4abd-a73b-4d54c0c577eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "473ae4ba-01ef-4 dfe-aa1a-6ef9575a71c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.943841", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1717161570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/473ae4ba-01ef-4dfe-aa1a-6ef9575a71c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/473ae4ba-01ef-4dfe-aa1a-6ef9575a71c3"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:35,090 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146 0.038s 2025-08-04 08:51:35,091 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa85373d-406f-446e-9ae4-4afd602ece6d', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa85373d-406f-446e-9ae4-4afd602ece6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146'} Body: b'{"volume": {"id": "f905bdd3-be1d-489f-90ee-5ed27c066146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.000000", "updated_at": "2025-08-04T08:51:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-531074134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b912ef2eb454ce8a4e626119303c46c"}}' 2025-08-04 08:51:36,145 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146 0.040s 2025-08-04 08:51:36,145 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac0095c-40f1-41ff-9204-7f1194d13bf4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac0095c-40f1-41ff-9204-7f1194d13bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146'} Body: b'{"volume": {"id": "f905bdd3-be1d-489f-90ee-5ed27c066146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.000000", "updated_at": "2025-08-04T08:51:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-531074134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}], "user_id ": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b912ef2eb454ce8a4e626119303c46c"}}' {9} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [165.825011s] ... 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 78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:49:05,817 99909 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-04 08:49:06,396 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.575s 2025-08-04 08:49:06,396 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2044345618", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-86ff259a-2315-456d-8c04-d38b8f71d1bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2044345618", "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": "44b566f25dc84fcf8ec1248c9fa00da5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "created_at": "2025-08-04T08:49:06Z", "updated_at": "2025-08-04T08:49:06Z", "tags": [], "self": "/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "file": "/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:49:07,575 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe/file 1.178s 2025-08-04 08:49:07,576 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f4ef4030-909d-48db-9dd7-0f52dfdb8608', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe/file'} Body: b'' 2025-08-04 08:49:07,576 99909 DEBUG [tempest.scenario.manager] image:e463e66b-60a1-4eaf-b3cc-ed00be9c38fe 2025-08-04 08:49:07,629 99909 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.050s 2025-08-04 08:49:07,629 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1378561889", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGCI2tknihgFEigj6JLNzbiwvJvWXjkP/VHRf9RNcnRSJsHfn8kJANPgrJruNVWCDw/jv9k+NmxEIendKbv3wrfs23lpX8LaxKjpyFcnHYIjchff6M4M1O36aroB0EiH9Q=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:07 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-d5fc3b5f-cf93-4cac-9873-e11ca07dedec', 'x-compute-request-id': 'req-d5fc3b5f-cf93-4cac-9873-e11ca07dedec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-137 8561889", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGCI2tknihgFEigj6JLNzbiwvJvWXjkP/VHRf9RNcnRSJsHfn8kJANPgrJruNVWCDw/jv9k+NmxEIendKbv3wrfs23lpX8LaxKjpyFcnHYIjchff6M4M1O36aroB0EiH9Q==", "fingerprint": "86:67:6a:17:a5:54:e4:35:d3:b8:8b:8e:bd:53:7a:ac", "user_id": "e014e37dff344e7b813c7097024e215f"}}' 2025-08-04 08:49:07,891 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2025-08-04 08:49:07,891 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49: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-eefa8f2d-1328-4159-b312-b0a224d11df6', '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": "e014e37dff344e7b813c7097024e215f", "name": "tempest-TestMinimumBasicScenario-188700274-project-member", "password_expires_at": null}, "audit_ids": ["n4p6E1pSRPev03QJQMgdkA"], "expires_at": "2025-08-04T09:49:07.000000Z", "issued_at": "2025-08-04T08:49:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44b566f25dc84fcf8ec1248c9fa00da5", "name": "tempest-TestMinimumBasicScenario-188700274"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/44b566f25dc84fcf8ec1248c9fa00da5", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:49:07,892 99909 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '4018946c-3854-485f-b6af-eb1029ccff33', 'name': 'tempest-TestMinimumBasicScenario-1297647040-network', 'tenant_id': '44b566f25dc84fcf8ec1248c9fa00da5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '44b566f25dc84fcf8ec1248c9fa00da5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21677, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:46:05Z', 'updated_at': '2025-08-04T08:46:05Z', 'revision_number': 1} available for tenant 2025-08-04 08:49:08,399 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.506s 2025-08-04 08:49:08,399 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1100029459", "imageRef": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "networks": [{"uuid": "4018946c-3854-485f-b6af-eb1029ccff33"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa64772d-fb52-4ec9-93cd-7719579f6b1a', 'x-compute-request-id': 'req-aa64772d-fb52-4ec9-93cd-7719579f6b1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wybgY4GPfNeG"}}' 2025-08-04 08:49:08,470 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.067s 2025-08-04 08:49:08,470 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c160a72d-7b9e-4d47-8a50-9080336ae363', 'x-compute-request-id': 'req-c160a72d-7b9e-4d47-8a50-9080336ae363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "BUILD", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT -AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "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-04 08:49:58,734 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.200s 2025-08-04 08:49:58,735 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afc21e01-b679-4e63-ba84-6850c0bc1b70', 'x-compute-request-id': 'req-afc21e01-b679-4e63-ba84-6850c0bc1b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:49:58,750 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:50:59,013 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.214s 2025-08-04 08:50:59,014 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b64049eb-92bc-4712-bb17-2270832e9746', 'x-compute-request-id': 'req-b64049eb-92bc-4712-bb17-2270832e9746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-46 36-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:50:59,309 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.281s 2025-08-04 08:50:59,310 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a826ff3f-6890-4d35-b159-f21a2bd5014b', 'x-compute-request-id': 'req-a826ff3f-6890-4d35-b159-f21a2bd5014b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}]}]}' 2025-08-04 08:50:59,516 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.202s 2025-08-04 08:50:59,516 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4d82ca5-66cb-4861-beea-7e7b2ed77116', 'x-compute-request-id': 'req-f4d82ca5-66cb-4861-beea-7e7b2ed77116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": " 92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:50:59,712 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-08-04 08:50:59,713 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-323051399", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a69c0f9f-5d16-4485-83d2-7ab821719d1d', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a69c0f9f-5d16-4485-83d2-7ab821719d1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:50:59.653153", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-323051399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:50:59,761 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.036s 2025-08-04 08:50:59,761 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dc58b35-67d3-4043-ba94-660f556c9eda', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dc58b35-67d3-4043-ba94-660f556c9eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'{"volume": {"id": "78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:00.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-323051399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:51:00,811 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.035s 2025-08-04 08:51:00,812 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-135b0b80-d9d3-405a-a6a0-c38ee3cd7d35', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-135b0b80-d9d3-405a-a6a0-c38ee3cd7d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'{"volume": {"id": "78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:00.000000", "updated_at": "2025-08-04T08:51:00.000000", "name": "tempest-TestMinimumBasicScenario-volume-323051399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:51:00,918 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.092s 2025-08-04 08:51:00,918 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d2b41a-d773-44db-b524-ef697c5a5085', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'' 2025-08-04 08:51:00,938 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.019s 2025-08-04 08:51:00,938 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id' : 'req-3b133c36-ed1d-4ef4-930d-e112f9ef0bdb', 'x-openstack-request-id': 'req-3b133c36-ed1d-4ef4-930d-e112f9ef0bdb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 could not be found."}}' 2025-08-04 08:51:01,052 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.113s 2025-08-04 08:51:01,053 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-c97f5343-1e1e-4533-a9e5-02125c923f96', 'x-compute-request-id': 'req-c97f5343-1e1e-4533-a9e5-02125c923f96', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'' 2025-08-04 08:51:01,256 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.203s 2025-08-04 08:51:01,257 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:01 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-87145474-3d03-4cba-9b72-388a6e2d1ff0', 'x-compute-request-id': 'req-87145474-3d03-4cba-9b72-388a6e2d1ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:51:01Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:51:51,506 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1 /servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.201s 2025-08-04 08:51:51,506 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-92ca2c64-1690-4d7c-9e91-3bdc16e0084e', 'x-compute-request-id': 'req-92ca2c64-1690-4d7c-9e91-3bdc16e0084e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 045e9e1c-74b7-4636-abe6-dd73a2725999 could not be found."}}' 2025-08-04 08:51:51,544 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1378561889 0.037s 2025-08-04 08:51:51,544 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-a0813787-7476-42d4-aa72-a3d91f458552', 'x-compute-request-id': 'req-a0813787-7476-42d4-aa72-a3d91f458552', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1378561889'} Body: b'' 2025-08-04 08:51:51,640 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe 0.095s 2025-08-04 08:51:51,641 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2e84fc3a-2817-4cb0-9db2-8ec49e9f8856', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe'} Body: b'' {7} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal [1.694428s] ... 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 229202e1-405d-4f65-b051-e9a7362fdb1f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:51:50,643 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.428s 2025-08-04 08:51:50,644 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1071279118", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84050ef8-f3be-4f6b-8b8c-5026a74569df', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84050ef8-f3be-4f6b-8b8c-5026a74569df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "229202e1-405d-4f65-b051-e9a7362fdb1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:50.580345", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1071279118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}], "user_id": "e21ec1fb29c945c4a9c17364721b832d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:50,695 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.039s 2025-08-04 08:51:50,695 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f4992f-a26c-4890-bfcf-50798c4110c6', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f4992f-a26c-4890-bfcf-50798c4110c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'{"volume": {"id": "229202e1-405d-4f65-b051-e9a7362fdb1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:51.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1071279118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}], "user_id": "e21ec1fb29c945c4a9c17364721b832d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3dfdd415f7d4ae582a230f4c394e1d7"}}' 2025-08-04 08:51:51,752 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.042s 2025-08-04 08:51:51,753 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-be9be77e-396c-4093-863d-d848f1707fb4', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9be77e-396c-4093-863d-d848f1707fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'{"volume": {"id": "229202e1-405d-4f65-b051-e9a7362fdb1f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:51.000000", "updated_at": "2025-08-04T08:51:51.000000", "name": "tempest-SnapshotDependencyTests-volume-1071279118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}], "user_id": "e21ec1fb29c945c4a9c17364721b832d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3dfdd415f7d4ae582a230f4c394e1d7"}}' 2025-08-04 08:51:51,885 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.118s 2025-08-04 08:51:51,885 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-8b6565c8-c4d6-4e48-88e3-83d91065885b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'' 2025-08-04 08:51:51,908 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.022s 2025-08-04 08:51:51,909 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-467a5aea-a148-41a6-9983-fe7cd9e7ba48', 'x-openstack-request-id': 'req-467a5aea-a148-41a6-9983-fe7cd9e7ba48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 229202e1-405d-4f65-b051-e9a7362fdb1f could not be found."}}' ============================== Failed 112 tests - output below: ============================== 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 67bc6c58-e3e5-4476-82f9-53079eee3ee2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:24,799 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.537s 2025-08-04 08:30:24,800 99897 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-1055641072"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8f780e-39ac-473a-a745-5d7be2e86b51', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8f780e-39ac-473a-a745-5d7be2e86b51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:24.632814", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:30:25,128 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.313s 2025-08-04 08:30:25,128 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ee948d-c922-40ad-8494-0199c24b0075', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ee948d-c922-40ad-8494-0199c24b0075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:25.000000", "updated_at": "2025-08-04T08:30:25.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5324fa7b9fd4a1c99d12aec2ac56bd9"}}' 2025-08-04 08:30:26,218 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.075s 2025-08-04 08:30:26,219 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30 :26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abca474-f65b-459f-afd2-c378f58d16bb', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abca474-f65b-459f-afd2-c378f58d16bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:25.000000", "updated_at": "2025-08-04T08:30:25.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5324fa7b9fd4a1c99d12aec2ac56bd9"}}' 2025-08-04 08:30:26,299 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.065s 2025-08-04 08:30:26,299 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae2de4a-42dc-4828-8810-4987d132f6ef', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae2de4a-42dc-4828-8810-4987d132f6ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"volume": {"id": "67bc6c58-e3e5-4476-82f9-53079eee3ee2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:25.000000", "updated_at": "2025-08-04T08:30:25.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1055641072", "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/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2"}], "user_id": "990ae318f76649a794d7e8df6eebfbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5324fa7b9fd4a1c99d12aec2ac56bd9"}}' 2025-08-04 08:30:26,557 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.243s 2025-08-04 08:30:26,557 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d932f001-722f-4c7f-ba4a-b3b60ce936fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'' 2025-08-04 08:30:26,579 99897 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2 0.021s 2025-08-04 08:30:26,580 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d521bf08-c24e-46a9-8d3f-aa8c09b41c9f', 'x-openstack-request-id': 'req-d521bf08-c24e-46a9-8d3f-aa8c09b41c9f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67bc6c58-e3e5-4476-82f9-53079eee3ee2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 67bc6c58-e3e5-4476-82f9-53079eee3ee2 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 ac946b5e-a898-4e80-a39b-24f5f9a2d543 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:51,818 99913 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.118s 2025-08-04 08:30:51,818 99913 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-1527959707"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c571ea6-0b41-48ab-9a52-f88797f73e09', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c571ea6-0b41-48ab-9a52-f88797f73e09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "8f906849-3bf2-472b-aa50-b8ec9038272e", "name": "tempest-GroupsTest-volume-type-1527959707", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:30:51,861 99913 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.039s 2025-08-04 08:30:51,861 99913 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-135282413"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35f584d0-017b-4e5b-9dda-a7250df2d2a1', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35f584d0-017b-4e5b-9dda-a7250df2d2a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "3d6f3899-da31-4b25-899e-19de05781218", "name": "tempest-GroupsTest-group-type-135282413", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:30:52,175 99913 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.310s 2025-08-04 08:30:52,175 99913 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": "3d6f3899-da31-4b25-899e-19de05781218", "volume_types": ["8f906849-3bf2-472b-aa50-b8ec9038272e"], "name": "tempest-Group1-40590235"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826c4f28-ab89-43bf-8b68-e54e898547e7', 'content-length': '92', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826c4f28-ab89-43bf-8b68-e54e898547e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "ac946b5e-a898-4e80-a39b-24f5f9a2d543", "name": "tempest-Group1-40590235"}}' 2025-08-04 08:30:52,235 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543 0.057s 2025-08-04 08:30:52,235 99913 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': 'Mon, 04 Aug 2025 08:30:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request- id': 'req-5e4e6f7a-d07f-4821-999f-6c5a37102e5b', 'content-length': '317', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e4e6f7a-d07f-4821-999f-6c5a37102e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543'} Body: b'{"group": {"id": "ac946b5e-a898-4e80-a39b-24f5f9a2d543", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:30:52.000000", "name": "tempest-Group1-40590235", "description": null, "group_type": "3d6f3899-da31-4b25-899e-19de05781218", "volume_types": ["8f906849-3bf2-472b-aa50-b8ec9038272e"]}}' 2025-08-04 08:30:53,287 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543 0.046s 2025-08-04 08:30:53,288 99913 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': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e6fb91-ecf2-4628-b0c1-40ab700fbe41', 'content-length': '317', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e6fb91-ecf2-4628-b0c1-40ab700fbe41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543'} Body: b'{"group": {"id": "ac946b5e-a898-4e80-a39b-24f5f9a2d543", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:30:52.000000", "name": "tempest-Group1-40590235", "description": null, "group_type": "3d6f3899-da31-4b25-899e-19de05781218", "volume_types": ["8f906849-3bf2-472b-aa50-b8ec9038272e"]}}' 2025-08-04 08:30:53,364 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.066s 2025-08-04 08:30:53,365 99913 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': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee565394-47df-4988-9543-f7f6857800fe', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee565394-47df-4988-9543-f7f6857800fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:30:53,471 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543/action 0.092s 2025-08-04 08:30:53,471 99913 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': 'Mon, 04 Aug 2025 08:30:53 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-d5e8a354-0034-403c-ab0b-eb4b6bad513f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543/action'} Body: b'' 2025-08-04 08:30:53,488 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543 0.016s 2025-08-04 08:30:53,488 99913 D EBUG [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': 'Mon, 04 Aug 2025 08:30:53 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-59da8e5a-c112-4c96-8eca-b5b8e4826d6e', 'x-openstack-request-id': 'req-59da8e5a-c112-4c96-8eca-b5b8e4826d6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/ac946b5e-a898-4e80-a39b-24f5f9a2d543'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ac946b5e-a898-4e80-a39b-24f5f9a2d543 could not be found."}}' 2025-08-04 08:30:53,519 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/3d6f3899-da31-4b25-899e-19de05781218 0.031s 2025-08-04 08:30:53,520 99913 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': 'Mon, 04 Aug 2025 08:30:53 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-f58a548f-074e-417a-95d0-01163eacfb72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/3d6f3899-da31-4b25-899e-19de05781218'} Body: b'' 2025-08-04 08:30:53,583 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e 0.062s 2025-08-04 08:30:53,583 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30: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-057d682b-60d3-49f9-ad31-864ad60f3371', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e'} Body: b'' 2025-08-04 08:30:53,599 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e 0.015s 2025-08-04 08:30:53,599 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 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-7c20daa9-68bd-4444-a81e-3070523660c1', 'x-openstack-request-id': 'req-7c20daa9-68bd-4444-a81e-3070523660c1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/8f906849-3bf2-472b-aa50-b8ec9038272e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8f906849-3bf2-472b-aa50-b8ec9038272e 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 0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:53,632 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.030s 2025-08-04 08:30:53,632 99913 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-593791850"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cedad17-2e34-4337-bee8-0816dca243fc', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cedad17-2e34-4337-bee8-0816dca243fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "10bd1983-431d-4ba0-9c3f-565df800bd05", "name": "tempest-GroupsTest-volume-type-593791850", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:30:53,668 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.032s 2025-08-04 08:30:53,668 99913 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-928497491"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-269f3eb6-88a7-46ce-8c1c-f7975c5bc12e', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-269f3eb6-88a7-46ce-8c1c-f7975c5bc12e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "name": "tempest-GroupsTest-group-type-928497491", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:30:53,750 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.078s 2025-08-04 08:30:53,750 99913 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": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "volume_types": ["10bd1983-431d-4ba0-9c3f-565df800bd05"], "name": "tempest-GroupsTest-Group-1617588430"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-509cf179-c1fb-498c-92d9-93723023975f', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-509cf179-c1fb-498c-92d9-93723023975f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "0ae1c78b-7749-4d47-8320-0ecb4c8de7b7", "name": "tempest-GroupsTest-Group-1617588430"}}' 2025-08-04 08:30:53,779 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 0.027s 2025-08-04 08:30:53,779 99913 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': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb3452e-ef86-4056-b831-facd9dab6dd f', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb3452e-ef86-4056-b831-facd9dab6ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7'} Body: b'{"group": {"id": "0ae1c78b-7749-4d47-8320-0ecb4c8de7b7", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:30:54.000000", "name": "tempest-GroupsTest-Group-1617588430", "description": null, "group_type": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "volume_types": ["10bd1983-431d-4ba0-9c3f-565df800bd05"]}}' 2025-08-04 08:30:54,817 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 0.029s 2025-08-04 08:30:54,817 99913 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': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3115f7-bd3c-4cfc-ae21-82696724c96b', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3115f7-bd3c-4cfc-ae21-82696724c96b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7'} Body: b'{"group": {"id": "0ae1c78b-7749-4d47-8320-0ecb4c8de7b7", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:30:54.000000", "name": "tempest-GroupsTest-Group-1617588430", "description": null, "group_type": "ce177f7d-ea05-43ea-af21-af839bfb3afe", "volume_types": ["10bd1983-431d-4ba0-9c3f-565df800bd05"]}}' 2025-08-04 08:30:54,851 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.028s 2025-08-04 08:30:54,851 99913 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': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a472bc6d-3a4e-4b75-9720-fe8195d596e6', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a472bc6d-3a4e-4b75-9720-fe8195d596e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:30:54,948 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7/action 0.073s 2025-08-04 08:30:54,949 99913 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': 'Mon, 04 Aug 2025 08:30:54 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-82271e99-8961-480c-b778-5128cc8f7598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7/action'} Body: b'' 2025-08-04 08:30:54,965 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 0.014s 2025-08-04 08:30:54,965 99913 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': 'Mon, 04 Aug 2025 08:30:54 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-b7a66818-72aa-4554-a1b5-459be854f4af', 'x-openstack-request-id': 'req-b7a66818-72aa-4554-a1b5-459be854f4af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/0ae1c78b-7749-4d47-8320-0ecb4c8de7b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0ae1c78b-7749-4d47-8320-0ecb4c8de7b7 could not be found."}}' 2025-08-04 08:30:54,992 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/ce177f7d-ea05-43ea-af21-af839bfb3afe 0.027s 2025-08-04 08:30:54,993 99913 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': 'Mon, 04 Aug 2025 08:30:54 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-54858712-6d81-42cb-93df-bbea7426e5a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/ce177f7d-ea05-43ea-af21-af839bfb3afe'} Body: b'' 2025-08-04 08:30:55,035 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05 0.041s 2025-08-04 08:30:55,035 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30: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-da4fd3fe-dbea-4018-a249-46fe546ab29e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05'} Body: b'' 2025-08-04 08:30:55,050 99913 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05 0.014s 2025-08-04 08:30:55,051 99913 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:55 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-94062f8c-d2f4-4201-ba84-18631dd0ba75', 'x-openstack-request-id': 'req-94062f8c-d2f4-4201-ba84-18631dd0ba75', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/10bd1983-431d-4ba0-9c3f-565df800bd05'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 10bd1983-431d-4ba0-9c3f-565df800bd05 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 370156f5-5a1d-4731-81c1-347fc40b33b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:07,134 99901 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.696s 2025-08-04 08:31:07,135 99901 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-449319498", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0cf56e-7592-4ddd-8529-454917e6abc0', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0cf56e-7592-4ddd-8529-454917e6abc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "370156f5-5a1d-4731-81c1-347fc40b33b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.074916", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-449319498", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}], "user_id": "d19cba56a3d0485ab75ecd8c4ecb7b66", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:07,191 99901 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1 0.043s 2025-08-04 08:31:07,191 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a153ed31-ba8e-40de-9c9d-77b7e88bdcbc', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a153ed31-ba8e-40de-9c9d-77b7e88bdcbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1'} Body: b'{"volume": {"id": "370156f5-5a1d-4731-81c1-347fc40b33b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-449319498", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}], "user_id": "d19cba56a3d0485ab75ecd8c4ecb7b66", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "332fe2524dac40fc852230b176cbb52d"}}' 2025-08-04 08:31:08,240 99901 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1 0.033s 2025-08-04 08:31:08,240 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-ec08f570-cc61-43ff-97fb-b400196bad81', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec08f570-cc61-43ff-97fb-b400196bad81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1'} Body: b'{"volume": {"id": "370156f5-5a1d-4731-81c1-347fc40b33b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": "2025-08-04T08:31:07.000000", "name": "tempest-TaggedBootDevicesTest-volume-449319498", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/370156f5-5a1d-4731-81c1-347fc40b33b1"}], "user_id": "d19cba56a3d0485ab75ecd8c4ecb7b66", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "332fe2524dac40fc852230b176cbb52d"}}' 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 99f246b9-48e2-4834-ae72-b7abc4358696 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:07,533 99891 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.333s 2025-08-04 08:31:07,533 99891 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-584887286"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619681ef-e178-424b-aab9-0a680831362e', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619681ef-e178-424b-aab9-0a680831362e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99f246b9-48e2-4834-ae72-b7abc4358696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.468874", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-584887286", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}], "user_id": "56a2b719b3d24b49a87927ab11cb7db9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:07,582 99891 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696 0.036s 2025-08-04 08:31:07,583 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdc50f61-6251-4764-a4f3-5c935d84a26f', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdc50f61-6251-4764-a4f3-5c935d84a26f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696'} Body: b'{"volume": {"id": "99f246b9-48e2-4834-ae72-b7abc4358696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-584887286", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}], "user_id": "56a2b719b3d24b49a87927ab11cb7db9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2db1f3153c947a4a77a5f9728bb9241"}}' 2025-08-04 08:31:08,636 99891 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696 0.037s 2025-08-04 08:31:08,636 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-effd2af9-162c-470a-bb4e-3c84d643aec6', 'content-length': '834', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-effd2af9-162c-470a-bb4e-3c84d643aec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696'} Body: b'{"volume": {"id": "99f246b9-48e2-4834-ae72-b7abc4358696", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:07.000000", "updated_at": "2025-08-04T08:31:08.000000", "name": "tempest-TestVolumeSwap-volume-584887286", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f246b9-48e2-4834-ae72-b7abc4358696"}], "user_id": "56a2b719b3d24b49a87927ab11cb7db9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b2db1f3153c947a4a77a5f9728bb9241"}}' 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 6629e64b-08e6-45c7-b57b-38861f78bc7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:11,690 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 4.249s 2025-08-04 08:31:11,691 99899 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-1280118448"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3163ec26-0ea0-47d5-bafa-c3c6487aac5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc","name":"tempest-tagged-attachments-test-net-1280118448","tenant_id":"6e1bb8f997bf4155aacdd889b2b003bd","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"6e1bb8f997bf4155aacdd889b2b003bd","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-04T08:31:10Z","updated_at":"2025-08-04T08:31:10Z","revision_number":1}}' 2025-08-04 08:31:14,109 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 2.417s 2025-08-04 08:31:14,109 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-95717d2c-6518-4fe8-977f-a7ca32b1fe3c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"dab2d877-a112-4f30-a243-37940622b454","name":"","tenant_id":"6e1bb8f997bf4155aacdd889b2b003bd","network_id":"1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc","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-04T08:31:13Z","updated_at":"2025-08-04T08:31:13Z","revision_number":0,"project_id":"6e1bb8f997bf4155aacdd889b2b003bd"}}' 2025-08-04 08:31:14,354 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.243s 2025-08-04 08:31:14,354 99899 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-1558150653"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cee6b191-0724-4351-94a9-b55c7fbcf796', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cee6b191-0724-4351-94a9-b55c7fbcf796', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6629e64b-08e6-45c7-b57b-38861f78bc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:14.265502", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-15581506 53", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}], "user_id": "1a84909be4b94b6a98d6291b6e1fa4b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:14,412 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b 0.045s 2025-08-04 08:31:14,413 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7df301f-be5b-4a19-a179-60f8a96c6f97', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7df301f-be5b-4a19-a179-60f8a96c6f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b'} Body: b'{"volume": {"id": "6629e64b-08e6-45c7-b57b-38861f78bc7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:14.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1558150653", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}], "user_id": "1a84909be4b94b6a98d6291b6e1fa4b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e1bb8f997bf4155aacdd889b2b003bd"}}' 2025-08-04 08:31:15,540 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b 0.102s 2025-08-04 08:31:15,540 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d542edf2-e1fe-4072-a3bf-d27edd141539', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d542edf2-e1fe-4072-a3bf-d27edd141539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b'} Body: b'{"volume": {"id": "6629e64b-08e6-45c7-b57b-38861f78bc7b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:14.000000", "updated_at": "2025-08-04T08:31:14.000000", "name": "tempest-TaggedAttachmentsTest-volume-1558150653", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6629e64b-08e6-45c7-b57b-38861f78bc7b"}], "user_id": "1a84909be4b94b6a98d6291b6e1fa4b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e1bb8f997bf4155aacdd889b2b003bd"}}' 2025-08-04 08:31:1 6,257 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/dab2d877-a112-4f30-a243-37940622b454 0.701s 2025-08-04 08:31:16,257 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e362e8da-17b7-44ce-b28c-28b388857392', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/dab2d877-a112-4f30-a243-37940622b454'} Body: b'' 2025-08-04 08:31:18,669 99899 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc 2.410s 2025-08-04 08:31:18,669 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6061113a-9e98-44e9-9586-d8ec919f1b04', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/1b6413c6-1f11-4adb-ac2b-ccbb4ea2d0bc'} 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 fa823542-9733-43b3-b4bd-72230d557b33 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 775be894-3dca-434d-b843-54d9f23af034 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 e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:27,736 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.459s 2025-08-04 08:31:27,737 99913 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-2053274721"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192b5c95-611a-4101-befa-2f4302a1bc44', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192b5c95-611a-4101-befa-2f4302a1bc44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:27.664248", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2053274721", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:27,798 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce 0.048s 2025-08-04 08:31:27,798 99913 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': 'Mon, 04 Aug 2025 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7d1773-b7e8-4e25-85c6-eceaf6b430be', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7d1773-b7e8-4e25-85c6-eceaf6b430be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce'} Body: b'{"volume": {"id": "e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2053274721", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:28,849 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce 0.036s 2025-08-04 08:31:28,850 99913 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': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bf6615c-a4be-4d4f-8e54-cdfb41504e83', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bf6615c-a4be-4d4f-8e54-cdfb41504e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce'} Body: b'{"volume": {"id": "e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": "2025-08-04T08:31:28.000000", "name": "tempest-VolumeDependencyTests-Volume-2053274721", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e3e3ac64-f1f6-4dd3-9b80-256a4a0573ce"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 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 90fd10b1-64cb-46b4-82ed-d9e76bf4cb23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:28,051 99895 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.622s 2025-08-04 08:31:28,052 99895 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-1233671207"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4343c55a-2559-4bcb-82fc-951e9dfdf4e3', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4343c55a-2559-4bcb-82fc-951e9dfdf4e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "90fd10b1-64cb-46b4-82ed-d9e76bf4cb23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:27.945893", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1233671207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}], "user_id": "694589cbd2ff497ca0643382e5102783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-04 08:31:28,154 99895 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23 0.088s 2025-08-04 08:31:28,154 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e048c75-6f5a-4bef-bbdd-74f40edae20b', 'content-length': '965', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e048c75-6f5a-4bef-bbdd-74f40edae20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23'} Body: b'{"volume": {"id": "90fd10b1-64cb-46b4-82ed-d9e76bf4cb23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1233671207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}], "user_id": "694589cbd2ff497ca0643382e5102783", "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": "a9a7e1a5d14f4570a7f2dca1d09b7528"}}' 2025-08-04 08:31:29,210 99895 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23 0.038s 2025-08-04 08:31:29,210 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bcba332-b611-4b6b-bd82-59f9395c9e92', 'content-length': '986', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bcba332-b611-4b6b-bd82-59f9395c9e92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23'} Body: b'{"volume": {"id": "90fd10b1-64cb-46b4-82ed-d9e76bf4cb23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:28.000000", "updated_at": "2025-08-04T08:31:28.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1233671207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/90fd10b1-64cb-46b4-82ed-d9e76bf4cb23"}], "user_id": "694589cbd2ff497ca0643382e5102783", "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": "a9a7e1a5d14f4570a7f2dca1d09b7528"}}' 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 9cf82187-7607-4035-ac00-0e0dd095effd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:29,162 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.295s 2025-08-04 08:31:29,163 99913 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-1722506616"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5559527-273c-44e4-9177-ede17fd731f6', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5559527-273c-44e4-9177-ede17fd731f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9cf82187-7607-4035-ac00-0e0dd095effd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:29.079800", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1722506616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:29,210 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd 0.035s 2025-08-04 08:31:29,211 99913 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': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2650484f-ebc7-4d63-a53c-1015ef65ec79', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2650484f-ebc7-4d63-a53c-1015ef65ec79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd'} Body: b'{"volume": {"id": "9cf82187-7607-4035-ac00-0e0dd095effd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:29.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1722506616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:30,283 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd 0.052s 2025-08-04 08:31:30,284 99913 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': 'Mo n, 04 Aug 2025 08:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed5fca31-05af-473d-9c17-339f3e479b7e', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed5fca31-05af-473d-9c17-339f3e479b7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd'} Body: b'{"volume": {"id": "9cf82187-7607-4035-ac00-0e0dd095effd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:29.000000", "updated_at": "2025-08-04T08:31:29.000000", "name": "tempest-VolumeDependencyTests-Volume-1722506616", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9cf82187-7607-4035-ac00-0e0dd095effd"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 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 a3bf0daa-3364-41f3-adef-4d4ecdef6f40 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:30,487 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.184s 2025-08-04 08:31:30,487 99913 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-2008039364"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec2b3bc-b69f-4ad8-bcfd-79c1fc4e8293', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec2b3bc-b69f-4ad8-bcfd-79c1fc4e8293', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a3bf0daa-3364-41f3-adef-4d4ecdef6f40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:30.417122", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2008039364", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:30,544 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40 0.044s 2025-08-04 08:31:30,544 99913 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': 'Mon, 04 Aug 2025 08:31:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b9d0596-88c0-4966-b1e6-502e0b5af4a1', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b9d0596-88c0-4966-b1e6-502e0b5af4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40'} Body: b'{"volume": {"id": "a3bf0daa-3364-41f3-adef-4d4ecdef6f40", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:30.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2008039364", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:31,600 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40 0.040s 2025-08-04 08:31:31,600 99913 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': 'Mon, 04 Aug 2025 08:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05db6a08-039e-470e-881f-a90b461381fb', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05db6a08-039e-470e-881f-a90b461381fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40'} Body: b'{"volume": {"id": "a3bf0daa-3364-41f3-adef-4d4ecdef6f40", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:30.000000", "updated_at": "2025-08-04T08:31:31.000000", "name": "tempest-VolumeDependencyTests-Volume-2008039364", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a3bf0daa-3364-41f3-adef-4d4ecdef6f40"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 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 d61621e5-1ad2-4217-b0ef-7e014c3fba35 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:31,814 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.199s 2025-08-04 08:31:31,815 99913 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-777329495"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c80e5b67-671d-4045-ae29-afb0d79412b6', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c80e5b67-671d-4045-ae29-afb0d79412b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d61621e5-1ad2-4217-b0ef-7e014c3fba35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:31.749500", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-777329495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:31:31,986 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35 0.160s 2025-08-04 08:31:31,987 99913 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': 'Mon, 04 Aug 2025 08:31:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce41c1f4-ecad-456b-ad38-80230d25aa08', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce41c1f4-ecad-456b-ad38-80230d25aa08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35'} Body: b'{"volume": {"id": "d61621e5-1ad2-4217-b0ef-7e014c3fba35", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:32.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-777329495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 2025-08-04 08:31:33,041 99913 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35 0.039s 2025-08-04 08:31:33,042 99913 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': 'Mon, 04 Aug 2025 08:31:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54c459a-88f9-4c91-8b0c-e3f46648cdf1', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54c459a-88f9-4c91-8b0c-e3f46648cdf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35'} Body: b'{"volume": {"id": "d61621e5-1ad2-4217-b0ef-7e014c3fba35", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:32.000000", "updated_at": "2025-08-04T08:31:32.000000", "name": "tempest-VolumeDependencyTests-Volume-777329495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d61621e5-1ad2-4217-b0ef-7e014c3fba35"}], "user_id": "4c4588952f6a440983b7293ea6ed431c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f3ce560d96d3437b801f77883c2161f8"}}' 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 3dac989b-6b56-419b-8452-23a3b35248a5 failed to build and is in ERROR status 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 2e2956db-9800-425d-be94-d8c94a00925d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:40,234 99901 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.143s 2025-08-04 08:31:40,234 99901 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-1448265505"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50c52aa-799b-433d-9e71-8b883d831453', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50c52aa-799b-433d-9e71-8b883d831453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "818e90d3-a86a-4f4e-8d44-c6f5b1cc5949", "name": "tempest-GroupSnapshotsTest-volume-type-1448265505", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:31:40,270 99901 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.033s 2025-08-04 08:31:40,271 99901 DEBUG [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-1064434566"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-962bb2c1-c054-4b19-a49e-a15dea4e3cb2', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-962bb2c1-c054-4b19-a49e-a15dea4e3cb2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "name": "tempest-GroupSnapshotsTest-group-type-1064434566", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:31:40,493 99901 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.219s 2025-08-04 08:31:40,493 99901 DEBUG [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": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "volume_types": ["818e90d3-a86a-4f4e-8d44-c6f5b1cc5949"], "name": "tempest-GroupSnapshotsTest-Group-1277769325"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47070670-2d71-4887-9532-3cdbd5751a65', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47070670-2d71-4887-9532-3cdbd5751a65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2e2956db-9800-425d-be94-d8c94a00925d", "name": "tempest-GroupSnapshotsTest-Group-1277769325"}}' 2025-08-04 08:31:40,547 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d 0.050s 2025-08-04 08:31:40,547 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7443ecb1-24ee-443e-a9fe-149d4257268d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7443ecb1-24ee-443e-a9fe-149d4257268d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d'} Body: b'{"group": {"id": "2e2956db-9800-425d-be94-d8c94a00925d", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:31:40.000000", "name": "tempest-GroupSnapshotsTest-Group-1277769325", "description": null, "group_type": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "volume_types": ["818e90d3-a86a-4f4e-8d44-c6f5b1cc5949"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:41,871 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d 0.289s 2025-08-04 08:31:41,871 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec93c935-aa20-4a84-ac04-e7f380ab1039', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec93c935-aa20-4a84-ac04-e7f380ab1039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d'} Body: b'{"group": {"id": "2e2956db-9800-425d-be94-d8c94a00925d", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:31:40.000000", "name": "tempest-GroupSnapshotsTest-Group-1277769325", "description": null, "group_type": "6214242b-fc2e-4d03-abc3-4d493ca9e223", "volume_types": ["818e90d3-a86a-4f4e-8d44-c6f5b1cc5949"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:42,265 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.388s 2025-08-04 08:31:42,266 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-827bbcf0-e78b-424c-8edc-d74838df5ec7', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827bbcf0-e78b-424c-8edc-d74838df5ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:31:42,411 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d/action 0.117s 2025-08-04 08:31:42,412 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 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-e0bda04c-baef-42c7-9ecf-9ea7ae14154c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/grou ps/2e2956db-9800-425d-be94-d8c94a00925d/action'} Body: b'' 2025-08-04 08:31:42,438 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d 0.026s 2025-08-04 08:31:42,438 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 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-0c7fd6d7-f3d5-4ff3-9251-16111b393912', 'x-openstack-request-id': 'req-0c7fd6d7-f3d5-4ff3-9251-16111b393912', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2e2956db-9800-425d-be94-d8c94a00925d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2e2956db-9800-425d-be94-d8c94a00925d could not be found."}}' 2025-08-04 08:31:42,487 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/6214242b-fc2e-4d03-abc3-4d493ca9e223 0.048s 2025-08-04 08:31:42,487 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 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-14982c24-7919-42f0-8dda-6b722c9269f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/6214242b-fc2e-4d03-abc3-4d493ca9e223'} Body: b'' 2025-08-04 08:31:42,554 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949 0.066s 2025-08-04 08:31:42,554 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f5e7cb-5fa1-4026-ab82-a00a51bc7ed3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949'} Body: b'' 2025-08-04 08:31:42,582 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949 0.026s 2025-08-04 08:31:42,582 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 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-227fdf7e-0ef9-4e69-a36e-5250f3f85c0b', 'x-openstack-request-id': 'req-227fdf7e-0ef9-4e69-a36e-5250f3f85c0b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/818e90d3-a86a-4f4e-8d44-c6f5b1cc5949'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 818e90d3-a86a-4f4e-8d44-c6f5b1cc5949 could not be found."}}' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 d78d96d4-8f30-4271-896a-e735e4bc09d7 failed to build and is in ERROR status 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 86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:42,661 99901 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.076s 2025-08-04 08:31:42,661 99901 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-1660805600"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e6cec34-db4d-4e48-879c-977b3387cb49', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e6cec34-db4d-4e48-879c-977b3387cb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c5b15685-e4bc-4366-ad07-79e8a982c0a6", "name": "tempest-GroupSnapshotsTest-volume-type-1660805600", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:31:42,699 99901 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.035s 2025-08-04 08:31:42,699 99901 DEBUG [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-1317039168"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5074ad7c-8557-4bcc-a572-ab9160189e6a', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5074ad7c-8557-4bcc-a572-ab9160189e6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "name": "tempest-GroupSnapshotsTest-group-type-1317039168", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:31:42,866 99901 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.164s 2025-08-04 08:31:42,866 99901 DEBUG [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": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "volume_types": ["c5b15685-e4bc-4366-ad07-79e8a982c0a6"], "name": "tempest-GroupSnapshotsTest-Group-168633316"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fd55ac7-aa5d-4adb-8f58-457876774630', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd55ac7-aa5d-4adb-8f58-457876774630', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2", "name": "tempest-GroupSnapshotsTest-Group-168633316"}}' 2025-08-04 08:31:42,942 99901 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/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 0.074s 2025-08-04 08:31:42,942 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90521e99-a3b1-4e7b-9f1d-2bbb45d211fb', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90521e99-a3b1-4e7b-9f1d-2bbb45d211fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2'} Body: b'{"group": {"id": "86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:31:43.000000", "name": "tempest-GroupSnapshotsTest-Group-168633316", "description": null, "group_type": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "volume_types": ["c5b15685-e4bc-4366-ad07-79e8a982c0a6"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:43,995 99901 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/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 0.047s 2025-08-04 08:31:43,995 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2124fae2-9409-4f61-90ba-025ceffa1f88', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2124fae2-9409-4f61-90ba-025ceffa1f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2'} Body: b'{"group": {"id": "86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:31:43.000000", "name": "tempest-GroupSnapshotsTest-Group-168633316", "description": null, "group_type": "76f64a00-be5e-42e6-9a33-dd87af5ae312", "volume_types": ["c5b15685-e4bc-4366-ad07-79e8a982c0a6"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:44,000 99901 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-04 08:31:44,083 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.082s 2025-08-04 08:31:44,084 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06cd70e7-1cc9-4011-a677-278ae46fe4b5', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06cd70e7-1cc9-4011-a677-278ae46fe4b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:31:44,153 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2/action 0.055s 2025-08-04 08:31:44,153 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text /html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bfe677e-85c1-4815-9b5f-b0985512698c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2/action'} Body: b'' 2025-08-04 08:31:44,189 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 0.035s 2025-08-04 08:31:44,189 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-950a9444-5a25-45f2-8c5f-6b6c91e75986', 'x-openstack-request-id': 'req-950a9444-5a25-45f2-8c5f-6b6c91e75986', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 86ae1801-77e3-436c-8ac6-e7f2bcdcc6a2 could not be found."}}' 2025-08-04 08:31:44,226 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/76f64a00-be5e-42e6-9a33-dd87af5ae312 0.036s 2025-08-04 08:31:44,227 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da62b767-a284-427f-b46e-a43c26065f72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/76f64a00-be5e-42e6-9a33-dd87af5ae312'} Body: b'' 2025-08-04 08:31:44,272 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c5b15685-e4bc-4366-ad07-79e8a982c0a6 0.044s 2025-08-04 08:31:44,272 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee1a3995-02d9-4778-8895-e9dc045478b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c5b15685-e4bc-4366-ad07-79e8a982c0a6'} Body: b'' 2025-08-04 08:31:44,290 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c5b15685-e4bc-4366-ad07-79e8a982c0a6 0.017s 2025-08-04 08:31:44,290 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-438a2393-0d4e-4dbc-8322-6595eeaac481', 'x-openstack-request-id': 'req-438a2393-0d4e-4dbc-8322-6595eeaac481', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c5b15685- e4bc-4366-ad07-79e8a982c0a6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c5b15685-e4bc-4366-ad07-79e8a982c0a6 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 10d50329-3ef3-4490-b49c-11c72ffab204 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:44,330 99901 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.036s 2025-08-04 08:31:44,330 99901 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-532087570"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82264893-b6d3-4600-b429-99242d088f72', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82264893-b6d3-4600-b429-99242d088f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "b6c41d44-c5fe-49fd-9d44-0da715cd3d0a", "name": "tempest-GroupSnapshotsTest-volume-type-532087570", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:31:44,365 99901 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.031s 2025-08-04 08:31:44,365 99901 DEBUG [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-1934795043"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-365c69b4-d8a6-4785-8309-4eebdebabaed', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-365c69b4-d8a6-4785-8309-4eebdebabaed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "08bedf0c-79e3-4437-881c-4c2553ca915b", "name": "tempest-GroupSnapshotsTest-group-type-1934795043", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:31:44,499 99901 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.130s 2025-08-04 08:31:44,499 99901 DEBUG [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": "08bedf0c-79e3-4437-881c-4c2553ca915b", "volume_types": ["b6c41d44-c5fe-49fd-9d44-0da715cd3d0a"], "name": "tempest-GroupSnapshotsTest-Group-1544561590"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a103da94-3fdf-4429-8772-d6b79ad9e89a', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a103da94-3fdf-4429-8772-d6b79ad9e89a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "10d50329-3ef3-4490-b49c-11c72ffab204", "name": "tempest-GroupSnapshotsTest-Group-1544561590"}}' 2025-08-04 08:31:44,536 99901 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/10d50329-3ef3-4490-b49c-11c72ffab204 0.035s 2025-08-04 08:31:44,537 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b18d9dd1-c18f-421f-bbe8-fddb35883eba', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18d9dd1-c18f-421f-bbe8-fddb35883eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204'} Body: b'{"group": {"id": "10d50329-3ef3-4490-b49c-11c72ffab204", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:31:44.000000", "name": "tempest-GroupSnapshotsTest-Group-1544561590", "description": null, "group_type": "08bedf0c-79e3-4437-881c-4c2553ca915b", "volume_types": ["b6c41d44-c5fe-49fd-9d44-0da715cd3d0a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:45,584 99901 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/10d50329-3ef3-4490-b49c-11c72ffab204 0.041s 2025-08-04 08:31:45,584 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-161442b3-a824-479e-bb7f-98d029a9085c', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-161442b3-a824-479e-bb7f-98d029a9085c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204'} Body: b'{"group": {"id": "10d50329-3ef3-4490-b49c-11c72ffab204", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:31:44.000000", "name": "tempest-GroupSnapshotsTest-Group-1544561590", "description": null, "group_type": "08bedf0c-79e3-4437-881c-4c2553ca915b", "volume_types": ["b6c41d44-c5fe-49fd-9d44-0da715cd3d0a"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:31:45,649 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.059s 2025-08-04 08:31:45,649 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea17e136-1984-445a-89f7-6c2c728aba3d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea17e136-1984-445a-89f7-6c2c728aba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:31:45,726 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204/action 0.060s 2025-08-04 08:31:45,726 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 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-7378c3d3-f931-4714-b01a-755be93cec71', 'connection': 'close', 'status': '202', 'content-location': 'http ://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204/action'} Body: b'' 2025-08-04 08:31:45,751 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204 0.023s 2025-08-04 08:31:45,752 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 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-d9614dd5-7441-4172-9b47-743628a46409', 'x-openstack-request-id': 'req-d9614dd5-7441-4172-9b47-743628a46409', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d50329-3ef3-4490-b49c-11c72ffab204'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 10d50329-3ef3-4490-b49c-11c72ffab204 could not be found."}}' 2025-08-04 08:31:45,787 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/08bedf0c-79e3-4437-881c-4c2553ca915b 0.033s 2025-08-04 08:31:45,787 99901 DEBUG [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': 'Mon, 04 Aug 2025 08:31:45 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-1614ac43-d298-41fb-9628-c8536d2b47ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/08bedf0c-79e3-4437-881c-4c2553ca915b'} Body: b'' 2025-08-04 08:31:45,876 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a 0.088s 2025-08-04 08:31:45,877 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-fe796d5b-ee23-4758-b649-01ce8a2b19b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a'} Body: b'' 2025-08-04 08:31:45,895 99901 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a 0.018s 2025-08-04 08:31:45,896 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-185b1aaa-60bb-428d-a52d-be841fdb2709', 'x-openstack-request-id': 'req-185b1aaa-60bb-428d-a52d-be841fdb2709', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/b6c41d44-c5fe-49fd-9d44-0da715cd3d0a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b6c41d44-c5fe-49fd-9d44-0da715cd3d0a could not be found."}}' tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 128, in test_image_volume_server_snapshot_dependency base_image_id, snapshot_image_id = self._create_instance_snapshot( File "/opt/stack/tempest/tempest/api/image/v2/test_images_dependency.py", line 77, in _create_instance_snapshot instance = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c8552ed6-1d81-436e-a205-614329052f27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:44,080 99899 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.772s 2025-08-04 08:31:44,080 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1512830019", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-685de20c-0e0d-4599-9184-406fa1f52105', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1512830019", "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": "31ad314de5eb43329b9f0c8a38923283", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "dd198b11-9fcb-423d-95f3-99e6b3372c7b", "created_at": "2025-08-04T08:31:44Z", "updated_at": "2025-08-04T08:31:44Z", "tags": [], "self": "/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b", "file": "/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:45,184 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b/file 1.102s 2025-08-04 08:31:45,185 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-cdc49e72-e4ab-48fa-ae7b-79e273fa4200', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b/file'} Body: b'' 2025-08-04 08:31:45,203 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b 0.017s 2025-08-04 08:31:45,203 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7d51ac76-819c-4fbc-b980-67397fd8a6a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b'} Body: b'{"name": "tempest-image-dependency-test-1512830019", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "745eb1316bb841e671e67b4849280344", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "31ad314de5eb43329b9f0c8a38923283", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f3eaf6e9565868659e91b49888196b5fff00d59f52ff6c159be4eb8c5fe28b73f8ca55cf074a69d9bcf26a7674b1c968470f6cd8baaa7891e1b07665d6707996", "id": "dd198b11-9fcb-423d-95f3-99e6b3372c7b", "created_at": "2025-08-04T08:31:44Z", "updated_at": "2025-08-04T08:31:45Z", "tags": [], "self": "/v2/images/dd198b11-9fcb-423d-95f3-99e6b3372c7b", "file": "/v2/images/dd198b11-9fcb-423 d-95f3-99e6b3372c7b/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:45,299 99899 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.091s 2025-08-04 08:31:45,300 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9b42b214-8d10-4309-b12a-3304bdc067c7', '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": "9952746e6b4f4fd5b84fd952379ba055", "name": "tempest-ImageDependencyTests-171702405-project-member", "password_expires_at": null}, "audit_ids": ["nfSIdniSSjOgGpL5AhT4iQ"], "expires_at": "2025-08-04T09:31:45.000000Z", "issued_at": "2025-08-04T08:31:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31ad314de5eb43329b9f0c8a38923283", "name": "tempest-ImageDependencyTests-171702405"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31ad314de5eb43329b9f0c8a38923283", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:45,301 99899 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-04 08:31:46,064 99899 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.760s 2025-08-04 08:31:46,064 99899 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-2121507656", "imageRef": "dd198b11-9fcb-423d-95f3-99e6b3372c7b", "size": 1}} Response - Headers: {'da te': 'Mon, 04 Aug 2025 08:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58af3d8c-ad31-4b3c-b6e2-25a81b1327e2', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58af3d8c-ad31-4b3c-b6e2-25a81b1327e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c8552ed6-1d81-436e-a205-614329052f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:45.954695", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2121507656", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8552ed6-1d81-436e-a205-614329052f27"}], "user_id": "9952746e6b4f4fd5b84fd952379ba055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:31:46,130 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.053s 2025-08-04 08:31:46,131 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e82089-c9b6-4fb7-b967-bd4c2dc8ea3c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e82089-c9b6-4fb7-b967-bd4c2dc8ea3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'{"volume": {"id": "c8552ed6-1d81-436e-a205-614329052f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:31:46.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-2121507656", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8552ed6-1d81-436e-a205-614329052f27"}], "user_id": "9952746e6b4f4fd5b84fd952379ba055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31ad314de5eb43329b9f0c8a38923283"}}' 2025-08-04 08:31:47,217 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.071s 2025-08-04 08:31:47,217 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a47491-7a58-4f53-bdab-8ada564d7d3e', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a47491-7a58-4f53-bdab-8ada564d7d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'{"volume": {"id": "c8552ed6-1d81-436e-a205-614329052f27", "status": "error", "size": 1, "availability_zone": "nova", "cr eated_at": "2025-08-04T08:31:46.000000", "updated_at": "2025-08-04T08:31:46.000000", "name": "tempest-tempest.common.compute-volume-2121507656", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8552ed6-1d81-436e-a205-614329052f27"}], "user_id": "9952746e6b4f4fd5b84fd952379ba055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31ad314de5eb43329b9f0c8a38923283"}}' 2025-08-04 08:31:47,359 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.127s 2025-08-04 08:31:47,359 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-dd857533-8314-43ee-9693-42e4c5a24578', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'' 2025-08-04 08:31:47,379 99899 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27 0.018s 2025-08-04 08:31:47,379 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31: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-82e907b7-d809-4773-b683-1bfe088dd642', 'x-openstack-request-id': 'req-82e907b7-d809-4773-b683-1bfe088dd642', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8552ed6-1d81-436e-a205-614329052f27'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c8552ed6-1d81-436e-a205-614329052f27 could not be found."}}' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7c6ab6d8-2ed5-4b18-90a3-72adf64c18bb failed to build and is in ERROR status tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 56, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b8d18220-4c34-407e-ba4f-699fd410cb22 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:06,941 99899 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.620s 2025-08-04 08:32:06,942 99899 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-1238923541", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7b899d-bee7-4aad-a003-c95e460607aa', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7b899d-bee7-4aad-a003-c95e460607aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "685293b2-22b8-408e-9b3b-5929967c6773", "name": "tempest-VolumeTypesTest-volume-type-1238923541", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:32:07,027 99899 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.076s 2025-08-04 08:32:07,027 99899 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-1058484518", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c42b875-1dbe-49d1-b1eb-83ec97ad353a', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c42b875-1dbe-49d1-b1eb-83ec97ad353a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a378b93e-021e-4dd1-a59b-c468e606da75", "name": "tempest-VolumeTypesTest-volume-type-1058484518", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:32:07,995 99899 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.964s 2025-08-04 08:32:07,995 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1293029871", "volume_type": "685293b2-22b8-408e-9b3b-5929967c6773", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04d24146-3d62-460c-a6b9-95a2ce68a3a7', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04d24146-3d62-460c-a6b9-95a2ce68a3a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:07.818896", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18 220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:08,072 99899 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/b8d18220-4c34-407e-ba4f-699fd410cb22 0.063s 2025-08-04 08:32:08,073 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00ce4666-a16e-47b5-9c48-997abd3c6762', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ce4666-a16e-47b5-9c48-997abd3c6762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:08.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33f7aab0683f432faf30bc849ba5970c"}}' 2025-08-04 08:32:09,140 99899 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/b8d18220-4c34-407e-ba4f-699fd410cb22 0.051s 2025-08-04 08:32:09,141 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2756583f-c975-4eab-b82c-2da49f4c3e01', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2756583f-c975-4eab-b82c-2da49f4c3e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:08.000000", "updated_at": "2025-08-04T08:32:08.000000", "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33f7aab0683f432faf30bc849ba5970c"}}' 2025-08-04 08:32:09,199 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanup s): 200 GET http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22 0.042s 2025-08-04 08:32:09,199 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26914e41-fd83-4b55-8ac5-70e08ea2363e', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26914e41-fd83-4b55-8ac5-70e08ea2363e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"volume": {"id": "b8d18220-4c34-407e-ba4f-699fd410cb22", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:08.000000", "updated_at": "2025-08-04T08:32:08.000000", "name": "tempest-VolumeTypesTest-volume-1293029871", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1238923541", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22"}], "user_id": "fcca4c1f3c394e24bf18e13714b651d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33f7aab0683f432faf30bc849ba5970c"}}' 2025-08-04 08:32:09,395 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22 0.180s 2025-08-04 08:32:09,396 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-de1bf37e-8ff1-49c9-a25f-723d998bc8ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'' 2025-08-04 08:32:09,421 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22 0.024s 2025-08-04 08:32:09,421 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0e28c19-f36e-4ef9-ac69-f837c7ff836d', 'x-openstack-request-id': 'req-c0e28c19-f36e-4ef9-ac69-f837c7ff836d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8d18220-4c34-407e-ba4f-699fd410cb22'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8d18220-4c34-407e-ba4f-699fd410cb22 could not be found."}}' 2025-08-04 08:32:09,474 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75 0.052s 2025-08-04 08:32:09,475 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-1803e9be-1340-464f-9641-9cbd3c6458c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75'} Body: b'' 2025-08-04 08:32:09,492 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75 0.016s 2025-08-04 08:32:09,492 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-54fd941d-981b-4fc5-ab5b-ae21998cba0c', 'x-openstack-request-id': 'req-54fd941d-981b-4fc5-ab5b-ae21998cba0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a378b93e-021e-4dd1-a59b-c468e606da75'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a378b93e-021e-4dd1-a59b-c468e606da75 could not be found."}}' 2025-08-04 08:32:09,548 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773 0.055s 2025-08-04 08:32:09,549 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-dc603ffc-ba66-4a34-9809-25c749948992', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773'} Body: b'' 2025-08-04 08:32:09,576 99899 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773 0.026s 2025-08-04 08:32:09,577 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-f644326a-c100-4ded-8aec-78cc05fff234', 'x-openstack-request-id': 'req-f644326a-c100-4ded-8aec-78cc05fff234', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/685293b2-22b8-408e-9b3b-5929967c6773'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 685293b2-22b8-408e-9b3b-5929967c6773 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 70a15422-b59f-4f05-8158-b8e369118778 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:08,729 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/7846c5bf3c2e45099b4361302af44a69?usage=True 0.042s 2025-08-04 08:32:08,730 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49c51453-0786-4c61-9250-80cf5415492e', 'content-length': '1482', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49c51453-0786-4c61-9250-80cf5415492e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/7846c5bf3c2e45099b4361302af44a69?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_tempest-VolumeTypesTest-volume-type-1058484518": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-VolumeTypesTest-volume-type-1058484518": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-VolumeTypesTest-volume-type-1058484518": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-VolumeTypesTest-volume-type-1238923541": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-VolumeTypesTest-volume-type-1238923541": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-VolumeTypesTest-volume-type-1238923541": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:09,188 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.445s 2025-08-04 08:32:09,188 99901 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-916435468"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c6e464-415a-49f7-8e07-dafda86e0056', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c6e464-415a-49f7-8e07-dafda86e0056', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.084994", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, " consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:09,274 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.060s 2025-08-04 08:32:09,275 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c61e03-66c2-499a-aab0-b766724cbb89', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c61e03-66c2-499a-aab0-b766724cbb89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:10,351 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.049s 2025-08-04 08:32:10,352 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b112c26-18f9-4e80-96ff-fcca90bb7c22', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b112c26-18f9-4e80-96ff-fcca90bb7c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.000000", "updated_at": "2025-08-04T08:32:09.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:10,422 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.048s 2025-08-04 08:32:10,423 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59f95a23-a0c2-45d7-97a2-222b71004c72', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59f95a23-a0c2-45d7-97a2-222b71004c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"volume": {"id": "70a15422-b59f-4f05-8158-b8e369118778", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:09.000000", "updated_at": "2025-08-04T08:32:09.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-916435468", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/70a15422-b59f-4f05-8158-b8e369118778"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:10,584 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.131s 2025-08-04 08:32:10,585 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-64daa706-73d2-4555-b187-36ac9c391d36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'' 2025-08-04 08:32:10,636 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778 0.050s 2025-08-04 08:32:10,637 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-af7ef075-c561-4a23-8f08-efc6bbe60927', 'x-openstack-request-id': 'req-af7ef075-c561-4a23-8f08-efc6bbe60927', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/70a15422-b59f-4f05-8158-b8e369118778'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 70a15422-b59f-4f05-8158-b8e369118778 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 eb97c751-5d34-4be1-89ea-6f3cf4099b64 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:11,109 99901 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.463s 2025-08-04 08:32:11,109 99901 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-841774395"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded5a418-8f51-42c3-a757-892fb6e1c19a', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded5a418-8f51-42c3-a757-892fb6e1c19a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:10.775836", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:11,196 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.060s 2025-08-04 08:32:11,196 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f507d0-f804-45cc-a767-e2081555d4f0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f507d0-f804-45cc-a767-e2081555d4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:11.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:12,287 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.075s 2025-08-04 08:32:12,288 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-ca5cde22-5d5d-4ac4-8265-48d9dfd46d38', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca5cde22-5d5d-4ac4-8265-48d9dfd46d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:11.000000", "updated_at": "2025-08-04T08:32:11.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:12,415 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.112s 2025-08-04 08:32:12,416 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809492a3-aaad-4b7c-b62c-7d8a48d5c973', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809492a3-aaad-4b7c-b62c-7d8a48d5c973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"volume": {"id": "eb97c751-5d34-4be1-89ea-6f3cf4099b64", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:11.000000", "updated_at": "2025-08-04T08:32:11.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-841774395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64"}], "user_id": "b7ed2bf118b24ad183a19816fb5a3fad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7846c5bf3c2e45099b4361302af44a69"}}' 2025-08-04 08:32:12,541 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64 0.099s 2025-08-04 08:32:12,541 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-db34c68e-2319-47d4-809c-a7ad2b23e6b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'' 2025-08-04 08:32:12,563 99901 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/eb97c751-5d 34-4be1-89ea-6f3cf4099b64 0.021s 2025-08-04 08:32:12,564 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-acde248e-40b3-436d-8bcc-7aefa51be660', 'x-openstack-request-id': 'req-acde248e-40b3-436d-8bcc-7aefa51be660', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/eb97c751-5d34-4be1-89ea-6f3cf4099b64'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eb97c751-5d34-4be1-89ea-6f3cf4099b64 could not be found."}}' 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 f10960b9-1f1f-48c5-bcdb-adcde1678a8c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:16,101 99895 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.701s 2025-08-04 08:32:16,101 99895 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-151197568", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9655ee6-7650-4770-ad61-c2502e290a93', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9655ee6-7650-4770-ad61-c2502e290a93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f10960b9-1f1f-48c5-bcdb-adcde1678a8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:15.902356", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-151197568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}], "user_id": "1990f696d2ae49539b61fcfaa1ad431b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:16,190 99895 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c 0.073s 2025-08-04 08:32:16,191 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9cd1238-2e5a-4056-9adc-1ca4f8e5ceab', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9cd1238-2e5a-4056-9adc-1ca4f8e5ceab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c'} Body: b'{"volume": {"id": "f10960b9-1f1f-48c5-bcdb-adcde1678a8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:16.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-151197568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}], "user_id": "1990f696d2ae49539b61fcfaa1ad431b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2bb9437aa571490bb37a10b27fe4a691"}}' 2025-08-04 08:32:17,260 99895 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c 0.053s 2025-08-04 08:32:17,261 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'c ontent-type': 'application/json', 'x-compute-request-id': 'req-4e87069f-a4a4-43ad-910e-d8f2cf89e4ec', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e87069f-a4a4-43ad-910e-d8f2cf89e4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c'} Body: b'{"volume": {"id": "f10960b9-1f1f-48c5-bcdb-adcde1678a8c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:16.000000", "updated_at": "2025-08-04T08:32:16.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-151197568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f10960b9-1f1f-48c5-bcdb-adcde1678a8c"}], "user_id": "1990f696d2ae49539b61fcfaa1ad431b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2bb9437aa571490bb37a10b27fe4a691"}}' 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 d22e6df2-317c-46b8-ae15-913e91ca4268 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 9049b6c8-4430-4784-84b9-a2fcb994af90 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:20,938 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.665s 2025-08-04 08:32:20,938 99901 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-1587294383"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e82a8c-fca1-43f2-a3da-ba5cea0f4715', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e82a8c-fca1-43f2-a3da-ba5cea0f4715', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:20.839741", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:21,006 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.051s 2025-08-04 08:32:21,006 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e6d49d-a809-4fc0-a6ef-812c88f7b838', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e6d49d-a809-4fc0-a6ef-812c88f7b838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:21.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:22,102 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.065s 2025-08-04 08:32:22,103 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bff3fa69-5d74-4b65-a7dc- 31fe00b76d15', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bff3fa69-5d74-4b65-a7dc-31fe00b76d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:21.000000", "updated_at": "2025-08-04T08:32:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:22,160 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.041s 2025-08-04 08:32:22,160 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc07fc6-21f4-482f-8be8-dd123284c2f7', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc07fc6-21f4-482f-8be8-dd123284c2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"volume": {"id": "9049b6c8-4430-4784-84b9-a2fcb994af90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:21.000000", "updated_at": "2025-08-04T08:32:21.000000", "name": "tempest-VolumesDeleteCascade-Volume-1587294383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:22,321 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.146s 2025-08-04 08:32:22,322 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee6af19-422a-4620-b32e-6fc4ec33a427', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'' 2025-08-04 08:32:22,344 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90 0.022s 2025-08-04 08:32:22,345 99901 DEBUG [tempest.lib.c ommon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-379a31b4-ed3a-40db-96a9-5ab58010f5bc', 'x-openstack-request-id': 'req-379a31b4-ed3a-40db-96a9-5ab58010f5bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9049b6c8-4430-4784-84b9-a2fcb994af90'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9049b6c8-4430-4784-84b9-a2fcb994af90 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 727cfbd3-20e0-4cbe-a24d-52cda21feace failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 93, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 57566ef9-c5c6-452f-b16a-c936a074f1fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:22,607 99901 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.259s 2025-08-04 08:32:22,608 99901 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-1067748452"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fa04ec4-d8b0-4b38-aa93-7faa85c2ebce', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fa04ec4-d8b0-4b38-aa93-7faa85c2ebce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:22.523345", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:22,664 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.043s 2025-08-04 08:32:22,665 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32186bc2-b614-460d-aa0c-f2d037b5485d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32186bc2-b614-460d-aa0c-f2d037b5485d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:23.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:23,729 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.048s 2025-08-04 08:32:23,730 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-cf89410a-4a91-45e7-b64f-95cea5ee8767', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf89410a-4a91-45e7-b64f-95cea5ee8767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:23.000000", "updated_at": "2025-08-04T08:32:23.000000", "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:23,796 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.051s 2025-08-04 08:32:23,797 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03857b9b-6850-486a-b284-00b02e07cb8e', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03857b9b-6850-486a-b284-00b02e07cb8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"volume": {"id": "57566ef9-c5c6-452f-b16a-c936a074f1fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:23.000000", "updated_at": "2025-08-04T08:32:23.000000", "name": "tempest-VolumesDeleteCascade-Volume-1067748452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe"}], "user_id": "0ce6af838ebe4b82a5f64226a2e2419b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42315ade910e4e5d93c6468505480dc4"}}' 2025-08-04 08:32:23,961 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.147s 2025-08-04 08:32:23,962 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0d385fc-c914-4a8b-8868-9af590c7d6cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'' 2025-08-04 08:32:23,991 99901 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe 0.028s 2025-08-04 08:32:23,991 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3014f056-d70d-46df-a979-1e3f5ca4989b', 'x-openstack-request-id': 'req-3014f056-d70d-46df-a979-1e3f5ca4989b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/57566ef9-c5c6-452f-b16a-c936a074f1fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 57566ef9-c5c6-452f-b16a-c936a074f1fe could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 6f8bb254-109f-4b8e-8ced-2931036bd793 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:26,547 99899 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.499s 2025-08-04 08:32:26,547 99899 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-1506736581"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70457b40-c90f-460b-85b0-68285c34127b', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70457b40-c90f-460b-85b0-68285c34127b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.468380", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:32:26,672 99899 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/6f8bb254-109f-4b8e-8ced-2931036bd793 0.110s 2025-08-04 08:32:26,672 99899 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': 'Mon, 04 Aug 2025 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2513ace1-0b3c-4647-860b-e239d3929e28', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2513ace1-0b3c-4647-860b-e239d3929e28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:27,733 99899 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/6f8bb254-109f-4b8e-8ced-2931036bd793 0.045s 2025-08-04 08:32:27,733 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6947bb29-1b48-4cb8-8781-7efe75b51c31', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6947bb29-1b48-4cb8-8781-7efe75b51c31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.000000", "updated_at": "2025-08-04T08:32:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:27,794 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793 0.045s 2025-08-04 08:32:27,794 99899 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': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99893ee-3403-4a0c-8ee5-ed161de3d723', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99893ee-3403-4a0c-8ee5-ed161de3d723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"volume": {"id": "6f8bb254-109f-4b8e-8ced-2931036bd793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:26.000000", "updated_at": "2025-08-04T08:32:27.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1506736581", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:27,949 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793 0.140s 2025-08-04 08:32:27,950 99899 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': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa9d182-c2c1-48bc-833a-461a89613bc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'' 2025-08-04 08:32:27,983 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793 0.032s 2025-08-04 08:32:27,984 99899 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': 'Mon, 04 Aug 2025 08:32:27 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-a59b109f-57c2-4398-a8c5-971ac1f80998', 'x-openstack-request-id': 'req-a59b109f-57c2-4398-a8c5-971ac1f80998', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f8bb254-109f-4b8e-8ced-2931036bd793'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f8bb254-109f-4b8e-8ced-2931036bd793 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 96a1fcd6-ea42-4862-9f13-4d221a727889 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:28,251 99899 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.264s 2025-08-04 08:32:28,252 99899 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-504712886"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-986d74ec-e3c6-4729-bdac-ad09858385b2', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-986d74ec-e3c6-4729-bdac-ad09858385b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.177623", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:32:28,310 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.044s 2025-08-04 08:32:28,310 99899 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': 'Mon, 04 Aug 2025 08:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b74536b-b9ab-44ba-ad46-9701e0c2698a', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b74536b-b9ab-44ba-ad46-9701e0c2698a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:29,627 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.300s 2025-08-04 08:32:29,627 99899 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': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9f06b7-ec2a-4bb3-ad05-ee06a2a60485', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9f06b7-ec2a-4bb3-ad05-ee06a2a60485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.000000", "updated_at": "2025-08-04T08:32:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:29,691 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.040s 2025-08-04 08:32:29,691 99899 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': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8b4e41-94e9-4f28-948b-d8859b0e9418', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8b4e41-94e9-4f28-948b-d8859b0e9418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"volume": {"id": "96a1fcd6-ea42-4862-9f13-4d221a727889", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:28.000000", "updated_at": "2025-08-04T08:32:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-504712886", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889"}], "user_id": "bc8a8664339541af8df06e8039c28fef", "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": "dc62e701f1a745e982bc985f47b9328e"}}' 2025-08-04 08:32:29,818 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.112s 2025-08-04 08:32:29,818 99899 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': 'Mon, 04 Aug 2025 08:32:29 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-988f9c99-2144-4927-a560-bc0f4ec09f69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'' 2025-08-04 08:32:29,841 99899 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889 0.021s 2025-08-04 08:32:29,842 99899 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': 'Mon, 04 Aug 2025 08:32:29 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-c936498b-e0ca-4330-85bd-9a173d5f74b2', 'x-openstack-request-id': 'req-c936498b-e0ca-4330-85bd-9a173d5f74b2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/96a1fcd6-ea42-4862-9f13-4d221a727889'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 96a1fcd6-ea42-4862-9f13-4d221a727889 could not be found."}}' 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 26077b9e-73e0-4a51-9b67-7f7de4cb06cd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:27,096 99901 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.241s 2025-08-04 08:32:27,097 99901 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': 'Mon, 04 Aug 2025 08:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82b2dc4-6cd6-4ece-8789-272968849fff', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d82b2dc4-6cd6-4ece-8789-272968849fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e43f0edc-783f-4d08-9def-15dcbdbb7eee", "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-04 08:32:27,979 99901 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.879s 2025-08-04 08:32:27,980 99901 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': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-960e3fed-9c68-4fc0-b78a-6df0e34da38e', '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": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:28Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,146 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577/file 1.163s 2025-08-04 08:32:29,146 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6f3911c9 -ebfe-4270-b704-1325bc272c4f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file'} Body: b'' 2025-08-04 08:32:29,168 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577 0.021s 2025-08-04 08:32:29,168 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-82cb2462-dbf5-4d20-a8ae-4cefaf20ceb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577'} 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": "623d697eb77904583cab0b2534f9a83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "94ed9b0b2fb689a0bd414cf43564ff78ffac3825d6870917eabdd241e50cd15b3bc4917ad56d3b56972ed3a029a1518820398192b3756f494f4c386d00c9d1a8", "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:29Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,186 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577 0.017s 2025-08-04 08:32:29,186 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6a95ae43-82d4-4ad5-b83c-439c1051d27e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577'} 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": "623d697eb77904583cab0b2534f9a83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "94ed9b0b2fb689a0bd414cf43564ff78ffac3825d6870917eabdd241e50cd15b3bc4917ad56d3b56972ed3a029a1518820398192b3756f494f4c386d00c9d1a8", "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:29Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,212 99901 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/2add3a8b-8020-41c1-abad-c6b8c3be0577 0.025s 2025-08-04 08:32:29,213 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3773ab8f-781b-40dd-9501-ef3b84e38750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577'} 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": "623d697eb77904583cab0b2534f9a83b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ba5d3c220f7d436d9b71c6633f3f50af", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "94ed9b0b2fb689a0bd414cf43564ff78ffac3825d6870917eabdd241e50cd15b3bc4917ad56d3b56972ed3a029a1518820398192b3756f494f4c386d00c9d1a8", "id": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "created_at": "2025-08-04T08:32:28Z", "updated_at": "2025-08-04T08:32:29Z", "tags": [], "self": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577", "file": "/v2/images/2add3a8b-8020-41c1-abad-c6b8c3be0577/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:32:29,639 99901 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.425s 2025-08-04 08:32:29,639 99901 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": "2add3a8b-8020-41c1-abad-c6b8c3be0577", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48705989-100d-4bbc-bc47-1129efab276c', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48705989-100d-4bbc-bc47-1129efab276c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "26077b9e-73e0-4a51-9b67-7f7de4cb06cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:29.555635", "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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}], "user_id": "b5fb542a1d9745bb8ba717ee3d8a06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:29,688 99901 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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd 0.035s 2025-08-04 08:32:29,688 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e03f4205-2b01-445d-90bc-d4bb8cfc34a6', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e03f4205-2b01-445d-90bc-d4bb8cfc34a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd'} Body: b'{"volume": {"id": "26077b9e-73e0-4a51-9b67-7f7de4cb06cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:30.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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}], "user_id": "b5fb542a1d9745bb8ba717ee3d8a06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba5d3c220f7d436d9b71c6633f3f50af"}}' 2025-08-04 08:32:30,750 99901 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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd 0.046s 2025-08-04 08:32:30,750 99901 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4150e474-7b5b-48bd-84f4-f545beb5a760', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4150e474-7b5b-48bd-84f4-f545beb5a760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd'} Body: b'{"volume": {"id": "26077b9e-73e0-4a51-9b67-7f7de4cb06cd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:32:30.000000", "updated_at": "2025-08-04T08:32:30.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/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/26077b9e-73e0-4a51-9b67-7f7de4cb06cd"}], "user_id": "b5fb542a1d9745bb8ba717ee3d8a06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba5d3c220f7d436d9b71c6633f3f50af"}}' 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 67abd271-35c9-4f61-ae22-db99d906d974 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:32:33,771 99899 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.364s 2025-08-04 08:32:33,771 99899 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-1331782896"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e598ff8-6b31-4781-9039-62ba101308aa', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e598ff8-6b31-4781-9039-62ba101308aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:33.684654", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:32:33,824 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.039s 2025-08-04 08:32:33,824 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336a9ffb-b91d-46d3-aec0-c1b6afae0b72', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336a9ffb-b91d-46d3-aec0-c1b6afae0b72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:34.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa7f1e8751fd403e9dd8a27e67ffc820"}}' 2025-08-04 08:32:34,886 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.047s 2025-08-04 08:32:34,887 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-39ab7ae3-3a2f-4f01-a78d-8c08503cfe45', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ab7ae3-3a2f-4f01-a78d-8c08503cfe45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:34.000000", "updated_at": "2025-08-04T08:32:34.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa7f1e8751fd403e9dd8a27e67ffc820"}}' 2025-08-04 08:32:34,996 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.090s 2025-08-04 08:32:34,996 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab0caf4-8848-4690-84b1-84377c87c6db', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab0caf4-8848-4690-84b1-84377c87c6db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"volume": {"id": "67abd271-35c9-4f61-ae22-db99d906d974", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:32:34.000000", "updated_at": "2025-08-04T08:32:34.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1331782896", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/67abd271-35c9-4f61-ae22-db99d906d974"}], "user_id": "e78d96ca83b84db39144abfd4cfaba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa7f1e8751fd403e9dd8a27e67ffc820"}}' 2025-08-04 08:32:35,097 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974 0.088s 2025-08-04 08:32:35,098 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-2dead0d9-87c1-40af-81c7-731ff96daaed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'' 2025-08-04 08:32:35,117 99899 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/67abd271-35c9- 4f61-ae22-db99d906d974 0.019s 2025-08-04 08:32:35,118 99899 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32: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-c78a8d31-5868-448a-8358-75e0153ed9b0', 'x-openstack-request-id': 'req-c78a8d31-5868-448a-8358-75e0153ed9b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/67abd271-35c9-4f61-ae22-db99d906d974'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 67abd271-35c9-4f61-ae22-db99d906d974 could not be found."}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 dd16b91a-5050-4abf-9522-1e79f643ad74 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:12,398 99893 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:31:17,502 99893 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 5.102s 2025-08-04 08:31:17,502 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1678649113", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEioUmvVzy+7Fut0Zy/9UV5gSMeRulFa02aemLMEZ8KWEmwxnof9QkrA9yR5rJTuwIezLZY/zaMmF4pDtiBu8UXJDYCkHW81GJK25TFv+4sG7Fg9RE7ZijTeELUcfeN1TA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:12 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-66ce9b51-c698-4ae4-96b2-e29f3890ad04', 'x-compute-request-id': 'req-66ce9b51-c698-4ae4-96b2-e29f3890ad04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1678649113", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEioUmvVzy+7Fut0Zy/9UV5gSMeRulFa02aemLMEZ8KWEmwxnof9QkrA9yR5rJTuwIezLZY/zaMmF4pDtiBu8UXJDYCkHW81GJK25TFv+4sG7Fg9RE7ZijTeELUcfeN1TA==", "fingerprint": "dd:bf:55:3d:b3:fa:8c:2b:39:71:ea:50:f5:29:64:d2", "user_id": "1cedd8067a3944ca9c39313479a0825d"}}' 2025-08-04 08:31:17,505 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1678649113 created 2025-08-04 08:31:20,151 99893 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 2.645s 2025-08-04 08:31:20,151 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1236405643", "description": "tempest-description--1265951298"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-8a577c3e-ac46-43d5-a229-279e17319ccd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "db3a9fba-d85b-4e07-96af-f938294671dc", "name": "tempest-securitygroup--1236405643", "stateful": true, "tenant_id": "3ee9da6a80a149739586ec0179c81186", "description": "tempest-description--1265951298", "shared": false, "security_group_rules": [{"id": "aabc5861-f14e-4a12-8b01-93de4f1683dc", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "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": 326, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 0}, {"id": "d7446ac8-77b6-4196-9daf-0d929e540ae7", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "ethertype": "IPv4", "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": 325, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 1, "project_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:31:23,797 99893 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 3.645s 2025-08-04 08:31:23,797 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-32a5cf0a-93e6-4f6b-88eb-1287d4f53994', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc17da1e-5523-4fd6-ab6b-9971df675a20", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "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-04T08:31:23Z", "updated_at": "2025-08-04T08:31:23Z", "revision_number": 0}}' 2025-08-04 08:31:25,988 99893 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.190s 2025-08-04 08:31:25,989 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b533be63-5545-4560-8ad6-571d9d16c829', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1ada18e-9e09-45cb-b9fd-4626ddff0407", "project_id": "3ee9da6a80a149739586ec0179c81186", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "security_group_id": "db3a9fba-d85b-4e07-96af-f938294671dc", "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-04T08:31:25Z", "updated_at": "2025-08-04T08:31:25Z", "revision_number": 0}}' 2025-08-04 08:31:25,989 99893 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1236405643 created 2025-08-04 08:31:29,220 99893 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 3.230s 2025-08-04 08:31:29,220 99893 DEBUG [tempest.lib.common.rest_client] Reque st - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f337f802-8c09-4e4e-a103-8d8504be2873', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f67763e7-9f79-4b7b-87a5-f4cebd52bec0", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "floating_ip_address": "172.24.4.70", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3ee9da6a80a149739586ec0179c81186", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:28Z", "updated_at": "2025-08-04T08:31:28Z", "revision_number": 0}}' 2025-08-04 08:31:29,220 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f67763e7-9f79-4b7b-87a5-f4cebd52bec0', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:28Z', 'updated_at': '2025-08-04T08:31:28Z', 'revision_number': 0, 'ip': '172.24.4.70'} created 2025-08-04 08:31:29,329 99893 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.104s 2025-08-04 08:31:29,329 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2495', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-132e26c0-6168-4c12-8451-c40641573e5e', '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": "1cedd8067a3944ca9c39313479a0825d", "name": "tempest-VolumesAdminNegativeTest-406877280-project-member", "password_expires_at": null}, "audit_ids": ["F9YQkUmSRT6uBCkMjQzXGw"], "expires_at": "2025-08-04T09:31:29.000000Z", "issued_at": "2025-08-04T08:31:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ee9da6a80a149739586ec0179c81186", "name": "tempest-VolumesAdminNegativeTest-406877280"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "re gion_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ee9da6a80a149739586ec0179c81186", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:29,330 99893 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '236fb2ca-1a62-4c50-9d9a-75cafda33927', 'name': 'tempest-VolumesAdminNegativeTest-815194855-network', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ee9da6a80a149739586ec0179c81186', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18302, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:23Z', 'updated_at': '2025-08-04T08:30:23Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:29,330 99893 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1678649113', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEioUmvVzy+7Fut0Zy/9UV5gSMeRulFa02aemLMEZ8KWEmwxnof9QkrA9yR5rJTuwIezLZY/zaMmF4pDtiBu8UXJDYCkHW81GJK25TFv+4sG7Fg9RE7ZijTeELUcfeN1TA==', 'fingerprint': 'dd:bf:55:3d:b3:fa:8c:2b:39:71:ea:50:f5:29:64:d2', 'user_id': '1cedd8067a3944ca9c39313479a0825d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCXPZtugwGTJL7yP929vAm5rVZuHDTcdgdDKbomeNUbe91gwcunNKXD\nI0VQVD4sjtmgBwYFK4EEACKhZANiAARIqFJr1c8vuxbrdGcv/VFeYEjHkbpRWtNm\nnpizBGfClhJsMZ6H/UJKwPckeayU7sCHsy2WP82jJheKQ7YgbvFFyQ2ApB1vNRiS\ntuUxb/uLBuxYPURO2Yo03hC1HH3jdUw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'db3a9fba-d85b-4e07-96af-f938294671dc', 'name': 'tempest-securitygroup--1236405643', 'stateful': True, 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'description': 'tempest-description--1265951298', 'shared': False, 'security_group_rules': [{'id': 'aabc5861-f14e-4a12-8b01-93de4f1683dc', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'security_group_id': 'db3a9fba-d85b-4e07-96af-f938294671dc', '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': 326, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}, {'id': 'd7446ac8-77b6-4196-9daf-0d929e540ae7', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'security_group_id': 'db3a9fba-d85b-4e07-96af-f938294671dc', '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': 325, 'belongs_to_default_sg': False, 'descripti on': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 1, 'project_id': '3ee9da6a80a149739586ec0179c81186'}, 'floating_ip': {'id': 'f67763e7-9f79-4b7b-87a5-f4cebd52bec0', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'floating_ip_address': '172.24.4.70', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3ee9da6a80a149739586ec0179c81186', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:28Z', 'updated_at': '2025-08-04T08:31:28Z', 'revision_number': 0, 'ip': '172.24.4.70'}} 2025-08-04 08:31:35,193 99893 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 5.861s 2025-08-04 08:31:35,193 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-600759753", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "236fb2ca-1a62-4c50-9d9a-75cafda33927"}], "security_groups": [{"name": "tempest-securitygroup--1236405643"}], "key_name": "tempest-keypair-1678649113", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36d3fcad-e954-454f-bb42-72c8016ea629', 'x-compute-request-id': 'req-36d3fcad-e954-454f-bb42-72c8016ea629', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1236405643"}], "adminPass": "YcANkyXry8MG"}}' 2025-08-04 08:31:35,907 99893 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/b6c7b4be-517c-4464-bc1a-110bf10e524b 0.711s 2025-08-04 08:31:35,908 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:35 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-6f287b6a-9c81-4108-8cb1-4ff3d72553c7', 'x-compute-request-id': 'req-6f287b6a-9c81-4108-8cb1-4ff3d72553c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b'} Body: b'{"server": {"id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "name": "tempest-VolumesAdminNegativeTest-server-600759753", "status": "BUILD", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostI d": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1678649113", "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-04 08:32:26,260 99893 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/b6c7b4be-517c-4464-bc1a-110bf10e524b 0.287s 2025-08-04 08:32:26,261 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:25 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-a8481699-b7f1-489a-87a7-b8bb56ccfbaa', 'x-compute-request-id': 'req-a8481699-b7f1-489a-87a7-b8bb56ccfbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b'} Body: b'{"server": {"id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "name": "tempest-VolumesAdminNegativeTest-server-600759753", "status": "ACTIVE", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostId": "d5e1866baecb8d2493a91a7bc8c5063a95d0a3111bdd8f6028c348d2", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:32:00Z", "addresses": {"tempest-VolumesAdminNegativeTest-815194855-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:79:e1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1678649113", "OS-SRV-USG:launched_at": "2025-08-04T08:31:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1236405643"}], "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-04 08:32:26,277 99893 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:26,484 99893 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/b6c7b4be-517c-4464-bc1a-110bf10e524b/os-interface 0.147s 2025-08-04 08:33:26,484 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 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-25c6d3b7-cd50-4468-b842-341f35b5fc44', 'x-compute-request-id': 'req-25c6d3b7-cd50-4468-b842-341f35b5fc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6c7b4be-517c-4464-bc1a-110bf10e524b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "236fb2ca-1a62-4c50-9d9a-75cafda33927", "port_id": "745f00de-c75c-49eb-b734-8490f72f6cbf", "mac_addr": "fa:16:3e:b3:79:e1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "01fbbec7-43fb-4164-a4bb-0cff818531b7", "ip_address": "10.0.0.6"}]}]}' 2025-08-04 08:33:27,371 99893 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/f67763e7-9f79-4b7b-87a5-f4cebd52bec0 0.883s 2025-08-04 08:33:27,371 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "745f00de-c75c-49eb-b734-8490f72f6cbf"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-6c67a13e-23f7-4bdc-8ded-f3b5d8a0b27d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f67763e7-9f79-4b7b-87a5-f4cebd52bec0'} Body: b'{"floatingip": {"id": "f67763e7-9f79-4b7b-87a5-f4cebd52bec0", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "floating_ip_address": "172.24.4.70", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "0f93c9f9-f11b-4c7c-9e28-b1521c418017", "port_id": "745f00de-c75c-49eb-b734-8490f72f6cbf", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "236fb2ca-1a62-4c50-9d9a-75cafda33927", "mac_address": "fa:16:3e:b3:79:e1", "admin_state_up": true, "status": "ACTIVE", "device_id": "b6c7b4be-517c-4464-bc1a-110bf10e524b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:28Z", "updated_at": "2025-08-04T08:33:26Z", "revision_number": 1, "project_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:33:27,373 99893 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.70:22' as 'cirros' with public key authentication 2025-08-04 08:33:27,386 99893 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:27,490 99893 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:27,491 99893 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.70 successfully created 2025-08-04 08:33:27,692 99893 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.200s 2025-08-04 08:33:27,693 99893 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-1252294776"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d842392-f691-4447-b930-01d9e9de62d2', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d842 392-f691-4447-b930-01d9e9de62d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dd16b91a-5050-4abf-9522-1e79f643ad74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:27.633667", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1252294776", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:27,742 99893 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/dd16b91a-5050-4abf-9522-1e79f643ad74 0.036s 2025-08-04 08:33:27,742 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836926dc-6dd4-4f21-b12a-750c0a0346b9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836926dc-6dd4-4f21-b12a-750c0a0346b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74'} Body: b'{"volume": {"id": "dd16b91a-5050-4abf-9522-1e79f643ad74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1252294776", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:33:28,795 99893 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/dd16b91a-5050-4abf-9522-1e79f643ad74 0.038s 2025-08-04 08:33:28,796 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-546ca67c-4fb8-46ba-9363-1e498dd83d2e', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-546ca67c-4fb8-46ba-9363-1e498dd83d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74'} Body: b'{"volume": {"id": "dd16b91a-5050-4abf-9522-1e79f643ad74", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": "2025-08-04T08:33:28.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1252294776", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{" rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dd16b91a-5050-4abf-9522-1e79f643ad74"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' 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 e87558ee-bf5a-4154-8ac8-97450e89c2bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:47,487 99891 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.088s 2025-08-04 08:31:47,487 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2491', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dc899f35-614c-4586-add6-8630434f776c', '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": "749e7f30873149e28556ea437f1e9d44", "name": "tempest-DeleteServersTestJSON-1681631661-project-member", "password_expires_at": null}, "audit_ids": ["IVO0ISAJQ_Smc9YJZMwHoA"], "expires_at": "2025-08-04T09:31:47.000000Z", "issued_at": "2025-08-04T08:31:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5297d737b6c54e69a563cdd93a52687a", "name": "tempest-DeleteServersTestJSON-1681631661"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5297d737b6c54e69a563cdd93a52687a", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:47,488 99891 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'faf77fa6-3764-4fb9-8f18-68b75b515d2f', 'name': 'tempest-DeleteServersTestJSON-1639576179-network', 'tenant_id': '5297d737b6c54e69a563cdd93a52687a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5297d737b6c54e69a563cdd93a52687a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45740, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'cre ated_at': '2025-08-04T08:31:37Z', 'updated_at': '2025-08-04T08:31:37Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:50,508 99891 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 3.019s 2025-08-04 08:31:50,508 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-438224561", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "faf77fa6-3764-4fb9-8f18-68b75b515d2f"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1480b1a5-4a8d-46e2-91d2-0beca679e71f', 'x-compute-request-id': 'req-1480b1a5-4a8d-46e2-91d2-0beca679e71f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8d03bff2-7dd3-49ea-a2f8-53751105fdf3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qx3pB3mNeVoX"}}' 2025-08-04 08:31:50,984 99891 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/8d03bff2-7dd3-49ea-a2f8-53751105fdf3 0.469s 2025-08-04 08:31:50,984 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cef26a96-e259-4e25-b272-fcd9ad8f3374', 'x-compute-request-id': 'req-cef26a96-e259-4e25-b272-fcd9ad8f3374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3'} Body: b'{"server": {"id": "8d03bff2-7dd3-49ea-a2f8-53751105fdf3", "name": "tempest-DeleteServersTestJSON-server-438224561", "status": "BUILD", "tenant_id": "5297d737b6c54e69a563cdd93a52687a", "user_id": "749e7f30873149e28556ea437f1e9d44", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:50Z", "updated": "2025-08-04T08:31:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}], "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-04 08:32:41,269 99891 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/8d03bff2-7dd3-49ea-a2f8-53751105fdf3 0.217s 2025-08-04 08:32:41,270 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4bec44b-0235-4994-abca-0d1d22778125', 'x-compute-request-id': 'req-f4bec44b-0235-4994-abca-0d1d22778125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3'} Body: b'{"server": {"id": "8d03bff2-7dd3-49ea-a2f8-53751105fdf3", "name": "tempest-DeleteServersTestJSON-server-438224561", "status": "ACTIVE", "tenant_id": "5297d737b6c54e69a563cdd93a52687a", "user_id": "749e7f30873149e28556ea437f1e9d44", "metadata": {}, "hostId": "128d0c1b21556bf6ba8cd63fcf54061111aa24cb2f234718533ed20f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:50Z", "updated": "2025-08-04T08:32:17Z", "addresses": {"tempest-DeleteServersTestJSON-1639576179-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:07:54"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8d03bff2-7dd3-49ea-a2f8-53751105fdf3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:32:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:32:41,285 99891 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:33:41,539 99891 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.194s 2025-08-04 08:33:41,539 99891 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-496172326"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82f4d55-e82d-48f1-8bfd-4bf760967df2', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82f4d55-e82d-48f1-8bfd-4bf760967df2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e87558ee-bf5a-4154-8ac8-97450e89c2bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:41.482918", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-496172326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e87558e e-bf5a-4154-8ac8-97450e89c2bf"}], "user_id": "749e7f30873149e28556ea437f1e9d44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:41,591 99891 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/e87558ee-bf5a-4154-8ac8-97450e89c2bf 0.039s 2025-08-04 08:33:41,591 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-482264af-92c4-4700-b9eb-396f8283fd5a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-482264af-92c4-4700-b9eb-396f8283fd5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf'} Body: b'{"volume": {"id": "e87558ee-bf5a-4154-8ac8-97450e89c2bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:41.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-496172326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}], "user_id": "749e7f30873149e28556ea437f1e9d44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5297d737b6c54e69a563cdd93a52687a"}}' 2025-08-04 08:33:42,643 99891 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/e87558ee-bf5a-4154-8ac8-97450e89c2bf 0.037s 2025-08-04 08:33:42,643 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a076ca5a-8881-4d67-b9dc-e0a4e071391c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a076ca5a-8881-4d67-b9dc-e0a4e071391c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf'} Body: b'{"volume": {"id": "e87558ee-bf5a-4154-8ac8-97450e89c2bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:41.000000", "updated_at": "2025-08-04T08:33:42.000000", "name": "tempest-DeleteServersTestJSON-volume-496172326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e87558ee-bf5a-4154-8ac8-97450e89c2bf"}], "user_id": "749e7f30873149e28556ea437f1e9d44", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5297d737b6c54e69a563cdd93a52687a"}}' 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 f15a9dff-5071-4165-8711-df29eccbbdbe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:48,687 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:30:48,688 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:30:48,815 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.125s 2025-08-04 08:30:48,815 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1522096740", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG/AMWq9REKeQ5Afx4D7kJijLPH8Q6LpORxynFcl2fZJznHxERcJ6d718FihtCzHTAIhyu0mFbrcYGVlc6+JyqRYVRV8XIb1LgN2qO5e6luHLpm4qOfwG6o5r0rI94VdLw=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:48 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-6738c152-533d-4255-9029-f8f58b713460', 'x-compute-request-id': 'req-6738c152-533d-4255-9029-f8f58b713460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1522096740", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG/AMWq9REKeQ5Afx4D7kJijLPH8Q6LpORxynFcl2fZJznHxERcJ6d718FihtCzHTAIhyu0mFbrcYGVlc6+JyqRYVRV8XIb1LgN2qO5e6luHLpm4qOfwG6o5r0rI94VdLw==", "fingerprint": "ef:40:c7:e4:53:c4:af:ee:b1:22:a9:3b:fa:bb:6d:d8", "user_id": "af5f493074934520abf01bdbe984f879"}}' 2025-08-04 08:30:48,817 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1522096740 created 2025-08-04 08:30:52,763 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 3.945s 2025-08-04 08:30:52,764 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--430479336", "description": "tempest-description--1334579032"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-8d32293b-3763-4674-bc57-31b6d2d29992', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a6cb7016-835e-4d03-ab33-1b745934b435", "name": "tempest-securitygroup--430479336", "stateful": true, "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "description": "tempest-description--1334579032", "shared": false, "security_group_rules": [{"id": "065bcb49-62f4-41fb-b648-0ee6dd2d73d2", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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": 216, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:52Z", "updated_at": "2025-08-04T08:30:52Z", "revision_number": 0}, {"id": "2287a44b-969b-4035-ae8a-104159bbb243", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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": 215, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:52Z", "updated_at": "2025-08-04T08:30:52Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:30:52Z", "updated_at": "2025-08-04T08:30:52Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:30:54,477 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.712s 2025-08-04 08:30:54,477 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c42f6976-f5dd-416b-b267-f2922b2d7e29', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2aceb4d5-190f-4677-8e13-d4ba65bd44b4", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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-04T08:30:54Z", "updated_at": "2025-08-04T08:30:54Z", "revision_number": 0}}' 2025-08-04 08:30:56,823 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.345s 2025-08-04 08:30:56,823 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2aa53465-8918-41f9-acb5-1aaebd43eb28', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f811c06b-53c3-4f47-a7c3-451190c65c90", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "a6cb7016-835e-4d03-ab33-1b745934b435", "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-04T08:30:56Z", "updated_at": "2025-08-04T08:30:56Z", "revision_number": 0}}' 2025-08-04 08:30:56,824 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--430479336 created 2025-08-04 08:31:02,482 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 5.658s 2025-08-04 08:31:02,483 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8920cdc2-0fdf-4d77-8ced-205dabd8eab4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8d6853fe-00bc-4bac-850d-0941b97cbe5e", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.251", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1696c9ce016243dd84e9dfca0a911820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:01Z", "updated_at": "2025-08-04T08:31:01Z", "revision_number": 0}}' 2025-08-04 08:31:02,483 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8d6853fe-00bc-4bac-850d-0941b97cbe5e', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:01Z', 'updated_at': '2025-08-04T08:31:01Z', 'revision_number': 0, 'ip': '172.24.4.251'} created 2025-08-04 08:31:02,577 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2025-08-04 08:31:02,577 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b12ac7fc-9817-459d-8418-a2e14bbae27e', '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": "af5f493074934520abf01bdbe984f879", "name": "tempest-AttachVolumeTestJSON-829956084-project-member", "password_expires_at": null}, "audit_ids": ["zb77_JR5SV6H-y9Bq3ylUA"], "expires_at": "2025-08-04T09:31:02.000000Z", "issued_at": "2025-08-04T08:31:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1696c9ce016243dd84e9dfca0a911820", "name": "tempest-AttachVolumeTestJSON-829956084"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "i mage", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1696c9ce016243dd84e9dfca0a911820", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:02,578 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9', 'name': 'tempest-AttachVolumeTestJSON-932049602-network', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 32318, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:24Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:02,578 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1522096740', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG/AMWq9REKeQ5Afx4D7kJijLPH8Q6LpORxynFcl2fZJznHxERcJ6d718FihtCzHTAIhyu0mFbrcYGVlc6+JyqRYVRV8XIb1LgN2qO5e6luHLpm4qOfwG6o5r0rI94VdLw==', 'fingerprint': 'ef:40:c7:e4:53:c4:af:ee:b1:22:a9:3b:fa:bb:6d:d8', 'user_id': 'af5f493074934520abf01bdbe984f879', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCM4HHl6NonLF5mphN4jTBOXqCvSlUpneJb8fBW5JPeksiKWADKQyrV\nW0LVRcUiDb6gBwYFK4EEACKhZANiAARvwDFqvURCnkOQH8eA+5CYoyzx/EOi6Tkc\ncpxXJdn2Sc5x8REXCene9fBYobQsx0wCIcrtJhW63GBlZXOvicqkWFUVfFyG9S4D\ndqjuXupbhy6ZuKjn8BuqOa9KyPeFXS8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a6cb7016-835e-4d03-ab33-1b745934b435', 'name': 'tempest-securitygroup--430479336', 'stateful': True, 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'description': 'tempest-description--1334579032', 'shared': False, 'security_group_rules': [{'id': '065bcb49-62f4-41fb-b648-0ee6dd2d73d2', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': 'a6cb7016-835e-4d03-ab33-1b745934b435', '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': 216, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:52Z', 'updated_at': '2025-08-04T08:30:52Z', 'revision_number': 0}, {'id': '2287a44b-969b-4035-ae8a-104159bbb243', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': 'a6cb7016-835e-4d03-ab33-1b745934b435', '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': 215, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:52Z', 'updated_at': '2025-08-04T08:30:52Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:30:52Z', 'upd ated_at': '2025-08-04T08:30:52Z', 'revision_number': 1, 'project_id': '1696c9ce016243dd84e9dfca0a911820'}, 'floating_ip': {'id': '8d6853fe-00bc-4bac-850d-0941b97cbe5e', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.251', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:01Z', 'updated_at': '2025-08-04T08:31:01Z', 'revision_number': 0, 'ip': '172.24.4.251'}} 2025-08-04 08:31:17,123 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 14.543s 2025-08-04 08:31:17,123 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-18989645", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9"}], "security_groups": [{"name": "tempest-securitygroup--430479336"}], "key_name": "tempest-keypair-1522096740", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71d859ee-af8e-4f4b-a2e8-9cfea7b32b1b', 'x-compute-request-id': 'req-71d859ee-af8e-4f4b-a2e8-9cfea7b32b1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--430479336"}], "adminPass": "password"}}' 2025-08-04 08:31:20,193 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 3.066s 2025-08-04 08:31:20,193 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 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-8b88127b-96d9-49bf-b300-fb9ffe342b6d', 'x-compute-request-id': 'req-8b88127b-96d9-49bf-b300-fb9ffe342b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "name": "tempest-AttachVolumeTestJSON-server-18989645", "status": "BUILD", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1522096740", "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-04 08:32:10,652 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.396s 2025-08-04 08:32:10,653 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d58f8ff-ec94-4627-aac8-5253071f7b57', 'x-compute-request-id': 'req-3d58f8ff-ec94-4627-aac8-5253071f7b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "name": "tempest-AttachVolumeTestJSON-server-18989645", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:41:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1522096740", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--430479336"}], "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-04 08:32:10,671 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:33:10,859 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/os-interface 0.183s 2025-08-04 08:33:10,859 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:10 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-45c19f3d-d1f6-4bfe-9d02-865b32bc62f9', 'x-compute-request-id': 'req-45c19f3d-d1f6-4bfe-9d02-865b32bc62f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "port_id": "699e090b-f5b1-4653-bc55-7e9a3a2fd09c", "mac_addr": "fa:16:3e:e8:41:89", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "533ee7ff-439b-4c69-b82b-069c30c6bc1d", "ip_address": "10.0.0.5"}]}]}' 2025-08-04 08:33:12,609 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e 1.746s 2025-08-04 08:33:12,610 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "699e090b-f5b1-4653-bc55-7e9a3a2fd09c"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-47eac5cb-9471-4f8d-a8fd-56f7288666d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e'} Body: b'{"floatingip": {"id": "8d6853fe-00bc-4bac-850d-0941b97cbe5e", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.251", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "1391a4c4-7f3b-4eff-ac7b-7c09fd128567", "port_id": "699e090b-f5b1-4653-bc55-7e9a3a2fd09c", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "mac_address": "fa:16:3e:e8:41:89", "admin_state_up": true, "status": "ACTIVE", "device_id": "ada078ae-0258-4f91-b676-c35bb827f703", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:01Z", "updated_at": "2025-08-04T08:33:11Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:33:12,612 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication 2025-08-04 08:33:12,640 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:12,743 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:12,744 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2025-08-04 08:33:12,785 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/ips 0.041s 2025-08-04 08:33:12,786 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:12 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-dc1a2d47-0c02-494c-8518-ae2376cd787d', 'x-compute-request-id': 'req-dc1a2d47-0c02-494c-8518-ae2376cd787d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-04 08:33:12,789 99909 INFO [tempest.lib.common.ssh] Creating ssh co nnection to '172.24.4.251:22' as 'cirros' with public key authentication 2025-08-04 08:33:12,792 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:12,895 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:12,896 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2025-08-04 08:33:12,897 99909 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-04 08:33:12,897 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.251:22' as 'cirros' with public key authentication 2025-08-04 08:33:12,899 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:13,003 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:13,004 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.251 successfully created 2025-08-04 08:33:13,240 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.223s 2025-08-04 08:33:13,241 99909 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-456203087"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83163292-112f-4512-bb96-7764f59040b2', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83163292-112f-4512-bb96-7764f59040b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f15a9dff-5071-4165-8711-df29eccbbdbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:13.180951", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-456203087", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:13,294 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe 0.041s 2025-08-04 08:33:13,294 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072c8d5b-3648-449a-b55a-dc5e5b93b7f8', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072c8d5b-3648-449a-b55a-dc5e5b93b7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe'} Body: b'{"volume": {"id": "f15a9dff-5071-4165-8711-df29eccbbdbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:13.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-456203087", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:33:14,357 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe 0.046s 2025-08-04 08:33:14,357 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac2f3fc-1d9d-4113-ab96-2e7be25a4d3e', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac2f3fc-1d9d-4113-ab96-2e7be25a4d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe'} Body: b'{"volume": {"id": "f15a9dff-5071-4165-8711-df29eccbbdbe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:13.000000", "updated_at": "2025-08-04T08:33:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-456203087", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f15a9dff-5071-4165-8711-df29eccbbdbe"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:33:14,548 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.174s 2025-08-04 08:33:14,548 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33: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-56c38dd4-b0be-4745-a344-0d67831eabee', 'x-compute-request-id': 'req-56c38dd4-b0be-4745-a344-0d67831eabee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'' 2025-08-04 08:33:14,743 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.195s 2025-08-04 08:33:14,744 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3b76abb-b126-4325-830c-ddd827758c71', 'x-compute-request-id': 'req-d3b76abb-b126-4325-830c-ddd827758c71', 'connection ': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"server": {"id": "ada078ae-0258-4f91-b676-c35bb827f703", "name": "tempest-AttachVolumeTestJSON-server-18989645", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:33:14Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:41:89"}, {"version": 4, "addr": "172.24.4.251", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:41:89"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ada078ae-0258-4f91-b676-c35bb827f703"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1522096740", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--430479336"}], "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-04 08:34:04,843 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703 0.035s 2025-08-04 08:34:04,843 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-5d6ba104-9181-49e6-ba64-3f586d1339b7', 'x-compute-request-id': 'req-5d6ba104-9181-49e6-ba64-3f586d1339b7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ada078ae-0258-4f91-b676-c35bb827f703'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ada078ae-0258-4f91-b676-c35bb827f703 could not be found."}}' 2025-08-04 08:34:04,872 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1522096740 0.028s 2025-08-04 08:34:04,872 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-0925bf71-cf26-4e4a-91d0-621fb63b7526', 'x-compute-request-id': 'req-0925bf71-cf26-4e4a-91d0-621fb63b7526', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1522096740'} Body: b'' 2025-08-04 08:34:05,054 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/net working/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435 0.180s 2025-08-04 08:34:05,054 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e276e47b-9116-443d-9161-a595277659d1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435'} Body: b'' 2025-08-04 08:34:05,073 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435 0.018s 2025-08-04 08:34:05,073 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-eca38467-75be-4601-a72e-a732f6084a9c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a6cb7016-835e-4d03-ab33-1b745934b435'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a6cb7016-835e-4d03-ab33-1b745934b435 does not exist", "detail": ""}}' 2025-08-04 08:34:05,430 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e 0.356s 2025-08-04 08:34:05,430 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9c68bb68-a7fc-4d32-8d27-97d0d051b1dc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8d6853fe-00bc-4bac-850d-0941b97cbe5e'} Body: b'' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 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 80d4e7af-6cdc-432d-9442-2f5e2a6b68c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:10,148 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.052s 2025-08-04 08:31:10,149 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-53a15a44-c2f4-4c2e-bc09-fdc99482d6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:11,178 99911 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.000s 2025-08-04 08:31:11,178 99911 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': 'Mon, 04 Aug 2025 08:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-43d27e1d-0e51-4498-a915-4bb7c39285ba', '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": "8eab4ba6b0ac4a508031c705af2f9201", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "created_at": "2025-08-04T08:31:11Z", "updated_at": "2025-08-04T08:31:11Z", "tags": [], "self": "/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "file": "/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:31:12,683 99911 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/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0/file 1.504s 2025-08-04 08:31:12,683 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8c5340ac-2e1d-4c86-afc8-bc49e2db1e88', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0/file'} Body: b'' 2025-08-04 08:31:12,684 99911 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:31:12,684 99911 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:31:17,563 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 4.877s 2025-08-04 08:31:17,563 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1549730522", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMkkDpqFA4AhFh8Gs4KtUxMAEtaUDaZTiHlnK0Y3ixzow0KZA8bcdHBdqWa/TeOLVYS4JcI5PN8nAs4Alrgnt6PmCN9UmxWF7NhFiRiqlMozX4WTMpR65AV9jNcorB0DLw=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:12 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-709e9b79-bea1-4535-828b-f0d1f59ae94f', 'x-compute-request-id': 'req-709e9b79-bea1-4535-828b-f0d1f59ae94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1549730522", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMkkDpqFA4AhFh8Gs4KtUxMAEtaUDaZTiHlnK0Y3ixzow0KZA8bcdHBdqWa/TeOLVYS4JcI5PN8nAs4Alrgnt6PmCN9UmxWF7NhFiRiqlMozX4WTMpR65AV9jNcorB0DLw==", "fingerprint": "8d:0d:02:17:9f:e1:bd:db:93:02:0b:48:8f:9e:a4:f4", "user_id": "936c06a37108410fa70cab09ff01be5b"}}' 2025-08-04 08:31:17,566 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1549730522 created 2025-08-04 08:31:20,149 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.582s 2025-08-04 08:31:20,149 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1712205547", "description": "tempest-description--1845388663"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-6686976a-df75-4828-a976-292c74aaa8c5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "name": "tempest-securitygroup--1712205547", "stateful": true, "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "description": "tempest-description--1845388663", "shared": false, "security_group_rules": [{"id": "b1aa78be-0eba-4320-b81e-18dcca660802", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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": 328, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_ at": "2025-08-04T08:31:19Z", "revision_number": 0}, {"id": "bf702b3a-be90-4fe2-b1d1-781754ed0fa8", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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": 329, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:31:19Z", "updated_at": "2025-08-04T08:31:19Z", "revision_number": 1, "project_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:31:23,660 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 3.509s 2025-08-04 08:31:23,660 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-76527dd7-7f27-4d27-9b94-a76fca210797', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "612addc2-1f5f-48d3-b24e-b9a27767e965", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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-04T08:31:23Z", "updated_at": "2025-08-04T08:31:23Z", "revision_number": 0}}' 2025-08-04 08:31:25,685 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.024s 2025-08-04 08:31:25,686 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-23f6a201-1fc2-4c28-9921-b06e5dbe6963', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6159c4f-5680-4f8c-b2f8-3468184d73de", "project_id": "d84f1283e1e946ddbf4e11e916633936", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "security_group_id": "9dbf581c-0b68-4bd4-b1b8-aa5979715523", "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-04T08:31:25Z", "updated_at": "2025-08-04T08:31:25Z", "revision_number": 0}}' 2025-08-04 08:31:25,686 99911 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1712205547 created 2025-08-04 08:31:28, 917 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 3.231s 2025-08-04 08:31:28,918 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7db75022-14f7-4bde-b804-9d7c6b0bf62c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9383f70e-78cf-4d58-a7e4-f68ff8de639e", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "floating_ip_address": "172.24.4.158", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d84f1283e1e946ddbf4e11e916633936", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:27Z", "updated_at": "2025-08-04T08:31:27Z", "revision_number": 0}}' 2025-08-04 08:31:28,918 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9383f70e-78cf-4d58-a7e4-f68ff8de639e', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'floating_ip_address': '172.24.4.158', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:27Z', 'updated_at': '2025-08-04T08:31:27Z', 'revision_number': 0, 'ip': '172.24.4.158'} created 2025-08-04 08:31:29,067 99911 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.143s 2025-08-04 08:31:29,067 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2493', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-db93a780-6034-48c3-b895-13a4eb916c5c', '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": "936c06a37108410fa70cab09ff01be5b", "name": "tempest-AttachSCSIVolumeTestJSON-58167850-project-member", "password_expires_at": null}, "audit_ids": ["vmnlPsCuSv-p1UhJRp_-bA"], "expires_at": "2025-08-04T09:31:28.000000Z", "issued_at": "2025-08-04T08:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d84f1283e1e946ddbf4e11e916633936", "name": "tempest-AttachSCSIVolumeTestJSON-58167850"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http: //10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d84f1283e1e946ddbf4e11e916633936", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:29,068 99911 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '31b7e451-7998-424a-8e17-ac20b77a1eef', 'name': 'tempest-AttachSCSIVolumeTestJSON-1941681648-network', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42685, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:29,068 99911 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1549730522', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMkkDpqFA4AhFh8Gs4KtUxMAEtaUDaZTiHlnK0Y3ixzow0KZA8bcdHBdqWa/TeOLVYS4JcI5PN8nAs4Alrgnt6PmCN9UmxWF7NhFiRiqlMozX4WTMpR65AV9jNcorB0DLw==', 'fingerprint': '8d:0d:02:17:9f:e1:bd:db:93:02:0b:48:8f:9e:a4:f4', 'user_id': '936c06a37108410fa70cab09ff01be5b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB0kzu12uf69r38iwuZF0QDLgLBWW1dP87We/NGU0Brtn3W/dH1arPE\nn3FtE5gVwaWgBwYFK4EEACKhZANiAATJJA6ahQOAIRYfBrOCrVMTABLWlA2mU4h5\nZytGN4sc6MNCmQPG3HRwXalmv03ji1WEuCXCOTzfJwLOAJa4J7ej5gjfVJsVhezY\nRYkYqpTKM1+FkzKUeuQFfYzXKKwdAy8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9dbf581c-0b68-4bd4-b1b8-aa5979715523', 'name': 'tempest-securitygroup--1712205547', 'stateful': True, 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'description': 'tempest-description--1845388663', 'shared': False, 'security_group_rules': [{'id': 'b1aa78be-0eba-4320-b81e-18dcca660802', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'security_group_id': '9dbf581c-0b68-4bd4-b1b8-aa5979715523', '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': 328, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}, {'id': 'bf702b3a-be90-4fe2-b1d1-781754ed0fa8', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'security_group_id': '9dbf581c-0b68-4bd4-b1b8-aa5979715523', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'po rt_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 329, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:31:19Z', 'updated_at': '2025-08-04T08:31:19Z', 'revision_number': 1, 'project_id': 'd84f1283e1e946ddbf4e11e916633936'}, 'floating_ip': {'id': '9383f70e-78cf-4d58-a7e4-f68ff8de639e', 'tenant_id': 'd84f1283e1e946ddbf4e11e916633936', 'floating_ip_address': '172.24.4.158', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd84f1283e1e946ddbf4e11e916633936', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:27Z', 'updated_at': '2025-08-04T08:31:27Z', 'revision_number': 0, 'ip': '172.24.4.158'}} 2025-08-04 08:31:35,093 99911 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.023s 2025-08-04 08:31:35,093 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1993499843", "imageRef": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "31b7e451-7998-424a-8e17-ac20b77a1eef"}], "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "key_name": "tempest-keypair-1549730522", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f696f566-e1cc-4503-9841-373e95ca02c2', 'x-compute-request-id': 'req-f696f566-e1cc-4503-9841-373e95ca02c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "adminPass": "hLpNzVN2piM3"}}' 2025-08-04 08:31:35,857 99911 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/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.760s 2025-08-04 08:31:35,857 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a012584-cddf-4dd4-bb94-a3fd9154c3c7', 'x-compute-request-id': 'req-2a012584-cddf-4dd4-bb94-a3fd9154c3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "name": "tempest -AttachSCSIVolumeTestJSON-server-1993499843", "status": "BUILD", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "user_id": "936c06a37108410fa70cab09ff01be5b", "metadata": {}, "hostId": "", "image": {"id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:31:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1549730522", "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-04 08:32:26,231 99911 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/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.304s 2025-08-04 08:32:26,231 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb182312-a9b2-4fa9-9dc5-592c5e87ccb7', 'x-compute-request-id': 'req-cb182312-a9b2-4fa9-9dc5-592c5e87ccb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "name": "tempest-AttachSCSIVolumeTestJSON-server-1993499843", "status": "ACTIVE", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "user_id": "936c06a37108410fa70cab09ff01be5b", "metadata": {}, "hostId": "ecf0efa7a37fea12115abfccb51fb26d6351917fbf415da11809c6ac", "image": {"id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:32:03Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1941681648-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:ad:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1549730522", "OS-SRV-USG:launched_at": "2025-08-04T08:32:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "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-04 08:32:26,247 99911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:26,492 99911 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/095 e28ce-48be-43e8-b5a1-67c3e82e5801/os-interface 0.184s 2025-08-04 08:33:26,493 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 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-72626f0e-2046-4c43-bc8a-287fc45ea9d2', 'x-compute-request-id': 'req-72626f0e-2046-4c43-bc8a-287fc45ea9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "31b7e451-7998-424a-8e17-ac20b77a1eef", "port_id": "c6bc2eb0-179b-411b-b8b1-53d6b5ed2344", "mac_addr": "fa:16:3e:05:ad:13", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1fcd82dc-1390-4d86-b737-e52999089498", "ip_address": "10.0.0.7"}]}]}' 2025-08-04 08:33:27,281 99911 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/9383f70e-78cf-4d58-a7e4-f68ff8de639e 0.781s 2025-08-04 08:33:27,282 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c6bc2eb0-179b-411b-b8b1-53d6b5ed2344"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2403b814-250e-4e78-9f01-cb18239c69c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9383f70e-78cf-4d58-a7e4-f68ff8de639e'} Body: b'{"floatingip": {"id": "9383f70e-78cf-4d58-a7e4-f68ff8de639e", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "floating_ip_address": "172.24.4.158", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "a9cba993-140a-43f6-9331-312eed0a9e68", "port_id": "c6bc2eb0-179b-411b-b8b1-53d6b5ed2344", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "31b7e451-7998-424a-8e17-ac20b77a1eef", "mac_address": "fa:16:3e:05:ad:13", "admin_state_up": true, "status": "ACTIVE", "device_id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:27Z", "updated_at": "2025-08-04T08:33:26Z", "revision_number": 1, "project_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:33:27,283 99911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.158:22' as 'cirros' with public key authentication 2025-08-04 08:33:27,298 99911 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:27,400 99911 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:27,401 99911 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.158 successfully created 2025-08-04 08:33:27,613 99911 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.211s 2025-08-04 08:33:27,614 99911 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-1247978773"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a92fa1-c657-483b-81ea-1edfe4557894', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a92fa1-c657-483b-81ea-1edfe4557894', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "80d4e7af-6cdc-432d-9442-2f5e2a6b68c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:27.550272", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1247978773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}], "user_id": "936c06a37108410fa70cab09ff01be5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:27,669 99911 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/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0 0.042s 2025-08-04 08:33:27,669 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2aa3ba1-3678-4432-ad8e-b0937657ca04', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2aa3ba1-3678-4432-ad8e-b0937657ca04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0'} Body: b'{"volume": {"id": "80d4e7af-6cdc-432d-9442-2f5e2a6b68c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1247978773", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}], "user_id": "936c06a37108410fa70cab09ff01be5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:33:28,724 99911 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/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0 0.039s 2025-08-04 08:33:28,724 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b81c7193-0d64-4d78-a3fe-804f6715aa0a', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81c7193-0d64-4d78-a3fe-804f6715aa0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0'} Body: b'{"volume": {"id": "80d4e7af-6cdc-432d-9442-2f5e2a6b68c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:28.000000", "updated_at": "2025-08-04T08:33:28.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1247978773", "description": null, "volume_type": "joviandss -2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80d4e7af-6cdc-432d-9442-2f5e2a6b68c0"}], "user_id": "936c06a37108410fa70cab09ff01be5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d84f1283e1e946ddbf4e11e916633936"}}' 2025-08-04 08:33:28,877 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.138s 2025-08-04 08:33:28,877 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 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-9c7d4ffd-c7c8-483b-8622-f9b58c03af92', 'x-compute-request-id': 'req-9c7d4ffd-c7c8-483b-8622-f9b58c03af92', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'' 2025-08-04 08:33:29,102 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.224s 2025-08-04 08:33:29,102 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ade5fe5e-52ae-498e-9cc1-ee918fd3fe33', 'x-compute-request-id': 'req-ade5fe5e-52ae-498e-9cc1-ee918fd3fe33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"server": {"id": "095e28ce-48be-43e8-b5a1-67c3e82e5801", "name": "tempest-AttachSCSIVolumeTestJSON-server-1993499843", "status": "ACTIVE", "tenant_id": "d84f1283e1e946ddbf4e11e916633936", "user_id": "936c06a37108410fa70cab09ff01be5b", "metadata": {}, "hostId": "ecf0efa7a37fea12115abfccb51fb26d6351917fbf415da11809c6ac", "image": {"id": "638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:35Z", "updated": "2025-08-04T08:33:29Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1941681648-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:ad:13"}, {"version": 4, "addr": "172.24.4.158", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:ad:13"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1549730522", "OS-SRV-USG:launched_at": "2025-08-04T08:32:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1712205547"}], "OS-EXT-STS:task_st ate": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:34:19,200 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801 0.035s 2025-08-04 08:34:19,200 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 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-8a345163-3bd8-4891-a8ac-4fed8d2ac040', 'x-compute-request-id': 'req-8a345163-3bd8-4891-a8ac-4fed8d2ac040', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/095e28ce-48be-43e8-b5a1-67c3e82e5801'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 095e28ce-48be-43e8-b5a1-67c3e82e5801 could not be found."}}' 2025-08-04 08:34:19,230 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549730522 0.030s 2025-08-04 08:34:19,231 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 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-6c703b68-824d-4fb8-ab0f-3f97ac23e2ab', 'x-compute-request-id': 'req-6c703b68-824d-4fb8-ab0f-3f97ac23e2ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1549730522'} Body: b'' 2025-08-04 08:34:19,395 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523 0.163s 2025-08-04 08:34:19,395 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-90b09746-8317-46eb-b0cd-4018c75b718e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523'} Body: b'' 2025-08-04 08:34:19,412 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523 0.016s 2025-08-04 08:34:19,412 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ea69da93-caff-4b51-8561-69d3c9486ec1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9dbf581c-0b68-4bd4-b1b8-aa5979715523'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9dbf581c-0b68-4bd4-b1b8-aa5979715523 does not exist", "detail": ""}}' 2025-08-04 08:34:19,753 99911 INFO [tempest.lib.common.rest_clien t] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9383f70e-78cf-4d58-a7e4-f68ff8de639e 0.340s 2025-08-04 08:34:19,753 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c366b503-fa4a-4c5d-a692-438ad23a50a1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9383f70e-78cf-4d58-a7e4-f68ff8de639e'} Body: b'' 2025-08-04 08:34:19,858 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0 0.104s 2025-08-04 08:34:19,858 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c55780ad-2240-49a7-97b0-78a15029a2bc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0'} Body: b'' 2025-08-04 08:34:19,877 99911 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0 0.018s 2025-08-04 08:34:19,877 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d4bb6195-c59b-4856-ac31-d1a167627fac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0'} Body: b'{"message": "No image found with ID 638fa837-a9d5-4d17-8b7a-c6ec4b16d2a0

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 f75c333d-3dcd-4a3a-a26f-351dd243e691 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:31:58,069 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.198s 2025-08-04 08:31:58,069 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:57 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-0c447f4c-5636-4c59-8524-3fcae956469f', '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": "8a5ffcda2f3b4a058f594da0d811bb5d", "name": "tempest-VolumesActionsTest-1686865782-project-member", "password_expires_at": null}, "audit_ids": ["M7jCyj2OSbGD5Ppum9DxYw"], "expires_at": "2025-08-04T09:31:57.000000Z", "issued_at": "2025-08-04T08:31:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "29dc58436f8f47e4b25f9978bd1b80e9", "name": "tempest-VolumesActionsTest-1686865782"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/29dc58436f8f47e4b25f9978bd1b80e9", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:58,070 99897 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '02482ce7-10bf-413d-9962-440d60520cf7', 'name': 'tempest-VolumesActionsTest-639857366-network', 'tenant_id': '29dc58436f8f47e4b25f9978bd1b80e9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '29dc58436f8f47e4b25f9978bd1b80e9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13853, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:31:33Z', 'updated_at': '2025- 08-04T08:31:33Z', 'revision_number': 1} available for tenant 2025-08-04 08:32:03,804 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 5.733s 2025-08-04 08:32:03,804 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1423437053", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "02482ce7-10bf-413d-9962-440d60520cf7"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c14ac3e-7f94-462f-99aa-6502aecf3499', 'x-compute-request-id': 'req-0c14ac3e-7f94-462f-99aa-6502aecf3499', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5YRnU4hvNH8h"}}' 2025-08-04 08:32:04,153 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.345s 2025-08-04 08:32:04,153 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7efd421f-bd6b-4797-9a95-86d2755fb95f', 'x-compute-request-id': 'req-7efd421f-bd6b-4797-9a95-86d2755fb95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "name": "tempest-VolumesActionsTest-instance-1423437053", "status": "BUILD", "tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9", "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:32:04Z", "updated": "2025-08-04T08:32:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "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-04 08:32:54,450 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-416 3-4fc3-8480-554dd737b483 0.230s 2025-08-04 08:32:54,450 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8845d924-676c-4a85-acd6-f5bb874b35e6', 'x-compute-request-id': 'req-8845d924-676c-4a85-acd6-f5bb874b35e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "name": "tempest-VolumesActionsTest-instance-1423437053", "status": "ACTIVE", "tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9", "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "metadata": {}, "hostId": "213d2bf5e41da7f2a8174cde7fbecfbe210eeb35d99487fb7ae4006e", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:32:03Z", "updated": "2025-08-04T08:32:23Z", "addresses": {"tempest-VolumesActionsTest-639857366-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:19:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:32:23.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-04 08:32:54,467 99897 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:33:54,738 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-04 08:33:54,738 99897 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-1627144140"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b6fef9-b472-4599-9cab-80eb2607c1b7', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b6fef9-b472-4599-9cab-80eb2607c1b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:54.675164", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consist encygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:33:54,793 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.042s 2025-08-04 08:33:54,793 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df366d2b-4191-4a1d-8d8f-39ca1948d413', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df366d2b-4191-4a1d-8d8f-39ca1948d413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:33:55,846 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.038s 2025-08-04 08:33:55,846 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc1d6db-a79f-4d9f-aabb-6e4b0c815f14', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc1d6db-a79f-4d9f-aabb-6e4b0c815f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:55.000000", "updated_at": "2025-08-04T08:33:55.000000", "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:33:55,898 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.037s 2025-08-04 08:33:55,899 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:55 GMT', 'se rver': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad20359-4163-4267-9b25-5cb9b206afb5', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ad20359-4163-4267-9b25-5cb9b206afb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"volume": {"id": "f75c333d-3dcd-4a3a-a26f-351dd243e691", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:33:55.000000", "updated_at": "2025-08-04T08:33:55.000000", "name": "tempest-VolumesActionsTest-Volume-1627144140", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:33:56,010 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.097s 2025-08-04 08:33:56,010 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd736ec6-b9f7-45f5-b320-e3b2857403d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'' 2025-08-04 08:33:56,034 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691 0.023s 2025-08-04 08:33:56,034 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33: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-c978c3ec-a223-46a8-8764-2563a47f44fa', 'x-openstack-request-id': 'req-c978c3ec-a223-46a8-8764-2563a47f44fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f75c333d-3dcd-4a3a-a26f-351dd243e691'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f75c333d-3dcd-4a3a-a26f-351dd243e691 could not be found."}}' 2025-08-04 08:33:56,176 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.141s 2025-08-04 08:33:56,176 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33: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-d1905d8b-5fea-42f5-a9f3-704596fb021e', 'x-compute-request-id': 'req-d1905d8b-5fea-42f5-a9f3-704596fb021e', 'connection': 'close', 'status': '204', 'c ontent-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'' 2025-08-04 08:33:56,416 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.239s 2025-08-04 08:33:56,416 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e1735ee-2b72-4517-b8ce-9e440e23affe', 'x-compute-request-id': 'req-6e1735ee-2b72-4517-b8ce-9e440e23affe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"server": {"id": "89686b7d-4163-4fc3-8480-554dd737b483", "name": "tempest-VolumesActionsTest-instance-1423437053", "status": "ACTIVE", "tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9", "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "metadata": {}, "hostId": "213d2bf5e41da7f2a8174cde7fbecfbe210eeb35d99487fb7ae4006e", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:32:03Z", "updated": "2025-08-04T08:33:56Z", "addresses": {"tempest-VolumesActionsTest-639857366-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:19:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89686b7d-4163-4fc3-8480-554dd737b483"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:32:23.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-04 08:34:46,518 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483 0.038s 2025-08-04 08:34:46,518 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-09e4ef7c-0af2-490c-afc9-6a3998d3cb2c', 'x-compute-request-id': 'req-09e4ef7c-0af2-490c-afc9-6a3998d3cb2c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89686b7d-4163-4fc3-8480-554dd737b483'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 89686b7d-4163-4fc3-8480-554dd737b483 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 af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:46,738 99897 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.216s 2025-08-04 08:34:46,738 99897 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-1408817958"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d433a27d-209b-4349-bc7f-4c8f8ffb9ef0', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d433a27d-209b-4349-bc7f-4c8f8ffb9ef0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:46.663998", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:46,803 99897 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/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.052s 2025-08-04 08:34:46,803 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f77d8d0-717a-49af-86e5-753bffaa255f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f77d8d0-717a-49af-86e5-753bffaa255f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:47.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:47,863 99897 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/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.044s 2025-08-04 08:34:47,863 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-ed22929b-7531-460a-836a-a25343dc6152', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed22929b-7531-460a-836a-a25343dc6152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:47.000000", "updated_at": "2025-08-04T08:34:47.000000", "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:47,923 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.045s 2025-08-04 08:34:47,923 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1d5a99-fb16-47c2-99c3-c3f43a8f61fd', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1d5a99-fb16-47c2-99c3-c3f43a8f61fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"volume": {"id": "af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:47.000000", "updated_at": "2025-08-04T08:34:47.000000", "name": "tempest-VolumesActionsTest-Volume-1408817958", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:48,063 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.125s 2025-08-04 08:34:48,064 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-f4f98a02-5006-4300-ba43-cf5f861961d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'' 2025-08-04 08:34:48,089 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d 0.025s 2025-0 8-04 08:34:48,090 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-eef00941-4df0-4635-989c-c58b1ed23794', 'x-openstack-request-id': 'req-eef00941-4df0-4635-989c-c58b1ed23794', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume af5b3873-3b1e-4ef1-8c4a-849c1b3fb05d could not be found."}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92cd785a-1875-4059-85f4-79b71be1ded0 failed to build and is in ERROR status 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 9608a3b4-aeb1-4131-b47f-64e6fa6abc21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:48,279 99897 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.185s 2025-08-04 08:34:48,279 99897 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-329926386"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a869fa61-71e4-4c49-bc60-5046d394654d', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a869fa61-71e4-4c49-bc60-5046d394654d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.218887", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:48,341 99897 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/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.049s 2025-08-04 08:34:48,341 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0483c330-f8b1-4ed6-adc7-18c6a6cabda2', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0483c330-f8b1-4ed6-adc7-18c6a6cabda2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:49,401 99897 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/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.045s 2025-08-04 08:34:49,401 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-1ca769e5-386c-4eb3-9c2c-dedbc9365804', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca769e5-386c-4eb3-9c2c-dedbc9365804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.000000", "updated_at": "2025-08-04T08:34:48.000000", "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:49,461 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.046s 2025-08-04 08:34:49,461 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c91743b-3ebe-4336-8c48-8dc9e2822e66', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c91743b-3ebe-4336-8c48-8dc9e2822e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"volume": {"id": "9608a3b4-aeb1-4131-b47f-64e6fa6abc21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:48.000000", "updated_at": "2025-08-04T08:34:48.000000", "name": "tempest-VolumesActionsTest-Volume-329926386", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:49,597 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.121s 2025-08-04 08:34:49,597 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-550cd935-556e-4fd2-8ee6-cf8d8dfbd2be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'' 2025-08-04 08:34:49,618 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21 0.021s 2025-08-04 08: 34:49,619 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-99923bf1-4c34-4594-8d3a-9f9328c46b62', 'x-openstack-request-id': 'req-99923bf1-4c34-4594-8d3a-9f9328c46b62', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9608a3b4-aeb1-4131-b47f-64e6fa6abc21'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9608a3b4-aeb1-4131-b47f-64e6fa6abc21 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 93752a34-21a9-4412-83dc-3596ec6a8f1a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:49,815 99897 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.193s 2025-08-04 08:34:49,816 99897 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-1966193471"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738057c6-69b8-4c7a-b077-f1db6e7c1ad6', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738057c6-69b8-4c7a-b077-f1db6e7c1ad6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:49.753312", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:49,875 99897 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/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.041s 2025-08-04 08:34:49,876 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646d71b8-357e-4a38-9021-f7e258e6948c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646d71b8-357e-4a38-9021-f7e258e6948c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:50,931 99897 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/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.040s 2025-08-04 08:34:50,931 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-85de6334-14c5-4d92-86f3-4c73bde8f7f1', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85de6334-14c5-4d92-86f3-4c73bde8f7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:50,983 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.037s 2025-08-04 08:34:50,984 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-711055f2-4e56-4468-8771-1c1b6a69dd52', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-711055f2-4e56-4468-8771-1c1b6a69dd52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"volume": {"id": "93752a34-21a9-4412-83dc-3596ec6a8f1a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesActionsTest-Volume-1966193471", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:51,135 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.137s 2025-08-04 08:34:51,136 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-479e720c-2136-4f22-9903-845e0146b1e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'' 2025-08-04 08:34:51,156 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a 0.020s 2025-08-04 08:34:5 1,156 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-5654e6e4-5957-477b-94fd-d3e99ab9a9ad', 'x-openstack-request-id': 'req-5654e6e4-5957-477b-94fd-d3e99ab9a9ad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93752a34-21a9-4412-83dc-3596ec6a8f1a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 93752a34-21a9-4412-83dc-3596ec6a8f1a 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 e0f4d35e-1f26-490a-8a48-5b3b47243db2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:50,182 99911 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.379s 2025-08-04 08:34:50,183 99911 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-104709767", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55fc41d1-3c64-46ca-84c6-29a932e413f6', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55fc41d1-3c64-46ca-84c6-29a932e413f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.121433", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:50,232 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.037s 2025-08-04 08:34:50,232 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4da6ba6-9f1d-42cf-b4e0-9f2d315b97e4', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4da6ba6-9f1d-42cf-b4e0-9f2d315b97e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:51,292 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.044s 2025-08-04 08:34:51,292 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-2844dfea-f020-46c0-9e00-f4777fd1fdc2', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2844dfea-f020-46c0-9e00-f4777fd1fdc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:51,354 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.048s 2025-08-04 08:34:51,355 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca1b207-2003-457d-980c-e427697d5b4b', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca1b207-2003-457d-980c-e427697d5b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"volume": {"id": "e0f4d35e-1f26-490a-8a48-5b3b47243db2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:50.000000", "updated_at": "2025-08-04T08:34:50.000000", "name": "tempest-VolumesGetTest-Volume-104709767", "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/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:51,472 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.103s 2025-08-04 08:34:51,472 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-cdc4f233-a538-4ea5-af49-4b7fee098cca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'' 2025-08-04 08:34:51,494 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2 0.021s 2025-08- 04 08:34:51,494 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-aecb7245-0148-4bdf-9c75-2cd6d02f6e51', 'x-openstack-request-id': 'req-aecb7245-0148-4bdf-9c75-2cd6d02f6e51', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0f4d35e-1f26-490a-8a48-5b3b47243db2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0f4d35e-1f26-490a-8a48-5b3b47243db2 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 4f293026-092a-49e9-8097-4a920e531bb8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:51,360 99897 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.201s 2025-08-04 08:34:51,361 99897 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-1002138976"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d0e7e9-4bb5-4c55-8042-41e7f3f72726', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d0e7e9-4bb5-4c55-8042-41e7f3f72726', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.293548", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:51,420 99897 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/4f293026-092a-49e9-8097-4a920e531bb8 0.047s 2025-08-04 08:34:51,420 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca1b90d-35cc-48db-a0df-44249bbadf64', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ca1b90d-35cc-48db-a0df-44249bbadf64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:52,482 99897 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/4f293026-092a-49e9-8097-4a920e531bb8 0.047s 2025-08-04 08:34:52,482 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-5c11ee50-6334-408d-975c-173d8d06b387', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c11ee50-6334-408d-975c-173d8d06b387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.000000", "updated_at": "2025-08-04T08:34:51.000000", "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:52,540 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8 0.044s 2025-08-04 08:34:52,541 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19867c46-f3a9-4e1d-a9e0-d47b6e92d58c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19867c46-f3a9-4e1d-a9e0-d47b6e92d58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"volume": {"id": "4f293026-092a-49e9-8097-4a920e531bb8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.000000", "updated_at": "2025-08-04T08:34:51.000000", "name": "tempest-VolumesActionsTest-Volume-1002138976", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4f293026-092a-49e9-8097-4a920e531bb8"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:52,667 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8 0.112s 2025-08-04 08:34:52,667 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-866ab7ed-7b40-4309-8a5f-63c7a639144c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'' 2025-08-04 08:34:52,686 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8 0.019s 2025-08-04 08:34:52,687 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f1c83e-b9a6-4b8b-8af9-8fff49447c0e', 'x-openstack-request-id': 'req-d7f1c83e-b9a6-4b8b-8af9-8fff49447c0e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4f293026-092a-49e9-8097-4a920e531bb8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f293026-092a-49e9-8097-4a920e531bb8 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 de5cecc2-1039-431b-a6aa-4020c08c9028 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:51,719 99911 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.221s 2025-08-04 08:34:51,719 99911 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-262223664"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1aca96-beea-4e39-b5fa-7f00f0cd0c03', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1aca96-beea-4e39-b5fa-7f00f0cd0c03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:51.637029", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:51,771 99911 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/de5cecc2-1039-431b-a6aa-4020c08c9028 0.040s 2025-08-04 08:34:51,772 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af0776e1-fd45-4411-84a9-70c9c2bd6cbb', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af0776e1-fd45-4411-84a9-70c9c2bd6cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:52,834 99911 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/de5cecc2-1039-431b-a6aa-4020c08c9028 0.048s 2025-08-04 08:34:52,834 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383247 1f-c9e6-4f37-9c10-3e183922567a', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3832471f-c9e6-4f37-9c10-3e183922567a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.000000", "updated_at": "2025-08-04T08:34:52.000000", "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:52,891 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028 0.043s 2025-08-04 08:34:52,892 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3696723-f72b-4538-96a8-bc63c8cb71dd', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3696723-f72b-4538-96a8-bc63c8cb71dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"volume": {"id": "de5cecc2-1039-431b-a6aa-4020c08c9028", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.000000", "updated_at": "2025-08-04T08:34:52.000000", "name": "tempest-VolumesGetTest-Volume-262223664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:53,038 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028 0.133s 2025-08-04 08:34:53,038 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-0dfdf9da-2dac-4228-be9c-3cc764c00f3b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'' 2025-08-04 08:34:53,059 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028 0.020s 2025-08-04 08:34:53,059 99911 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-b3c27f6a-e771-48c3-81bb-d37db45f3331', 'x-openstack-request-id': 'req-b3c27f6a-e771-48c3-81bb-d37db45f3331', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de5cecc2-1039-431b-a6aa-4020c08c9028'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume de5cecc2-1039-431b-a6aa-4020c08c9028 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 697c4c94-491e-478b-9131-c897aff58e5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:52,876 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.186s 2025-08-04 08:34:52,877 99897 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-1209129979"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-771022a6-2e4d-41bb-8374-6bbb00d24e9c', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-771022a6-2e4d-41bb-8374-6bbb00d24e9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:52.810638", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:52,960 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.072s 2025-08-04 08:34:52,961 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c763362-dbf4-4441-86f3-e1354c336de8', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c763362-dbf4-4441-86f3-e1354c336de8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:54,027 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.052s 2025-08-04 08:34:54,027 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f18c04f8-92b2-4804-9af1-39f25d21e19e', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f18c04f8-92b2-4804-9af1-39f25d21e19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:53.000000", "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:54,085 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.043s 2025-08-04 08:34:54,085 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d876789b-a24c-4d96-a5a0-b6761b730e00', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d876789b-a24c-4d96-a5a0-b6761b730e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"volume": {"id": "697c4c94-491e-478b-9131-c897aff58e5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:53.000000", "name": "tempest-VolumesActionsTest-Volume-1209129979", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/697c4c94-491e-478b-9131-c897aff58e5c"}], "user_id": "8a5ffcda2f3b4a058f594da0d811bb5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "29dc58436f8f47e4b25f9978bd1b80e9"}}' 2025-08-04 08:34:54,209 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.111s 2025-08-04 08:34:54,209 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-9c489ecd-25c7-4a0c-9d08-cee55ab77cc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'' 2025-08-04 08:34:54,230 99897 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c 0.020s 2025-08-04 08:34:54,230 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-1f19f4a4-886c-48cb-a2a9-8d4744e773b1', 'x-openstack-request-id': 'req-1f19f4a4-886c-48cb-a2a9-8d4744e773b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/697c4c94-491e-478b-9131-c897aff58e5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 697c4c94-491e-478b-9131-c897aff58e5c 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 9b9bcaea-384a-481d-b493-70dc65bb1b61 failed to build and is in ERROR status 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 7a37fa96-66b4-4b0e-8d69-34868c056d0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:53,096 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.034s 2025-08-04 08:34:53,097 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fea64679-5468-4eeb-a4ce-b8c3181f0a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:34:53,134 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.036s 2025-08-04 08:34:53,135 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed5f5c32-7c11-4aa0-a9e0-b816a98e8eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:34:53,504 99911 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.368s 2025-08-04 08:34:53,504 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-Volumes GetTest-Volume-1267150511", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9bb326-2537-41f5-a14f-687f2651f002', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9bb326-2537-41f5-a14f-687f2651f002', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7a37fa96-66b4-4b0e-8d69-34868c056d0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.436797", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:53,573 99911 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/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.043s 2025-08-04 08:34:53,573 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dd65b11-a9a1-40a2-90fb-80d611ed553e', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dd65b11-a9a1-40a2-90fb-80d611ed553e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"volume": {"id": "7a37fa96-66b4-4b0e-8d69-34868c056d0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:54,640 99911 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/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.052s 2025-08-04 08:34:54,641 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ec0bfb-b583-46c2-b4eb-2d51a93abac4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ec0bfb-b583-46c2-b4eb-2d51a93abac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"volume": {"id": "7a37fa96 -66b4-4b0e-8d69-34868c056d0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:54.000000", "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:54,691 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.036s 2025-08-04 08:34:54,692 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91c780b2-1730-45af-9c8c-25efa097a71d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91c780b2-1730-45af-9c8c-25efa097a71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"volume": {"id": "7a37fa96-66b4-4b0e-8d69-34868c056d0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:53.000000", "updated_at": "2025-08-04T08:34:54.000000", "name": "tempest-VolumesGetTest-Volume-1267150511", "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/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e"}], "user_id": "265ff4420782433cbc55dbc243b3d0b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f30e73ef1984333a34d98d7db10e663"}}' 2025-08-04 08:34:54,797 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.092s 2025-08-04 08:34:54,798 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34: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-1a826b4e-a139-4feb-b7ad-9942b61cf9e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'' 2025-08-04 08:34:54,825 99911 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e 0.027s 2025-08-04 08:34:54,826 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-ty pe': 'application/json', 'x-compute-request-id': 'req-39dc5957-e0ae-4a51-8b52-cef627e8014c', 'x-openstack-request-id': 'req-39dc5957-e0ae-4a51-8b52-cef627e8014c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a37fa96-66b4-4b0e-8d69-34868c056d0e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7a37fa96-66b4-4b0e-8d69-34868c056d0e could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:06,292 99897 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.400s 2025-08-04 08:35:06,293 99897 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-710269192"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2524181-60b5-44ca-9096-cd4d880241f3', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2524181-60b5-44ca-9096-cd4d880241f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.232629", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:35:06,349 99897 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/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.044s 2025-08-04 08:35:06,349 99897 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': 'Mon, 04 Aug 2025 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f8e97f-df96-49ba-a872-1c8dadb62441', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f8e97f-df96-49ba-a872-1c8dadb62441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:07,406 99897 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/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.041s 2025-08-04 08:35:07,406 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd30c4e-6c8a-4889-b5f1-66614a7b5543', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd30c4e-6c8a-4889-b5f1-66614a7b5543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.000000", "updated_at": "2025-08-04T08:35:06.000000", "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:07,463 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.042s 2025-08-04 08:35:07,463 99897 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': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c807c5c1-48ff-4698-97a7-b33a61d24bf5', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c807c5c1-48ff-4698-97a7-b33a61d24bf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"volume": {"id": "3f95cf06-bf57-4f1b-ad78-852d5c6f1f78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:06.000000", "updated_at": "2025-08-04T08:35:06.000000", "name": "tempest-VolumesTransfersV355Test-Volume-710269192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:07,581 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.102s 2025-08-04 08:35:07,582 99897 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': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95023973-dbb8-4161-8c60-170b1bbf25e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'' 2025-08-04 08:35:07,604 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 0.021s 2025-08-04 08:35:07,604 99897 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': 'Mon, 04 Aug 2025 08:35:07 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-2c6aa99b-d20b-44fa-8d1c-8c7911d86aa4', 'x-openstack-request-id': 'req-2c6aa99b-d20b-44fa-8d1c-8c7911d86aa4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f95cf06-bf57-4f1b-ad78-852d5c6f1f78'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3f95cf06-bf57-4f1b-ad78-852d5c6f1f78 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 62f93154-68c4-4fb5-bd78-77a3a456d774 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:50,772 99907 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.558s 2025-08-04 08:30:50,772 99907 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-1869720598"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c403c21b-f3b9-4eb3-b68c-544f6856dd37', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c403c21b-f3b9-4eb3-b68c-544f6856dd37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "62f93154-68c4-4fb5-bd78-77a3a456d774", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:50.684209", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1869720598", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}], "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:30:50,785 99907 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:30:50,848 99907 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.062s 2025-08-04 08:30:50,848 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-779858290", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIMfgBjTPAZqwdUajg6LVxnZ6lgIK+ZRqQ6KzWokbnnghwbn/SR3lpSIKq3AJ4Ez+leeNIBMP3bpIyzv5/qafaWuYcRSyZ9Vql/KRooXE4DZ9C1OqXsnsYJgE3hl2C+I8g=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:50 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-f809172c-361a-499a-87ab-1e84ca322d83', 'x-compute-request-id': 'req-f809172c-361a-499a-87ab-1e84ca322d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-779858290", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIMfgBjTPAZqwdUajg6LVxnZ6lgIK+ZRqQ6KzWokbnnghwbn/SR3lpSIKq3AJ4Ez+leeNIBMP3bpIyzv5/qafaWuYcRSyZ9Vql/KRooXE4DZ9C1OqXsnsYJgE3hl2C+I8g==", "fingerprint": "a2:7b:af:ba:27:cc:41:04:a1:27:ea:cd:85:35:67:e7", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d"}}' 2025-08-04 08:30:50,851 99907 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-779858290 created 2025-08-04 08:30:53,336 99907 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 2.484s 2025-08-04 08:30:53,337 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1417696955", "description": "tempest-description--1583148883"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-8cfd9f93-aad2-4bd0-bcfd-a49775a1cb5f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "name": "tempest-securitygroup--1417696955", "stateful": true, "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "description": "tempest-description--1583148883", "shared": false, "security_group_rules": [{"id": "14d08383-dd47-4c5a-89da-6117b71d075b", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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": 227, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:53Z", "updated_at": "2025-08-04T08:30:53Z", "revision_number": 0}, {"id": "98aed723-ab32-4385-98d4-26960b5cb76a", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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": 228, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:30:53Z", "updated_at": "2025-08-04T08:30:53Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:30:53Z", "updated_at": "2025-08-04T08:30:53Z", "revision_number": 1, "project_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' 2025-08-04 08:30:54,650 99907 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.312s 2025-08-04 08:30:54,651 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-7cf74182-f122-474d-bddb-64e12b67b2d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a3b07d7-8218-42fe-bc8e-a23079ac854d", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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-04T08:30:54Z", "updated_at": "2025-08-04T08:30:54Z", "revision_number": 0}}' 2025-08-04 08:30:57,343 99907 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 2.691s 2025-08-04 08:30:57,343 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-52ba5d74-d15b-4676-b89f-10981dc86fd7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d56dfe27-c90e-4e97-9621-c99e3bfd3783", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "security_group_id": "4c2fc105-f944-477b-ab69-bd479863bb6a", "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-04T08:30:57Z", "updated_at": "2025-08-04T08:30:57Z", "revision_number": 0}}' 2025-08-04 08:30:57,343 99907 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1417696955 created 2025-08-04 08:31:04,091 99907 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 6.747s 2025-08-04 08:31:04,091 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-35ee9d3a-f954-4641-9f41-12cf09266b20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "38293eab-41bf-456f-9344-d51a8078464e", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "floating_ip_address": "172.24.4.223", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2e8c6f9e935f4d878135e744a1f3a742", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:03Z", "updated_at": "2025-08-04T08:31:03Z", "revision_number": 0}}' 2025-08-04 08:31:04,091 99907 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '38293eab-41bf-456f-9344-d51a8078464e', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'floating_ip_address': '172.24.4.223', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:03Z', 'updated_at': '2025-08-04T08:31:03Z', 'revision_number': 0, 'ip': '172.24.4.223'} created 2025-08-04 08:31:04,188 99907 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.090s 2025-08-04 08:31:04,188 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length ': '2505', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-43e9b03c-5021-41ff-b4d4-3c6f5807cb1e', '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": "63cac4eec4e34228947bc2fcc18e6f5d", "name": "tempest-ServerStableDeviceRescueTest-1925141646-project-member", "password_expires_at": null}, "audit_ids": ["WpEr_yXfRMqjZiDyDuELiA"], "expires_at": "2025-08-04T09:31:04.000000Z", "issued_at": "2025-08-04T08:31:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2e8c6f9e935f4d878135e744a1f3a742", "name": "tempest-ServerStableDeviceRescueTest-1925141646"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2e8c6f9e935f4d878135e744a1f3a742", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:31:04,188 99907 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '5b14aa85-f5e9-491f-9d6d-c6d0672683b4', 'name': 'tempest-ServerStableDeviceRescueTest-400568016-network', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 39014, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:04,189 99907 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-779858290', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIMfgBjTPAZqwdUajg6LVxnZ6lgIK+ZRqQ6KzWokbnnghwbn/SR3lpSIKq3AJ4Ez+leeNIBMP3bpIyzv5/qafaWuYcRSyZ9Vql/KRooXE4DZ9C1OqXsnsYJgE3hl2C+I8g==' , 'fingerprint': 'a2:7b:af:ba:27:cc:41:04:a1:27:ea:cd:85:35:67:e7', 'user_id': '63cac4eec4e34228947bc2fcc18e6f5d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCFmKrDGe1y3ovo03ELgm2fUcboZ4dbS4j8B5VAx2lVWhYuLKBRsx4l\n0cL9a+2kzk+gBwYFK4EEACKhZANiAASDH4AY0zwGasHVGo4Oi1cZ2epYCCvmUakO\nis1qJG554IcG5/0kd5aUiCqtwCeBM/pXnjSATD926SMs7+f6mn2lrmHEUsmfVapf\nykaKFxOA2fQtTql7J7GCYBN4ZdgviPI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4c2fc105-f944-477b-ab69-bd479863bb6a', 'name': 'tempest-securitygroup--1417696955', 'stateful': True, 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'description': 'tempest-description--1583148883', 'shared': False, 'security_group_rules': [{'id': '14d08383-dd47-4c5a-89da-6117b71d075b', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'security_group_id': '4c2fc105-f944-477b-ab69-bd479863bb6a', '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': 227, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:53Z', 'updated_at': '2025-08-04T08:30:53Z', 'revision_number': 0}, {'id': '98aed723-ab32-4385-98d4-26960b5cb76a', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'security_group_id': '4c2fc105-f944-477b-ab69-bd479863bb6a', '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': 228, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:30:53Z', 'updated_at': '2025-08-04T08:30:53Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:30:53Z', 'updated_at': '2025-08-04T08:30:53Z', 'revision_number': 1, 'project_id': '2e8c6f9e935f4d878135e744a1f3a742'}, 'floating_ip': {'id': '38293eab-41bf-456f-9344-d51a8078464e', 'tenant_id': '2e8c6f9e935f4d878135e744a1f3a742', 'floating_ip_address': '172.24.4.223', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2e8c6f9e935f4d878135e744a1f3a742', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:31:03Z', 'updated_at': '2025-08-04T08:31:03Z', 'revision_number': 0, 'ip': '172.24.4.223'}} 2025-08-04 08:31:17,301 99907 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 13.111s 2025-08-04 08:31:17,301 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-798498392", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "5b14aa85-f5e9-491f-9d6d-c6d0672683b4"}], "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "key_name": "tempest-keypair-779858290", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf180e51-faec-44d1-a309-a77ec3d61e59', 'x-compute-request-id': 'req-cf180e51-faec-44d1-a309-a77ec3d61e59', 'connection': 'close', 'stat us': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "adminPass": "V5xK8PHFpMvv"}}' 2025-08-04 08:31:22,740 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 5.436s 2025-08-04 08:31:22,740 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:31:17 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-932f29b0-df41-4c49-b235-a8fb9d076319', 'x-compute-request-id': 'req-932f29b0-df41-4c49-b235-a8fb9d076319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "BUILD", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:32:13,236 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 0.431s 2025-08-04 08:32:13,236 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:32:12 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-0435fd87-deff-4470-bc0a-8b2c2e522a00', 'x-compute-request-id': 'req-0435fd87-deff-4470-bc0a-8b2c2e522a00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "ACTIVE", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f 5d", "metadata": {}, "hostId": "1afe1e40ec340c4ffd665f4894b2df92e821b870e05309e6050e1a3f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerStableDeviceRescueTest-400568016-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "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-04 08:32:13,252 99907 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:13,459 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8/os-interface 0.147s 2025-08-04 08:33:13,460 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 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-8762be1d-68f5-4d18-a81b-7b5e24c16648', 'x-compute-request-id': 'req-8762be1d-68f5-4d18-a81b-7b5e24c16648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5b14aa85-f5e9-491f-9d6d-c6d0672683b4", "port_id": "1aea1539-b53d-459c-8d51-4a7144f08b06", "mac_addr": "fa:16:3e:8e:6c:bd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f66b9207-ba9c-4730-a3d1-76fe0a811c67", "ip_address": "10.0.0.8"}]}]}' 2025-08-04 08:33:14,657 99907 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/38293eab-41bf-456f-9344-d51a8078464e 1.193s 2025-08-04 08:33:14,657 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1aea1539-b53d-459c-8d51-4a7144f08b06"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-93322e61-bc02-486c-859f-da1f287f7301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/38293eab-41bf-456f-9344-d51a8078464e'} Body: b'{"floatingip": {"id": "38293eab-41bf-456f-9344-d51a8078464e", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "floating_ip_address": "172.24.4.223", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "695880b4-9da9-4817-87d8-14733638443e", "port_id": "1aea1539-b53d-459c-8d51-4a7144f08b06", "fixed_ip_address": " 10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5b14aa85-f5e9-491f-9d6d-c6d0672683b4", "mac_address": "fa:16:3e:8e:6c:bd", "admin_state_up": true, "status": "ACTIVE", "device_id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:31:03Z", "updated_at": "2025-08-04T08:33:13Z", "revision_number": 1, "project_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' 2025-08-04 08:33:14,659 99907 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.223:22' as 'cirros' with public key authentication 2025-08-04 08:33:14,678 99907 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:33:14,782 99907 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:33:14,783 99907 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.223 successfully created 2025-08-04 08:33:15,819 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8/action 1.035s 2025-08-04 08:33:15,820 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-916007088"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2647e179-a059-4298-b9dd-2d686b4d1250', 'x-compute-request-id': 'req-2647e179-a059-4298-b9dd-2d686b4d1250', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8/action'} Body: b'' 2025-08-04 08:33:15,893 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.068s 2025-08-04 08:33:15,893 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8743e00b-cb8a-48c3-9aef-3efcf962608f', 'x-compute-request-id': 'req-8743e00b-cb8a-48c3-9aef-3efcf962608f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"image": {"id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63c ac4eec4e34228947bc2fcc18e6f5d"}, "created": "2025-08-04T08:33:16Z", "updated": "2025-08-04T08:33:16Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}], "server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}]}}}' 2025-08-04 08:34:06,008 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.058s 2025-08-04 08:34:06,008 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b59a3c6e-30b7-4b62-a825-201cb612fe3b', 'x-compute-request-id': 'req-b59a3c6e-30b7-4b62-a825-201cb612fe3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"image": {"id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d"}, "created": "2025-08-04T08:33:16Z", "updated": "2025-08-04T08:33:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}], "server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}]}}}' 2025-08-04 08:34:06,081 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.059s 2025-08-04 08:34:06,081 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': ' Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dbc631a-f447-4ff8-88fc-717a59ca8a43', 'x-compute-request-id': 'req-1dbc631a-f447-4ff8-88fc-717a59ca8a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"image": {"id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d"}, "created": "2025-08-04T08:33:16Z", "updated": "2025-08-04T08:33:24Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36"}], "server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}]}}}' 2025-08-04 08:34:06,341 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 0.247s 2025-08-04 08:34:06,341 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 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-9e607ba6-f110-4563-a4c7-f40f9bf83e33', 'x-compute-request-id': 'req-9e607ba6-f110-4563-a4c7-f40f9bf83e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "ACTIVE", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "metadata": {}, "hostId": "1afe1e40ec340c4ffd665f4894b2df92e821b870e05309e6050e1a3f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:33:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-400568016-network": [{ "version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}, {"version": 4, "addr": "172.24.4.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "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-04 08:35:06,587 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.171s 2025-08-04 08:35:06,587 99907 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': 'Mon, 04 Aug 2025 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6ad1aa33-a63c-486b-b153-0e0846d2f2ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "d77a6b43d5b9a8c9e2acc37384ec3053", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2e8c6f9e935f4d878135e744a1f3a742", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86b5cf6e79091668bfc3efc59ff6bce06345919a025bb868cd4798edc5698614ad7f8363f471c628dd079a1974aeb5c92a08ab7232c219a1e256abb0c9759c74", "id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "created_at": "2025-08-04T08:33:16Z", "updated_at": "2025-08-04T08:35:07Z", "tags": [], "self": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "file": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:06,768 99907 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/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36 0.180s 2025-08-04 08:35:06,769 99907 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': 'Mon, 04 Aug 2025 08:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fe6871f6-75f6-4c08-9fff-fd1e33225ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "owner_id": "2e8c6f9e935f4d878135e744a1f3a742", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1925141646", "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-1925141646-project-member", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-916007088", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "d77a6b43d5b9a8c9e2acc37384ec3053", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2e8c6f9e935f4d878135e744a1f3a742", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86b5cf6e79091668bfc3efc59ff6bce06345919a025bb868cd4798edc5698614ad7f8363f471c628dd079a1974aeb5c92a08ab7232c219a1e256abb0c9759c74", "id": "bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "created_at": "2025-08-04T08:33:16Z", "updated_at": "2025-08-04T08:35:07Z", "tags": [], "self": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36", "file": "/v2/images/bb7b644c-2e62-4c85-a5c5-1c70e40cdf36/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:07,018 99907 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/52708e50-0c95-43c3-84ef-1d23f61a75f8 0.249s 2025-08-04 08:35:07,019 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:06 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-187a4f99-8247-49e8-a9fd-63307ec8af25', 'x-compute-request-id': 'req-187a4f99-8247-49e8-a9fd-63307ec8af25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8'} Body: b'{"server": {"id": "52708e50-0c95-43c3-84ef-1d23f61a75f8", "name": "tempest-ServerStableDeviceRescueTest-server-798498392", "status": "ACTIVE", "tenant_id": "2e8c6f9e935f4d878135e744a1f3a742", "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "metadata": {}, "hostId": "1afe1e40ec340c4ffd665f4894b2df92e821b870e05309e6050e1a3f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:33:24Z", "addresses": {"tempest-ServerStableDeviceRescueTest-400568016-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}, {"version": 4, "addr": "172.24.4.223", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8e:6c:bd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/52708e50-0c95-43c 3-84ef-1d23f61a75f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/52708e50-0c95-43c3-84ef-1d23f61a75f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-779858290", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1417696955"}], "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-04 08:35:07,080 99907 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/62f93154-68c4-4fb5-bd78-77a3a456d774 0.043s 2025-08-04 08:35:07,081 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d4e3dd-72db-4d14-b210-6604b9f9a547', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d4e3dd-72db-4d14-b210-6604b9f9a547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774'} Body: b'{"volume": {"id": "62f93154-68c4-4fb5-bd78-77a3a456d774", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:51.000000", "updated_at": "2025-08-04T08:30:51.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1869720598", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}], "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' 2025-08-04 08:35:08,138 99907 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/62f93154-68c4-4fb5-bd78-77a3a456d774 0.042s 2025-08-04 08:35:08,142 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a341456a-d272-47b8-a560-eceb566c4184', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a341456a-d272-47b8-a560-eceb566c4184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774'} Body: b'{"volume": {"id": "62f93154-68c4-4fb5-bd78-77a3a456d774", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:30:51.000000", "updated_at": "2025-08-04T08:30:51.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1869720598", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f93154-68c4-4fb5-bd78-77a3a456d774"}], "user_id": "63cac4eec4e34228947bc2fcc18e6f5d", "bootable": "false", "encrypted": false, "replication _status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2e8c6f9e935f4d878135e744a1f3a742"}}' 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 214be05d-5fec-437a-b832-93785d4f85c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:07,783 99897 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.174s 2025-08-04 08:35:07,783 99897 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-1742729666"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f572ba8-e7ec-4c90-b6af-a385ece5a941', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f572ba8-e7ec-4c90-b6af-a385ece5a941', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:07.723857", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-04 08:35:07,833 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.037s 2025-08-04 08:35:07,833 99897 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': 'Mon, 04 Aug 2025 08:35:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f08078c7-edfb-4ac5-a322-747114c195e4', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f08078c7-edfb-4ac5-a322-747114c195e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:08.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:08,886 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.037s 2025-08-04 08:35:08,886 99897 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': 'Mon, 04 Aug 2025 08:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510e4e19-96b0-4b23-a7cb-fd62337c1dea', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510e4e19-96b0-4b23-a7cb-fd62337c1dea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:08.000000", "updated_at": "2025-08-04T08:35:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:08,941 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.041s 2025-08-04 08:35:08,941 99897 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': 'Mon, 04 Aug 2025 08:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44323cc-c7fb-4a5e-ad42-8fb021e4d513', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44323cc-c7fb-4a5e-ad42-8fb021e4d513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"volume": {"id": "214be05d-5fec-437a-b832-93785d4f85c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:08.000000", "updated_at": "2025-08-04T08:35:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1742729666", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/214be05d-5fec-437a-b832-93785d4f85c4"}], "user_id": "da9806a0287748ccae589d6e10988847", "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": "fa6022a6134043a683a5b98a632fb92e"}}' 2025-08-04 08:35:09,168 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.212s 2025-08-04 08:35:09,168 99897 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': 'Mon, 04 Aug 2025 08:35:08 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-eedea14b-9ca8-42e0-98d7-0cdeff20c2ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'' 2025-08-04 08:35:09,189 99897 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4 0.020s 2025-08-04 08:35:09,190 99897 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': 'Mon, 04 Aug 2025 08:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1099c9e1-e74f-494c-8b91-180baea3afc0', 'x-openstack-request-id': 'req-1099c9e1-e74f-494c-8b91-180baea3afc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/214be05d-5fec-437a-b832-93785d4f85c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 214be05d-5fec-437a-b832-93785d4f85c4 could not be found."}}' 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 a526572f-ee9b-49d5-8ebf-7e54b33003b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:33:12,509 99903 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673 0.207s 2025-08-04 08:33:12,510 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:12 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-c71ee66c-fd75-4a63-9e63-deda1cad0944', 'x-compute-request-id': 'req-c71ee66c-fd75-4a63-9e63-deda1cad0944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673'} Body: b'{"server": {"id": "f9605e90-1460-448d-a782-01222a411673", "name": "tempest-ServerActionsTestOtherB-server-1192671424", "status": "ACTIVE", "tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4", "user_id": "0f10afe708574688ab09f15dd3aa119e", "metadata": {}, "hostId": "c854282921c210cf3ffb10b0fbc2c2d7f2a13a9feb138515518f2651", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerActionsTestOtherB-1351459819-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:c7:eb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9605e90-1460-448d-a782-01222a411673"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-433180995", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1079744462"}], "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-04 08:34:12,781 99903 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.194s 2025-08-04 08:34:12,781 99903 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-335500487"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae9a398-6f61-4732-b20b-f11aeaa3592f', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae9a398-6f61-4732-b20b-f11aeaa3592f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a526572f-ee9b-49d5-8ebf-7e54b33003b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:12.722582", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-335500487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a526572f-ee9b-49d5-8ebf-7e54b3 3003b2"}], "user_id": "0f10afe708574688ab09f15dd3aa119e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:34:12,834 99903 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/a526572f-ee9b-49d5-8ebf-7e54b33003b2 0.040s 2025-08-04 08:34:12,835 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86659f26-60c9-44f8-8b57-2cb4a639eec8', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86659f26-60c9-44f8-8b57-2cb4a639eec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2'} Body: b'{"volume": {"id": "a526572f-ee9b-49d5-8ebf-7e54b33003b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:13.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-335500487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}], "user_id": "0f10afe708574688ab09f15dd3aa119e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4"}}' 2025-08-04 08:34:13,890 99903 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/a526572f-ee9b-49d5-8ebf-7e54b33003b2 0.039s 2025-08-04 08:34:13,890 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8359b14c-5a79-4681-9e22-2ca47aa33ee5', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8359b14c-5a79-4681-9e22-2ca47aa33ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2'} Body: b'{"volume": {"id": "a526572f-ee9b-49d5-8ebf-7e54b33003b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:34:13.000000", "updated_at": "2025-08-04T08:34:13.000000", "name": "tempest-ServerActionsTestOtherB-volume-335500487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a526572f-ee9b-49d5-8ebf-7e54b33003b2"}], "user_id": "0f10afe708574688ab09f15dd3aa119e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4"}}' 2025-08-04 08:34:13,904 99903 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-04 08:34:14,149 99903 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestO therB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673 0.243s 2025-08-04 08:34:14,150 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8131c7dc-04d1-4e0c-a00d-078b07a8c1bd', 'x-compute-request-id': 'req-8131c7dc-04d1-4e0c-a00d-078b07a8c1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673'} Body: b'{"server": {"id": "f9605e90-1460-448d-a782-01222a411673", "name": "tempest-ServerActionsTestOtherB-server-1192671424", "status": "ACTIVE", "tenant_id": "e20e6ee1f81c4e8baa3d3717e3cefda4", "user_id": "0f10afe708574688ab09f15dd3aa119e", "metadata": {}, "hostId": "c854282921c210cf3ffb10b0fbc2c2d7f2a13a9feb138515518f2651", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:31:17Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerActionsTestOtherB-1351459819-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:c7:eb"}, {"version": 4, "addr": "172.24.4.82", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:c7:eb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f9605e90-1460-448d-a782-01222a411673"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f9605e90-1460-448d-a782-01222a411673"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-433180995", "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1079744462"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_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 2d7a1e24-df5f-443b-ad07-c6d30b90170b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:14,559 99911 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/2480d146-9f76-4f89-83ef-a7134086d19e 0.192s 2025-08-04 08:35:14,559 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cf7d99b0-8771-4fc8-b14a-96863cc99d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:15,189 99911 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.629s 2025-08-04 08:35:15,190 99911 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-1770633991", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd52950-5f76-4e5a-b421-7fca8cbf84c9', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd52950-5f76-4e5a-b421-7fca8cbf84c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2d7a1e24-df5f-443b-ad07-c6d30b90170b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:15.131889", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1770633991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:15,581 99911 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/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.379s 2025-08-04 08:35:15,581 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d753b739-1b81-4786-86a7-cba13a2f9ef9', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d753b739-1b81-4786-86a7-cba13a2f9ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'{"volume": {"id": "2d7a1e24-df5f-443b-ad07-c6d30b90170b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:15.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1770633991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:16,636 99911 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/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.040s 2025-08-04 08:35:16,636 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f4ff78-1199-47ba-a28b-3959bd1cc4f5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f4ff78-1199-47ba-a28b-3959bd1cc4f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'{"volume": {"id": "2d7a1e24-df5f-443b-ad07-c6d30b90170b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:15.000000", "updated_at": "2025-08-04T08:35:15.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1770633991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:16,748 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.097s 2025-08-04 08:35:16,748 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd9a0f3-378b-42f6-a708-1db2ad985622', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'' 2025-08-04 08:35:16,771 99911 IN FO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b 0.022s 2025-08-04 08:35:16,771 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d14250-d6ce-48b8-928e-c252ce6dbb3d', 'x-openstack-request-id': 'req-20d14250-d6ce-48b8-928e-c252ce6dbb3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d7a1e24-df5f-443b-ad07-c6d30b90170b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d7a1e24-df5f-443b-ad07-c6d30b90170b could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 179, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76588dd1-ce01-4861-8304-745273a16d07 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:16,805 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.030s 2025-08-04 08:35:16,805 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4c71c923-e162-445c-a25c-854caa5c2615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:17,199 99911 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.393s 2025-08-04 08:35:17,199 99911 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-614643045", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28aef921-fcbe-4809-8fbd-b2041b94d598', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28aef921-fcbe-4809-8fbd-b2041b94d598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "76588dd1-ce01-4861-8304-745273a16d07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:17.064657", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76588dd1-ce01-4861-8304-745273a16d07"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:17,255 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.043s 2025-08-04 08:35:17,255 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Mon, 04 Aug 2025 08:35:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b616a63-903c-43da-8d94-385b5b5a2791', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b616a63-903c-43da-8d94-385b5b5a2791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'{"volume": {"id": "76588dd1-ce01-4861-8304-745273a16d07", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76588dd1-ce01-4861-8304-745273a16d07"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:18,336 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.064s 2025-08-04 08:35:18,336 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56ef477-2694-420f-a98e-a46857ee9716', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56ef477-2694-420f-a98e-a46857ee9716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'{"volume": {"id": "76588dd1-ce01-4861-8304-745273a16d07", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:17.000000", "updated_at": "2025-08-04T08:35:17.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-614643045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76588dd1-ce01-4861-8304-745273a16d07"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:18,480 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.129s 2025-08-04 08:35:18,480 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35: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-7ce1d2fa-18ac-411e-af17-a3f4cac89e04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'' 2025-08-04 08:35:18,503 99911 INFO [tempest.lib.common.rest_client] Requ est (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07 0.022s 2025-08-04 08:35:18,504 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35: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-753d9f60-3d5c-4859-a570-1ffc5839939c', 'x-openstack-request-id': 'req-753d9f60-3d5c-4859-a570-1ffc5839939c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76588dd1-ce01-4861-8304-745273a16d07'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76588dd1-ce01-4861-8304-745273a16d07 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 7dd45b7c-63d0-43c8-b26d-897918bcdf96 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:18,530 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.023s 2025-08-04 08:35:18,530 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bfcdcd7f-b95d-44a3-a40a-6b5ec2cbb2c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:19,127 99911 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.595s 2025-08-04 08:35:19,128 99911 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-1820470627", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb037b05-a157-4ee2-9028-5235ca0192a2', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb037b05-a157-4ee2-9028-5235ca0192a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7dd45b7c-63d0-43c8-b26d-897918bcdf96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:18.953331", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820470627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:19,226 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.079s 2025-08-04 08:35:19,227 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4fe9ac-d33a-40a5-8158-6926fc4b8a66', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4fe9ac-d33a-40a5-8158-6926fc4b8a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'{"volume": {"id": "7dd45b7c-63d0-43c8-b26d-897918bcdf96", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:19.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1820470627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:20,292 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.049s 2025-08-04 08:35:20,292 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79dee493-a355-4291-a0c5-6bfbfa51f6f5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79dee493-a355-4291-a0c5-6bfbfa51f6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'{"volume": {"id": "7dd45b7c-63d0-43c8-b26d-897918bcdf96", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:19.000000", "updated_at": "2025-08-04T08:35:19.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1820470627", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:20,496 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.189s 2025-08-04 08:35:20,497 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67ff45c6-c1db-4961-a68e-c04f77c8c0b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'' 2025-08-04 08:35:20,527 99911 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96 0.029s 2025-08-04 08:35:20,527 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-32d28baf-c40e-4273-a5a3-efaba4e0030e', 'x-openstack-request-id': 'req-32d28baf-c40e-4273-a5a3-efaba4e0030e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7dd45b7c-63d0-43c8-b26d-897918bcdf96'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7dd45b7c-63d0-43c8-b26d-897918bcdf96 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 f0507834-067a-464e-ac29-d6490e1b77f2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:33:28,965 99893 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.111s 2025-08-04 08:33:28,965 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 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-ea680fc6-23fb-439c-aa82-f8ab8409285b', '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": "1cedd8067a3944ca9c39313479a0825d", "name": "tempest-VolumesAdminNegativeTest-406877280-project-member", "password_expires_at": null}, "audit_ids": ["wvxaucC2TAW3LkTNf9390A"], "expires_at": "2025-08-04T09:33:28.000000Z", "issued_at": "2025-08-04T08:33:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ee9da6a80a149739586ec0179c81186", "name": "tempest-VolumesAdminNegativeTest-406877280"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3ee9da6a80a149739586ec0179c81186", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:33:28,966 99893 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '236fb2ca-1a62-4c50-9d9a-75cafda33927', 'name': 'tempest-VolumesAdminNegativeTest-815194855-network', 'tenant_id': '3ee9da6a80a149739586ec0179c81186', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3ee9da6a80a149739586ec0179c81186', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18302, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:23Z', 'updated_at': '2025-08-04T08:30:23Z', 'revision_number': 1} available for tenant 2025-08-04 08:33:29,797 99893 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.830s 2025-08-04 08:33:29,797 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1492997531", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "236fb2ca-1a62-4c50-9d9a-75cafda33927"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a80cb55-9a8e-456d-86d3-863f4fa81a42', 'x-compute-request-id': 'req-7a80cb55-9a8e-456d-86d3-863f4fa81a42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6727a158-4a13-4a61-a704-f06e8bd3acc4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HZzK9Brcy7HU"}}' 2025-08-04 08:33:29,865 99893 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/6727a158-4a13-4a61-a704-f06e8bd3acc4 0.065s 2025-08-04 08:33:29,866 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ca76939-e665-4429-86ff-9ca5d17a09a8', 'x-compute-request-id': 'req-0ca76939-e665-4429-86ff-9ca5d17a09a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4'} Body: b'{"server": {"id": "6727a158-4a13-4a61-a704-f06e8bd3acc4", "name": "tempest-VolumesAdminNegativeTest-server-1492997531", "status": "BUILD", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:33:30Z", "updated": "2025-08-04T08:33:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 20 25-08-04 08:34:20,155 99893 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/6727a158-4a13-4a61-a704-f06e8bd3acc4 0.223s 2025-08-04 08:34:20,155 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:19 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-1497fe8c-e06d-42f6-98d0-36250cfe85d0', 'x-compute-request-id': 'req-1497fe8c-e06d-42f6-98d0-36250cfe85d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4'} Body: b'{"server": {"id": "6727a158-4a13-4a61-a704-f06e8bd3acc4", "name": "tempest-VolumesAdminNegativeTest-server-1492997531", "status": "ACTIVE", "tenant_id": "3ee9da6a80a149739586ec0179c81186", "user_id": "1cedd8067a3944ca9c39313479a0825d", "metadata": {}, "hostId": "d5e1866baecb8d2493a91a7bc8c5063a95d0a3111bdd8f6028c348d2", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:33:29Z", "updated": "2025-08-04T08:33:45Z", "addresses": {"tempest-VolumesAdminNegativeTest-815194855-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:93:b8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6727a158-4a13-4a61-a704-f06e8bd3acc4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:33: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": []}}' 2025-08-04 08:34:20,170 99893 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:35:20,495 99893 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.267s 2025-08-04 08:35:20,495 99893 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-1187427722"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a634dc9c-08aa-4e1f-9f06-6d67beb7efbe', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a634dc9c-08aa-4e1f-9f06-6d67beb7efbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f0507834-067a-464e-ac29-d6490e1b77f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.404627", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1187427722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:20,577 99893 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/f0507834-067a-464e-ac29-d6490e1b77f2 0.067s 2025-08-04 08:35:20,578 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b10fe5f5-151b-4dc4-aae0-93cf2081b70a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b10fe5f5-151b-4dc4-aae0-93cf2081b70a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2'} Body: b'{"volume": {"id": "f0507834-067a-464e-ac29-d6490e1b77f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1187427722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' 2025-08-04 08:35:21,646 99893 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/f0507834-067a-464e-ac29-d6490e1b77f2 0.050s 2025-08-04 08:35:21,647 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-935da749-eaaf-4f18-809a-d13a794c7dff', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-935da749-eaaf-4f18-809a-d13a794c7dff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2'} Body: b'{"volume": {"id": "f0507834-067a-464e-ac29-d6490e1b77f2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1187427722", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f0507834-067a-464e-ac29-d6490e1b77f2"}], "user_id": "1cedd8067a3944ca9c39313479a0825d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ee9da6a80a149739586ec0179c81186"}}' 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 c77b8f3c-216f-4164-a8e3-d87f8f46980e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:20,530 99911 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-04 08:35:20,587 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2025-08-04 08:35:20,587 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1241190171", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFnq9oAYClsKinwkBw0G42/KFR0+XOhAmdqvXBmRH7U95qYdwdrINLsj3pf+oTCghjJ9JX86++Gr6lcCxtt58p6fXI+Cs9Oq8PuYDAHxOYhCzg46VC9D9vjo/jQWDAZTeQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ccb5569-493f-4bc1-81f8-7931115d4107', 'x-compute-request-id': 'req-7ccb5569-493f-4bc1-81f8-7931115d4107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1241190171", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFnq9oAYClsKinwkBw0G42/KFR0+XOhAmdqvXBmRH7U95qYdwdrINLsj3pf+oTCghjJ9JX86++Gr6lcCxtt58p6fXI+Cs9Oq8PuYDAHxOYhCzg46VC9D9vjo/jQWDAZTeQ==", "fingerprint": "47:2b:5e:03:84:25:00:3f:a7:4e:ca:12:f8:58:14:13", "user_id": "db87a1fd4c40401db5c06973c3afeacb"}}' 2025-08-04 08:35:21,249 99911 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.658s 2025-08-04 08:35:21,250 99911 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-24908108", "description": "tempest-secgroup-smoke-24908108 description", "project_id": "ab94d510b2324407bb72ae85ed550009"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1671', 'x-openstack-request-id': 'req-e6b0a188-0a2d-4784-9fe3-674b720f0fde', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "name": "tempest-secgroup-smoke-24908108", "stateful": true, "tenant_id": "ab94d510b2324407bb72ae85ed550009", "description": "tempest-secgroup-smoke-24908108 description", "shared": false, "security_group_rules": [{"id": "7f9ed06b-cbb2-4f9a-a083-fbc13a0bda81", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 696, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:35:20Z", "updated_at": "2025-08-04T08:35:20Z", "revision_number": 0}, {"id": "7fc9acc7-5f36-4737-9ca6-6a6d8cfbb3a1", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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": 697, "belongs_to_default_sg": false, "description": null , "tags": [], "created_at": "2025-08-04T08:35:20Z", "updated_at": "2025-08-04T08:35:20Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:35:20Z", "updated_at": "2025-08-04T08:35:20Z", "revision_number": 1, "project_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:21,502 99911 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.251s 2025-08-04 08:35:21,502 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0f6dd12a-1288-41e8-8b9c-255da97d790d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b22f7fa4-69b8-454a-9b07-ca443d8b5e63", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:21Z", "updated_at": "2025-08-04T08:35:21Z", "revision_number": 0}}' 2025-08-04 08:35:21,725 99911 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-04 08:35:21,726 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-5e0c1ec5-fa7f-4fc9-8c13-c871c54f5bfa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1afdf1e-959a-46c8-a3ed-476790ed869e", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:21Z", "updated_at": "2025-08-04T08:35:21Z", "revision_number": 0}}' 2025-08-04 08:35:22,036 99911 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.309s 2025-08-04 08:35:22,036 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:3 5:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-288d0c36-e709-42eb-be89-9cd1ec63a0be', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9df8fb6d-26cd-4019-8bb5-9b75bcb86aea", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:21Z", "updated_at": "2025-08-04T08:35:21Z", "revision_number": 0}}' 2025-08-04 08:35:22,534 99911 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.497s 2025-08-04 08:35:22,535 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-68122c26-3dba-4553-88a4-ac1d2b40376f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "627640e8-e923-4010-ba93-078c37270d74", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:22Z", "updated_at": "2025-08-04T08:35:22Z", "revision_number": 0}}' 2025-08-04 08:35:22,816 99911 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.280s 2025-08-04 08:35:22,817 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-bd6e61c1-eae0-4ad3-8dbd-b73045e77cb6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49422f52-1c80-47c9-b31c-fd4d83086b07", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:22Z", "updated_at": "2025-08-04T08:35:22Z", "revision_number": 0}}' 2025-08-04 08:35:23,158 99911 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.340s 2025-08-04 08:35:23,159 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "project_id": "ab94d510b2324407bb72ae85ed550009", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-3ac593e4-130a-42d1-9752-d78e496ccd53', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d3d2f59f-d52b-438a-88d9-9d38a263dd11", "project_id": "ab94d510b2324407bb72ae85ed550009", "tenant_id": "ab94d510b2324407bb72ae85ed550009", "security_group_id": "cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9", "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-04T08:35:22Z", "updated_at": "2025-08-04T08:35:22Z", "revision_number": 0}}' 2025-08-04 08:35:23,159 99911 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-04 08:35:23,189 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.029s 2025-08-04 08:35:23,190 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3c80f8f2-d06b-480d-97d3-d434f051b6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:23,585 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.394s 2025-08-04 08:35:23,585 99911 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-1457782171", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae680a02-2274-4dc3-a132-eb2ea6ff5f2f', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae680a02-2274-4dc3-a132-eb2ea6ff5f2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c77b8f3c-216f-4164-a8e3-d87f8f46980e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:23.512164", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1457782171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:23,681 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.083s 2025-08-04 08:35:23,681 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a7b7ffd-a627-4518-b3ee-33d53ef7a614', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a7b7ffd-a627-4518-b3ee-33d53ef7a614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'{"volume": {"id": "c77b8f3c-216f-4164-a8e3-d87f8f46980e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:24.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1457782171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:24,742 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.044s 2025-08-04 08:35:24,743 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e59794f-ef1e-49e8-b550-e64a5e3689c8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e59794f-ef1e-49e8-b550-e64a5e3689c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'{"volume": {"id": "c77b8f3c-216f-4164-a8e3-d87f8f46980e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:24.000000", "updated_at": "2025-08-04T08:35:24.000000", "name": "tempes t-TestVolumeBootPattern-volume-origin-1457782171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e"}], "user_id": "db87a1fd4c40401db5c06973c3afeacb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab94d510b2324407bb72ae85ed550009"}}' 2025-08-04 08:35:24,892 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.134s 2025-08-04 08:35:24,893 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d309308b-4ad8-49cf-bfcb-4051c70aaa6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'' 2025-08-04 08:35:24,927 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e 0.033s 2025-08-04 08:35:24,927 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2124eb6-4800-40d9-8e3e-a4933d3a70dc', 'x-openstack-request-id': 'req-f2124eb6-4800-40d9-8e3e-a4933d3a70dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c77b8f3c-216f-4164-a8e3-d87f8f46980e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c77b8f3c-216f-4164-a8e3-d87f8f46980e could not be found."}}' 2025-08-04 08:35:25,194 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9 0.266s 2025-08-04 08:35:25,195 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-916ac9d3-70ec-41ec-99db-b18c5cfcb28a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/cc1ff4e7-49c0-4a7c-abb6-fc060bb250d9'} Body: b'' 2025-08-04 08:35:25,221 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1241190171 0.026s 2025-08-04 08:35:25,222 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7099f b0b-9ec0-48ae-9589-da5fb1ce9b9e', 'x-compute-request-id': 'req-7099fb0b-9ec0-48ae-9589-da5fb1ce9b9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1241190171'} Body: b'' 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 4a34c906-d3f0-4095-8132-b9c5208549c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:47,720 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.242s 2025-08-04 08:35:47,721 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dd803125-9eb3-4df1-b9f4-4c15b2fa475b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:35:48,095 99911 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.373s 2025-08-04 08:35:48,096 99911 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-429228147", "snapshot_id": null, "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5894a094-b503-4be0-9666-9e9b5e3790a5', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5894a094-b503-4be0-9666-9e9b5e3790a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4a34c906-d3f0-4095-8132-b9c5208549c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:48.035743", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-429228147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}], "user_id": "8f2d142c7c2b46aea146d05d93f4d7a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:35:48,149 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.041s 2025-08-04 08:35:48,150 99911 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': 'Mon, 04 Aug 2025 08:35:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e559bec8-c192-4ac2-a146-794c3159b0c2', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e559bec8-c192-4ac2-a146-794c3159b0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'{"volume": {"id": "4a34c906-d3f0-4095-8132-b9c5208549c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:48.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-429228147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}], "user_id": "8f2d142c7c2b46aea146d05d93f4d7a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "0c569bdbe7634b8ca01c12ef1c115724"}}' 2025-08-04 08:35:49,206 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.042s 2025-08-04 08:35:49,207 99911 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': 'Mon, 04 Aug 2025 08:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d7a7522-ebe4-4fdc-bdc5-335c344f9fe0', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d7a7522-ebe4-4fdc-bdc5-335c344f9fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'{"volume": {"id": "4a34c906-d3f0-4095-8132-b9c5208549c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:48.000000", "updated_at": "2025-08-04T08:35:48.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-429228147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4"}], "user_id": "8f2d142c7c2b46aea146d05d93f4d7a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "0c569bdbe7634b8ca01c12ef1c115724"}}' 2025-08-04 08:35:49,318 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.097s 2025-08-04 08:35:49,319 99911 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': 'Mon, 04 Aug 2025 08:35:49 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-92c e3558-595a-4cf9-a53e-29ef0eb17160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'' 2025-08-04 08:35:49,341 99911 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4 0.021s 2025-08-04 08:35:49,341 99911 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': 'Mon, 04 Aug 2025 08:35:49 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-1f567dd3-7482-4701-8d46-a36778d73925', 'x-openstack-request-id': 'req-1f567dd3-7482-4701-8d46-a36778d73925', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4a34c906-d3f0-4095-8132-b9c5208549c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a34c906-d3f0-4095-8132-b9c5208549c4 could not be found."}}' 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 da150ea7-a3ce-4b1d-b319-bf9a8bdf378e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-04T08:35:29Z', 'message': 'Build of instance da150ea7-a3ce-4b1d-b319-bf9a8bdf378e aborted: Volume fa247761-46db-4724-9063-13becd19354c 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-93019a89-c07d-41fb-9f3d-92203f64757f. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:30:46,902 99905 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-04 08:30:46,903 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:46 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-b0299c75-e71f-4fce-8b5d-bf4bdd16cb7a', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["95bXdtt_TCmWr6G1JoDPgw"], "expires_at": "2025-08-04T09:30:46.000000Z", "issued_at": "2025-08-04T08:30:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:30:46,903 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scop e': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:31:10,324 99905 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 23.420s 2025-08-04 08:31:10,324 99905 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-551110749", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:30:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07', '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-54322e6d-9cc6-4211-bdd6-e407de85b786', 'x-compute-request-id': 'req-54322e6d-9cc6-4211-bdd6-e407de85b786', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "NGFc32bs74Kd"}}' 2025-08-04 08:31:18,803 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 8.475s 2025-08-04 08:31:18,804 99905 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': 'Mon, 04 Aug 2025 08:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1464', '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-25bda245-0fb7-4ef0-a675-eb578f12b740', 'x-compute-request-id': 'req-25bda245-0fb7-4ef0-a675-eb578f12b740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "k ey_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "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-04 08:32:09,298 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 0.423s 2025-08-04 08:32:09,298 99905 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': 'Mon, 04 Aug 2025 08:32:08 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-8b876226-fd09-4015-a0fe-0b0cb91e3f09', 'x-compute-request-id': 'req-8b876226-fd09-4015-a0fe-0b0cb91e3f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:31:52Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f6:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:32:09,342 99905 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:33:10,295 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07/action 0.930s 2025-08-04 08:33:10,295 99905 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-1758703379"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'co mpute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4f2cc24-2af9-4a4e-ae54-c74289a42076', 'x-compute-request-id': 'req-c4f2cc24-2af9-4a4e-ae54-c74289a42076', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07/action'} Body: b'{"image_id": "f56e5bea-430a-41e9-93f0-65aebbf169c9"}' 2025-08-04 08:33:10,321 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.024s 2025-08-04 08:33:10,321 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a88d9ed-a1e7-4f81-a204-4da360e23f20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:11,344 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.021s 2025-08-04 08:33:11,345 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-df9212f4-0cd1-4870-9b5b-66a6f9b76aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} 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", "base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "boot_roles": "member,reader", "hw_machine_type": "pc", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "instance_uuid": "1044 7bc3-1a14-4d15-8d53-1a7c461f5b07", "user_id": "af8adf28417b41eb8e89e69299821378", "image_type": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:12,370 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.023s 2025-08-04 08:33:12,370 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8cd2a6e0-fb11-4b57-9e70-b916aed4b104', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:13,394 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.021s 2025-08-04 08:33:13,394 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c6473c1a-29ca-45bf-856b-6e23d34255fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uu id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:14,420 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.024s 2025-08-04 08:33:14,420 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fbde1056-a5c8-4bf9-80a3-30233a3cb54d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:15,445 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.023s 2025-08-04 08:33:15,446 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e337abb8-8b32-4239-a664-dedb37be16f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebb f169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:16,477 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.025s 2025-08-04 08:33:16,478 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-423d621f-5644-4378-9e4a-5db413866004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:17,502 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.022s 2025-08-04 08:33:17,502 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08 :33:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7ea15659-8f48-4cc8-89ff-c9ac15f32891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:10Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:18,530 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.026s 2025-08-04 08:33:18,530 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f67850c4-a511-41c8-9961-4781f19601a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:18Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:19,559 99905 INFO [tempest.lib.common.rest_client] Request (ServerBoot FromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.027s 2025-08-04 08:33:19,560 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8e7e7dbb-c098-447e-8ea7-04b82a8e6c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1758703379", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "930e7244f87753134a85f829845c202b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f67bad28022a351e9aeaea6423554845cffa34131e0c44dc823943b9e2852a572bdec255577da96ea61f0a8d37a7b0d98100bd239ed01b67060945605a10f9a", "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:20Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:19,584 99905 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/f56e5bea-430a-41e9-93f0-65aebbf169c9 0.023s 2025-08-04 08:33:19,584 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c9632639-0e46-4fc0-a85e-91cfc1e6356e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-17587 03379", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "930e7244f87753134a85f829845c202b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2f67bad28022a351e9aeaea6423554845cffa34131e0c44dc823943b9e2852a572bdec255577da96ea61f0a8d37a7b0d98100bd239ed01b67060945605a10f9a", "id": "f56e5bea-430a-41e9-93f0-65aebbf169c9", "created_at": "2025-08-04T08:33:10Z", "updated_at": "2025-08-04T08:33:20Z", "tags": [], "self": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9", "file": "/v2/images/f56e5bea-430a-41e9-93f0-65aebbf169c9/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:33:19,852 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 0.267s 2025-08-04 08:33:19,860 99905 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': 'Mon, 04 Aug 2025 08:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1703', '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-b09b662b-52f4-4640-bbdc-4369b8829412', 'x-compute-request-id': 'req-b09b662b-52f4-4640-bbdc-4369b8829412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:33:17Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f6:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:34:10,197 99905 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/10447bc3-1a14-4d15-8d53-1a7c461f5b07 0.235s 2025-08-04 08:34:10,197 99905 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': 'Mon, 04 Aug 2025 08:34:09 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-84294cba-7a21-4835-8f17-b8a6f763c08a', 'x-compute-request-id': 'req-84294cba-7a21-4835-8f17-b8a6f763c08a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07'} Body: b'{"server": {"id": "10447bc3-1a14-4d15-8d53-1a7c461f5b07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-551110749", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:31:10Z", "updated": "2025-08-04T08:33:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:f6:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/10447bc3-1a14-4d15-8d53-1a7c461f5b07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:31:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:34:10,218 99905 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:35:10,398 99905 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.117s 2025-08-04 08:35:10,399 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:10 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-37e12e9e-ba56-4231-9e7a-0b4d0068faf7', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["e2fFKadBTJigHCL2lXGm3Q"], "expires_at": "2025-08-04T09:35:10.000000Z", "issued_at": "2025-08-04T08:35:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:35:10,399 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:35:10,919 99905 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.518s 2025-08-04 08:35:10,919 99905 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-270752040", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e', '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-93019a89-c07d-41fb-9f3d-92203f64757f', 'x-compute-request-id': 'req-93019a89-c07d-41fb-9f3d-92203f64757f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "da150ea7-a3c e-4b1d-b319-bf9a8bdf378e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3uyHzPWw2B3u"}}' 2025-08-04 08:35:11,014 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.091s 2025-08-04 08:35:11,014 99905 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': 'Mon, 04 Aug 2025 08:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71b2ca85-fdf8-4028-bbea-774bbb06ae94', 'x-compute-request-id': 'req-71b2ca85-fdf8-4028-bbea-774bbb06ae94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'{"server": {"id": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-270752040", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:35:11Z", "updated": "2025-08-04T08:35:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}], "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-04 08:36:01,310 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.226s 2025-08-04 08:36:01,310 99905 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': 'Mon, 04 Aug 2025 08:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7283391-da20-4cc9-bbd2-c2a1616728a6', 'x-compute-request-id': 'req-c7283391-da20-4cc9-bbd2-c2a1616728a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'{"server": {"id": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-270752040", "status": "ERROR", " tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:35:10Z", "updated": "2025-08-04T08:35:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-04T08:35:29Z", "message": "Build of instance da150ea7-a3ce-4b1d-b319-bf9a8bdf378e aborted: Volume fa247761-46db-4724-9063-13becd19354c did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:36:01,331 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-04 08:36:02,114 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.782s 2025-08-04 08:36:02,115 99905 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': 'Mon, 04 Aug 2025 08:36:01 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-4ce34962-e7b1-4bd1-884c-b13c12703c9b', 'x-compute-request-id': 'req-4ce34962-e7b1-4bd1-884c-b13c12703c9b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'' 2025-08-04 08:36:02,154 99905 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/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e 0.039s 2025-08-04 08:36:02,155 99905 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': 'Mon, 04 Aug 2025 08:36:02 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-7b272d96-63a3-4d12-99f2-676cbabb5801', 'x-compute-request-id': 'req-7b272d96-63a3-4d12-99f2-676cbabb5801', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/da150ea7-a3ce-4b1d-b319-bf9a8bdf378e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance da150ea7-a3ce-4b1d-b319-bf9a8bdf378e could not be found."}}' tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 6ac7e7bd-5899-47e5-b90a-28ac3ad793a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:15,272 99903 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.588s 2025-08-04 08:36:15,272 99903 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-2070161386"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db02436f-f173-4b77-ae00-3b007d3109a7', 'x-compute-request-id': 'req-db02436f-f173-4b77-ae00-3b007d3109a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "6ac7e7bd-5899-47e5-b90a-28ac3ad793a3", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:36:15.160034", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-2070161386", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-04 08:36:15,343 99903 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/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3 0.065s 2025-08-04 08:36:15,343 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5edb03d6-d802-48c8-b74c-a35893377608', 'x-compute-request-id': 'req-5edb03d6-d802-48c8-b74c-a35893377608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3'} Body: b'{"volume": {"id": "6ac7e7bd-5899-47e5-b90a-28ac3ad793a3", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:36:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-2070161386", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-04 08:36:16,440 99903 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/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3 0.090s 2025-08-04 08:36:16,440 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:16 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-6a9573c1-6105-458f-be4b-bed4fdd8b367', 'x-compute-request-id': 'req-6a9573c1-6105-458f-be4b-bed4fdd8b367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/6ac7e7bd-5899-47e5-b90a-28ac3ad793a3'} Body: b'{"volume": {"id": "6ac7e7bd-5899-47e5-b90a-28ac3ad793a3", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-0 8-04T08:36:15.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-2070161386", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 b37d9e20-725f-46d2-b8a2-e85d5489945a failed to build and is in ERROR status 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 6779913c-edc5-4ca9-9605-4a1a6fe05ee5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:24,672 99907 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.319s 2025-08-04 08:36:24,673 99907 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-858927856"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6959a3f1-ccad-4227-a3e1-01532ffdfb7d', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6959a3f1-ccad-4227-a3e1-01532ffdfb7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:24.605716", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:24,723 99907 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/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.038s 2025-08-04 08:36:24,724 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844fd10d-7050-44d5-8691-a249430c23d1', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844fd10d-7050-44d5-8691-a249430c23d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:25.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d95af21d3144d64b83161544efed788"}}' 2025-08-04 08:36:25,792 99907 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/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.053s 2025-08-04 08:36:25,792 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-4de75bec-f152-45f4-96b2-034f0aca3b97', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de75bec-f152-45f4-96b2-034f0aca3b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:25.000000", "updated_at": "2025-08-04T08:36:25.000000", "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d95af21d3144d64b83161544efed788"}}' 2025-08-04 08:36:25,847 99907 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.041s 2025-08-04 08:36:25,848 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988251f9-5185-4b40-be7e-86ad26f8ee76', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988251f9-5185-4b40-be7e-86ad26f8ee76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"volume": {"id": "6779913c-edc5-4ca9-9605-4a1a6fe05ee5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:25.000000", "updated_at": "2025-08-04T08:36:25.000000", "name": "tempest-VolumesServicesTestJSON-Volume-858927856", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5"}], "user_id": "10d86935c52a48b78634c459719d8b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4d95af21d3144d64b83161544efed788"}}' 2025-08-04 08:36:25,984 99907 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0.118s 2025-08-04 08:36:25,985 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-2b65f937-3849-46a8-aa51-25a5f12da555', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'' 2025-08-04 08:36:26,057 99907 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5 0. 071s 2025-08-04 08:36:26,057 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-55171b6d-f59b-43cc-8e07-4bdf3f5e9fac', 'x-openstack-request-id': 'req-55171b6d-f59b-43cc-8e07-4bdf3f5e9fac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6779913c-edc5-4ca9-9605-4a1a6fe05ee5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6779913c-edc5-4ca9-9605-4a1a6fe05ee5 could not be found."}}' 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 e3605455-7a5b-4407-b06a-68364b4b73c3 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 7043100f-2c79-408e-8d85-dd6977ff6d9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:30,265 99907 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.399s 2025-08-04 08:36:30,265 99907 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-2140305105"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dd64b82-749a-44e3-ad5f-80e4531f0768', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dd64b82-749a-44e3-ad5f-80e4531f0768', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.202362", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:30,368 99907 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/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.090s 2025-08-04 08:36:30,368 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1966af36-339b-48ad-8ae1-9b59a6b190ac', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1966af36-339b-48ad-8ae1-9b59a6b190ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:31,421 99907 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/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.038s 2025-08-04 08:36:31,421 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-ac11b99b-a07d-48ba-b894-3d1324174358', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac11b99b-a07d-48ba-b894-3d1324174358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.000000", "updated_at": "2025-08-04T08:36:30.000000", "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:31,473 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.038s 2025-08-04 08:36:31,474 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b8714c3-786c-4e71-b05d-f01c31a68e7c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b8714c3-786c-4e71-b05d-f01c31a68e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"volume": {"id": "7043100f-2c79-408e-8d85-dd6977ff6d9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:30.000000", "updated_at": "2025-08-04T08:36:30.000000", "name": "tempest-VolumesTransfersTest-Volume-2140305105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:31,756 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.269s 2025-08-04 08:36:31,756 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1d64679-8e22-4f45-b0de-f48ed31e53ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'' 2025-08-04 08:36:31,778 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c 0.021s 20 25-08-04 08:36:31,778 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-be0f7278-33b8-46cf-9648-0afca150de2f', 'x-openstack-request-id': 'req-be0f7278-33b8-46cf-9648-0afca150de2f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7043100f-2c79-408e-8d85-dd6977ff6d9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7043100f-2c79-408e-8d85-dd6977ff6d9c 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 9221c06e-8896-45b0-83b3-db1692a364f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:32,005 99907 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.223s 2025-08-04 08:36:32,005 99907 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-1635526276"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-113f2d19-21fa-4aab-bdf8-e9458a3abcd4', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-113f2d19-21fa-4aab-bdf8-e9458a3abcd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:31.934230", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:32,060 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.043s 2025-08-04 08:36:32,061 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec91e64-5eb4-4c5b-9b7b-777af8409493', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec91e64-5eb4-4c5b-9b7b-777af8409493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:32.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:33,125 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.049s 2025-08-04 08:36:33,125 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-ad25dba8-4946-4666-9aeb-3275f302b923', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad25dba8-4946-4666-9aeb-3275f302b923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:32.000000", "updated_at": "2025-08-04T08:36:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:33,217 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.078s 2025-08-04 08:36:33,217 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1039d6-f208-4232-a420-873bdf0e6a55', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1039d6-f208-4232-a420-873bdf0e6a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"volume": {"id": "9221c06e-8896-45b0-83b3-db1692a364f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:32.000000", "updated_at": "2025-08-04T08:36:32.000000", "name": "tempest-VolumesTransfersTest-Volume-1635526276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9221c06e-8896-45b0-83b3-db1692a364f1"}], "user_id": "22802aed8d2e4648a6e9efe1a3c62061", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d56a570de1cf4c0492e06a320efa7b9d"}}' 2025-08-04 08:36:33,374 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.144s 2025-08-04 08:36:33,375 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-fe8a53f6-e909-4cd1-a42b-3230bc06f14c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'' 2025-08-04 08:36:33,403 99907 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1 0.027s 2025-08-04 08: 36:33,403 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-64bdaed3-427e-4e0c-8186-f96b87dec90a', 'x-openstack-request-id': 'req-64bdaed3-427e-4e0c-8186-f96b87dec90a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9221c06e-8896-45b0-83b3-db1692a364f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9221c06e-8896-45b0-83b3-db1692a364f1 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 ab794b68-618e-4f36-a451-0b9735f8e4c4 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7ae9e3a2-3164-4879-9de8-cc1d468283fa failed to build and is in ERROR status tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 65, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 81d56d2a-9271-4b6b-9800-46692b294b2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:43,887 99907 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.229s 2025-08-04 08:36:43,887 99907 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-1162624120"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac5b0d6-bd96-4370-92d5-3c5158c9bb31', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac5b0d6-bd96-4370-92d5-3c5158c9bb31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:43.820562", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:43,940 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.040s 2025-08-04 08:36:43,940 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709a649a-4c9e-48c4-a648-d176741eda38', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709a649a-4c9e-48c4-a648-d176741eda38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:44.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e709798ee5d04e68be1439c746523c8b"}}' 2025-08-04 08:36:45,000 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.045s 2025-08-04 08:36:45,001 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:44 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8825a4c7-ccc1-4423-a43c-32fec13c9a32', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8825a4c7-ccc1-4423-a43c-32fec13c9a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:44.000000", "updated_at": "2025-08-04T08:36:44.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e709798ee5d04e68be1439c746523c8b"}}' 2025-08-04 08:36:45,082 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.067s 2025-08-04 08:36:45,083 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cba0617-d98d-4b20-a87d-2ef7bf44dae3', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cba0617-d98d-4b20-a87d-2ef7bf44dae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"volume": {"id": "81d56d2a-9271-4b6b-9800-46692b294b2e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-04T08:36:44.000000", "updated_at": "2025-08-04T08:36:44.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1162624120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e"}], "user_id": "5b05e231a4174076984b9c19b8918af8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e709798ee5d04e68be1439c746523c8b"}}' 2025-08-04 08:36:45,310 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.214s 2025-08-04 08:36:45,311 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-8529fe7a-5a2c-4844-bf38-a0d8766c255f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'' 2025-08-04 08:36:45,336 99907 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e 0.024s 2025-08-04 08:36:45,336 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7745041d-99df-405d-b627-5920f1ac04eb', 'x-openstack-request-id': 'req-7745041d-99df-405d-b627-5920f1ac04eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81d56d2a-9271-4b6b-9800-46692b294b2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81d56d2a-9271-4b6b-9800-46692b294b2e could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9395940e-0999-425c-8661-cd91df026ab5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:34:05,443 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:34:05,443 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:34:05,540 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.094s 2025-08-04 08:34:05,541 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-169134341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbIwAtvMw587GunBRweOx30nhdupRA/2AZC7pa9e4aNTZPJaQKqCvjDxktGkwe+x3TeK2yEXi+ghCJWVe/r5xb9n5IaQ2iq0t0ktPWwtQ1Lcm95R1ChmtQ38p7ldjlRMQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 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-e117a8f8-7ff0-49bc-9f74-dfd3787b4d42', 'x-compute-request-id': 'req-e117a8f8-7ff0-49bc-9f74-dfd3787b4d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-169134341", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbIwAtvMw587GunBRweOx30nhdupRA/2AZC7pa9e4aNTZPJaQKqCvjDxktGkwe+x3TeK2yEXi+ghCJWVe/r5xb9n5IaQ2iq0t0ktPWwtQ1Lcm95R1ChmtQ38p7ldjlRMQ==", "fingerprint": "dc:c9:d7:b5:ef:e1:ad:61:cd:ca:d1:85:4b:1f:5c:01", "user_id": "af5f493074934520abf01bdbe984f879"}}' 2025-08-04 08:34:05,544 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-169134341 created 2025-08-04 08:34:05,780 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.235s 2025-08-04 08:34:05,780 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2142025048", "description": "tempest-description--331990121"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-0c4fe102-fa75-4781-8c47-5f8161f96ea1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "93c78382-390b-4814-be2f-44efd23945e7", "name": "tempest-securitygroup--2142025048", "stateful": true, "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "description": "tempest-description--331990121", "shared": false, "security_group_rules": [{"id": "8d28c12e-f813-4bec-a48a-f5189bdca0cd", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "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": 568, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 0}, {"id": "f8770258-4e54-45d3-a3a5-d4818231dc83", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_r ange_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 567, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:34:06,000 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.219s 2025-08-04 08:34:06,001 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d857834b-109b-4d34-a493-119bc7798f38', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "24d4fb34-a564-4a6f-8d72-6e3969d74f16", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "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-04T08:34:05Z", "updated_at": "2025-08-04T08:34:05Z", "revision_number": 0}}' 2025-08-04 08:34:06,212 99909 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-04 08:34:06,213 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2157437b-38d4-4dc4-96ae-77797b1c1348', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c546ba40-8b06-4f2d-a1b0-71e1c9e507a4", "project_id": "1696c9ce016243dd84e9dfca0a911820", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "security_group_id": "93c78382-390b-4814-be2f-44efd23945e7", "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-04T08:34:06Z", "updated_at": "2025-08-04T08:34:06Z", "revision_number": 0}}' 2025-08-04 08:34:06,213 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2142025048 created 2025-08-04 08:34:06,929 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.715s 2025-08-04 08:34:06,929 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-b4eb36d6-cdbb-4e85-ab7d-791ddd73b902', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "622593cd-5a4e-4041-879d-b07a35618129", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.99", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1696c9ce016243dd84e9dfca0a911820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:34:06Z", "updated_at": "2025-08-04T08:34:06Z", "revision_number": 0}}' 2025-08-04 08:34:06,930 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '622593cd-5a4e-4041-879d-b07a35618129', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.99', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:34:06Z', 'updated_at': '2025-08-04T08:34:06Z', 'revision_number': 0, 'ip': '172.24.4.99'} created 2025-08-04 08:34:07,038 99909 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.101s 2025-08-04 08:34:07,038 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2487', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4fd62a54-9540-4cb9-97a9-bd10a5713b50', '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": "af5f493074934520abf01bdbe984f879", "name": "tempest-AttachVolumeTestJSON-829956084-project-member", "password_expires_at": null}, "audit_ids": ["2h3DTK8RQpeT9Aemul4zRQ"], "expires_at": "2025-08-04T09:34:06.000000Z", "issued_at": "2025-08-04T08:34:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1696c9ce016243dd84e9dfca0a911820", "name": "tempest-AttachVolumeTestJSON-829956084"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1696c9ce016243dd84e9dfca0a911820", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:34:07,039 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9', 'name': 'tempest-AttachVolumeTestJSON-932049602-network', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 32318, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:24Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:34:07,040 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-169134341', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIbIwAtvMw587GunBRweOx30nhdupRA/2AZC7pa9e4aNTZPJaQKqCvjDxktGkwe+x3TeK2yEXi+ghCJWVe/r5xb9n5IaQ2iq0t0ktPWwtQ1Lcm95R1ChmtQ38p7ldjlRMQ==', 'fingerprint': 'dc:c9:d7:b5:ef:e1:ad:61:cd:ca:d1:85:4b:1f:5c:01', 'user_id': 'af5f493074934520abf01bdbe984f879', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCSBoQKoi5y5d0fCpiD5lS4yAGsv3V4rcch8m5OnlEMCa88uMZq+bTo\nPKNTBQDZriKgBwYFK4EEACKhZANiAASGyMALbzMOfOxrpwUcHjsd9J4XbqUQP9gG\nQu6WvXuGjU2TyWkCqgr4w8ZLRpMHvsd03itshF4voIQiVlXv6+cW/Z+SGkNoqtLd\nJLT1sLUNS3JveUdQoZrUN/Ke5XY5UTE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '93c78382-390b-4814-be2f-44efd23945e7', 'name': 'tempest-securitygroup--2142025048', 'stateful': True, 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'description': 'tempest-description--331990121', 'shared': False, 'security_group_rules': [{'id': '8d28c12e-f813-4bec-a48a-f5189bdca0cd', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': '93c78382-390b-4814-be2f-44efd23945e7', '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': 568, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:34:05Z', 'updated_at': '2025-08-04T08:34:05Z', 'revision_number': 0}, {'id': 'f8770258-4e54-45d3-a3a5-d4818231dc83', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'security_group_id': '93c78382-390b-4814-be2f-44efd23945e7', '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': 567, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:34:05Z', 'updated_at': '2025-08-04T08:34:05Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:34:05 Z', 'updated_at': '2025-08-04T08:34:05Z', 'revision_number': 1, 'project_id': '1696c9ce016243dd84e9dfca0a911820'}, 'floating_ip': {'id': '622593cd-5a4e-4041-879d-b07a35618129', 'tenant_id': '1696c9ce016243dd84e9dfca0a911820', 'floating_ip_address': '172.24.4.99', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1696c9ce016243dd84e9dfca0a911820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:34:06Z', 'updated_at': '2025-08-04T08:34:06Z', 'revision_number': 0, 'ip': '172.24.4.99'}} 2025-08-04 08:34:07,607 99909 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.567s 2025-08-04 08:34:07,608 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2103573807", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9"}], "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "key_name": "tempest-keypair-169134341", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a9ad14-a5df-4000-8517-9a67a0bc643a', 'x-compute-request-id': 'req-79a9ad14-a5df-4000-8517-9a67a0bc643a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "adminPass": "password"}}' 2025-08-04 08:34:07,678 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.067s 2025-08-04 08:34:07,678 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:07 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-90ff1210-162b-476a-bbd7-22f94d339200', 'x-compute-request-id': 'req-90ff1210-162b-476a-bbd7-22f94d339200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "name": "tempest-AttachVolumeTestJSON-server-2103573807", "status": "BUILD", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:34:08Z", "updated": "2025-08-04T08:34:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-169134341", "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-04 08:34:59,329 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 1.588s 2025-08-04 08:34:59,329 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:34:57 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-0d641d0f-4a1e-43a9-9cd9-2793bde4dffd', 'x-compute-request-id': 'req-0d641d0f-4a1e-43a9-9cd9-2793bde4dffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "name": "tempest-AttachVolumeTestJSON-server-2103573807", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:34:07Z", "updated": "2025-08-04T08:34:24Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-169134341", "OS-SRV-USG:launched_at": "2025-08-04T08:34:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "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-04 08:34:59,344 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-04 08:35:59,698 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/os-interface 0.293s 2025-08-04 08:35:59,698 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-ver sion': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d231b702-5e5b-4e73-a677-1f3c5566756b', 'x-compute-request-id': 'req-d231b702-5e5b-4e73-a677-1f3c5566756b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "port_id": "5a70ecc8-53f5-4699-8927-af57d08fe434", "mac_addr": "fa:16:3e:96:09:ae", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "533ee7ff-439b-4c69-b82b-069c30c6bc1d", "ip_address": "10.0.0.9"}]}]}' 2025-08-04 08:36:00,706 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129 1.003s 2025-08-04 08:36:00,706 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5a70ecc8-53f5-4699-8927-af57d08fe434"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-4d702d87-6c25-4229-bece-be0311c34c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129'} Body: b'{"floatingip": {"id": "622593cd-5a4e-4041-879d-b07a35618129", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "floating_ip_address": "172.24.4.99", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "1391a4c4-7f3b-4eff-ac7b-7c09fd128567", "port_id": "5a70ecc8-53f5-4699-8927-af57d08fe434", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b1d7f5da-5b78-4d41-ba13-dd1a80ed46c9", "mac_address": "fa:16:3e:96:09:ae", "admin_state_up": true, "status": "ACTIVE", "device_id": "11a12366-e15c-45d1-9417-86d00d33d256", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:34:06Z", "updated_at": "2025-08-04T08:36:00Z", "revision_number": 1, "project_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:36:00,708 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.99:22' as 'cirros' with public key authentication 2025-08-04 08:36:00,732 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:36:00,838 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:36:00,838 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.99 successfully created 2025-08-04 08:36:00,887 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/ips 0.047s 2025-08-04 08:36:00,887 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:00 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-f9ab9602-f5ea-4d5d-9fea-39d73015e039', 'x-compute-request-id': 'req-f9ab9602-f5ea-4d5d-9fea-39d73015e039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2025-08-04 08:36:01,082 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.192s 2025-08-04 08:36:01,083 99909 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-657254687"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38254f6-ee63-4482-9836-3b48762a08a9', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38254f6-ee63-4482-9836-3b48762a08a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9395940e-0999-425c-8661-cd91df026ab5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:01.020654", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-657254687", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9395940e-0999-425c-8661-cd91df026ab5"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:36:01,163 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5 0.055s 2025-08-04 08:36:01,164 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d8f535f-60f3-4e70-8431-3a81f70171b8', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d8f535f-60f3-4e70-8431-3a81f70171b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5'} Body: b'{"volume": {"id": "9395940e-0999-425c-8661-cd91df026ab5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:01.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-657254687", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9395940e-0999-425c-8661-cd91df026ab5"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:36:02,227 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5 0.047s 2025-08-04 08:36:02,227 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc941edb-4adf-4169-a9e4-cf5da7 83b44f', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc941edb-4adf-4169-a9e4-cf5da783b44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5'} Body: b'{"volume": {"id": "9395940e-0999-425c-8661-cd91df026ab5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:36:01.000000", "updated_at": "2025-08-04T08:36:01.000000", "name": "tempest-AttachVolumeTestJSON-volume-657254687", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9395940e-0999-425c-8661-cd91df026ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9395940e-0999-425c-8661-cd91df026ab5"}], "user_id": "af5f493074934520abf01bdbe984f879", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1696c9ce016243dd84e9dfca0a911820"}}' 2025-08-04 08:36:02,359 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.117s 2025-08-04 08:36:02,359 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 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-68470437-d19a-4072-8b7a-59dbb3e3d7a6', 'x-compute-request-id': 'req-68470437-d19a-4072-8b7a-59dbb3e3d7a6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'' 2025-08-04 08:36:02,783 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.423s 2025-08-04 08:36:02,784 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4fddd1c-e2ad-47e7-b812-a2a40b5cc106', 'x-compute-request-id': 'req-b4fddd1c-e2ad-47e7-b812-a2a40b5cc106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"server": {"id": "11a12366-e15c-45d1-9417-86d00d33d256", "name": "tempest-AttachVolumeTestJSON-server-2103573807", "status": "ACTIVE", "tenant_id": "1696c9ce016243dd84e9dfca0a911820", "user_id": "af5f493074934520abf01bdbe984f879", "metadata": {}, "hostId": "e885fd17bc65a07ce1d0d5ff8cf84619cdb59df2c816b78ba735906c", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:34:07Z", "updated": "2025-08-04T08:36:02Z", "addresses": {"tempest-AttachVolumeTestJSON-932049602-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:09:ae"}, {"version": 4, "addr": "172.24.4.99", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC :mac_addr": "fa:16:3e:96:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/11a12366-e15c-45d1-9417-86d00d33d256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-169134341", "OS-SRV-USG:launched_at": "2025-08-04T08:34:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2142025048"}], "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-04 08:36:52,897 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256 0.049s 2025-08-04 08:36:52,898 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:52 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-c59650ac-b89f-48e0-a92f-f96b3a5b1628', 'x-compute-request-id': 'req-c59650ac-b89f-48e0-a92f-f96b3a5b1628', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/11a12366-e15c-45d1-9417-86d00d33d256'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 11a12366-e15c-45d1-9417-86d00d33d256 could not be found."}}' 2025-08-04 08:36:52,935 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-169134341 0.036s 2025-08-04 08:36:52,935 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:52 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-5a7fc73b-fdb2-44d1-b5d0-ad3d5d4dea24', 'x-compute-request-id': 'req-5a7fc73b-fdb2-44d1-b5d0-ad3d5d4dea24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-169134341'} Body: b'' 2025-08-04 08:36:53,119 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7 0.183s 2025-08-04 08:36:53,120 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6cd182f9-55ce-43e7-bd92-dc566413d891', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7'} Body: b'' 2025-08-04 08:36:53,139 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7 0.018s 2025-08-04 08:36:53,139 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Mon, 04 Aug 2025 08:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0108de7c-7ae5-4587-9747-10a530ab9165', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/93c78382-390b-4814-be2f-44efd23945e7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 93c78382-390b-4814-be2f-44efd23945e7 does not exist", "detail": ""}}' 2025-08-04 08:36:53,490 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129 0.350s 2025-08-04 08:36:53,491 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f8bb4b30-91a2-479f-bc83-fae7d0464763', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/622593cd-5a4e-4041-879d-b07a35618129'} 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 801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:06,114 99907 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705 on backend None 2025-08-04 08:37:06,260 99907 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.145s 2025-08-04 08:37:06,261 99907 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-905241841-1057925705", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfc1acca-a6bc-4d47-ba95-64295c97f691', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfc1acca-a6bc-4d47-ba95-64295c97f691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "570eb41e-2903-4e5e-85f1-c271df3542b6", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:37:06,264 99907 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-04 08:37:07,032 99907 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.766s 2025-08-04 08:37:07,032 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1487062386", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2bdaddc8-19d8-495c-99a2-dcee96546695', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1487062386", "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": "5035e527d8b846e3944cf9a10b46c5e9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "created_at": "2025-08-04T08:37:07Z", "updated_at": "2025-08-04T08:37:07Z", "tags": [], "self": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "file": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:08,404 99907 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/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file 1.371s 2025-08-04 08:37:08,405 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-11ad2929-6303-4dc7-8004-2dc 23d2a8e23', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file'} Body: b'' 2025-08-04 08:37:08,405 99907 DEBUG [tempest.scenario.manager] image:de3d8c2f-67ee-478c-ba32-3b1257d19a6e 2025-08-04 08:37:08,531 99907 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.124s 2025-08-04 08:37:08,532 99907 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-1584373220", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkhxMlJ3h6gJPe7Jju9xkDcjChQiJqAoqi2++Pj0W5L8dRXYoAWy5WDfST8H04e8ZmlIOcP643ieIEKO0Ooz7vF/86HXXPl129GvtwrMdAdQnnjdqO6k/NeSC8lAkYNQw=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 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-f4d1d30f-68fd-4599-a4ee-a074fce4ecdc', 'x-compute-request-id': 'req-f4d1d30f-68fd-4599-a4ee-a074fce4ecdc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-1584373220", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPkhxMlJ3h6gJPe7Jju9xkDcjChQiJqAoqi2++Pj0W5L8dRXYoAWy5WDfST8H04e8ZmlIOcP643ieIEKO0Ooz7vF/86HXXPl129GvtwrMdAdQnnjdqO6k/NeSC8lAkYNQw==", "fingerprint": "3f:4f:be:8d:27:b2:af:18:ec:74:86:e9:46:b3:40:bd", "user_id": "cf911ef0e77e4d46b6f5584947372230"}}' 2025-08-04 08:37:08,577 99907 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.043s 2025-08-04 08:37:08,578 99907 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': 'Mon, 04 Aug 2025 08:37:08 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-0152064f-a9b6-47cf-9d79-829a020a522c', 'x-compute-request-id': 'req-0152064f-a9b6-47cf-9d79-829a020a522c', '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-04T08:35:46.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-04T08:37:07.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-04T08:36:19.000000"}}}}]}' 2025-08-04 08:37:08,583 99907 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073 on backend None 2025-08-04 08:37:08,617 99907 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.033s 2025-08-04 08:37:08,617 99907 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9d359a-662d-417f-a226-396fd7beafea', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9d359a-662d-417f-a226-396fd7beafea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "643e3f60-bbac-4c67-952b-3d674f486d3d", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:37:08,620 99907 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935 on backend None 2025-08-04 08:37:08,659 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.039s 2025-08-04 08:37:08,660 99907 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-822295471-1665390935", "extra_specs": {}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ebe41e-ca74-41ca-97a2-3146a0080804', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ebe41e-ca74-41ca-97a2-3146a0080804', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "ffd1b674-4ef4-4c73-9523-f337de189ac2", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:37:08,662 99907 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-04 08:37:08,891 99907 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.228s 2025-08-04 08:37:08,892 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-974307354", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d92013de-fd8d-4a7c-9a56-549b54aadd0e', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d92013de-fd8d-4a7c-9a56-549b54aadd0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b1aed837-4efd-4a29-b458-81e3bf4a6362", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:08.815457", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-97 4307354", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-124102318-722014073", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:09,232 99907 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.319s 2025-08-04 08:37:09,232 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-997031493", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4966e27d-abf4-4111-a2b8-32966eef8b8c', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4966e27d-abf4-4111-a2b8-32966eef8b8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "07ec86c4-af43-4404-a415-467dda3901b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:09.123796", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-997031493", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-822295471-1665390935", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/07ec86c4-af43-4404-a415-467dda3901b0"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:09,386 99907 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/de3d8c2f-67ee-478c-ba32-3b1257d19a6e 0.142s 2025-08-04 08:37:09,386 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7330c5a6-b575-4a76-93fb-1e552ee3e8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e'} Body: b'{"name": "tempest-scenario-img--1487062386", "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": "5035e527d8b846e3944cf9a10b46c5e9", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "created_at": "2025-08-04T08:37:07Z", "updated_at": "2025-08-04T08:37:08Z", "tag s": [], "self": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "file": "/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:09,855 99907 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.468s 2025-08-04 08:37:09,855 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "snapshot_id": null, "imageRef": "de3d8c2f-67ee-478c-ba32-3b1257d19a6e", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ddb540-b9a5-4f5d-b2f2-f48c65ac53ed', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ddb540-b9a5-4f5d-b2f2-f48c65ac53ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "801d6ca2-ec38-4b61-8354-1e1a72e3ffb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:09.766752", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:09,907 99907 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/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.039s 2025-08-04 08:37:09,907 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971fe1b8-e0e6-48d3-afc1-7f3e2847272b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971fe1b8-e0e6-48d3-afc1-7f3e2847272b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'{"volume": {"id": "801d6ca2-ec38-4b61-8354-1e1a72e3ffb6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:10.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5035e527d8b846e3944cf9a10b46c5e9" }}' 2025-08-04 08:37:10,963 99907 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/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.041s 2025-08-04 08:37:10,964 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4266724c-2de0-481e-8222-9ebf4bedefa9', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4266724c-2de0-481e-8222-9ebf4bedefa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'{"volume": {"id": "801d6ca2-ec38-4b61-8354-1e1a72e3ffb6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:10.000000", "updated_at": "2025-08-04T08:37:10.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062874132", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-905241841-1057925705", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6"}], "user_id": "cf911ef0e77e4d46b6f5584947372230", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5035e527d8b846e3944cf9a10b46c5e9"}}' 2025-08-04 08:37:11,115 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.136s 2025-08-04 08:37:11,115 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-8bccd9c6-f735-4aa2-a628-db28f5876530', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'' 2025-08-04 08:37:11,136 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 0.020s 2025-08-04 08:37:11,137 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a2b9c884-4ba7-4229-8b71-3fcccffe85c7', 'x-openstack-request-id': 'req-a2b9c884-4ba7-4229-8b71-3fcccffe85c7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/801d6ca2-ec38-4b61-8354-1e1a72e3ffb6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 801d6ca2-ec38-4b61-8354-1e1a72e3ffb6 could not be found."}}' 2025-08-04 08:37:11,244 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0 0.106s 2 025-08-04 08:37:11,244 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a0f30768-cd71-4247-a7a3-862750b2518b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0'} Body: b'' 2025-08-04 08:37:11,267 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0 0.022s 2025-08-04 08:37:11,267 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a8a03bd4-bd3f-4e63-850d-241a043fe8f0', 'x-openstack-request-id': 'req-a8a03bd4-bd3f-4e63-850d-241a043fe8f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/07ec86c4-af43-4404-a415-467dda3901b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 07ec86c4-af43-4404-a415-467dda3901b0 could not be found."}}' 2025-08-04 08:37:11,367 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362 0.099s 2025-08-04 08:37:11,368 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-01be53ee-2a34-4a39-8ed2-17a83ef70494', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362'} Body: b'' 2025-08-04 08:37:11,392 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362 0.024s 2025-08-04 08:37:11,392 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-828da204-b166-41f9-a5b3-55f00ebbc0e1', 'x-openstack-request-id': 'req-828da204-b166-41f9-a5b3-55f00ebbc0e1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1aed837-4efd-4a29-b458-81e3bf4a6362'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b1aed837-4efd-4a29-b458-81e3bf4a6362 could not be found."}}' 2025-08-04 08:37:11,438 99907 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.044s 2025-08-04 08:37:11,438 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1dd06eb-d9ae-452c-a8a0-56b1aee0002b', 'content-length': '2942', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1dd06eb-d9ae-452c-a8a0-56b1aee0002b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:33.000000", "updated_at": "2025-08-04T08:35:33.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "fa247761-46db-4724-9063-13becd19354c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e-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/fa247761-46db-4724-9063-13becd19354c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa247761-46db-4724-9063-13becd19354c"}], "user_id": "af8adf28417b41eb8e89e69299821378", "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": "0bfd2114a2424f44b8db195c132936ef"}]}' 2025-08-04 08:37:11,507 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/ffd1b674-4ef4-4c73-9523-f337de189ac2 0.053s 2025-08-04 08:37:11,507 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-Ve rsion', 'x-openstack-request-id': 'req-d621e098-35b2-46d2-aede-a629d09fd84a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/ffd1b674-4ef4-4c73-9523-f337de189ac2'} Body: b'' 2025-08-04 08:37:11,598 99907 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.090s 2025-08-04 08:37:11,598 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7796598e-b287-485f-92d3-cace60197ec8', 'content-length': '2942', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7796598e-b287-485f-92d3-cace60197ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:33.000000", "updated_at": "2025-08-04T08:35:33.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "fa247761-46db-4724-9063-13becd19354c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e-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/fa247761-46db-4724-9063-13becd19354c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa247761-46db-4724-9063-13becd19354c"}], "user_id": "af8adf28417b41eb8e89e69299821378", "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": "0bfd2114a2424f44b8db195c132936ef"}]}' 2025-0 8-04 08:37:11,689 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/643e3f60-bbac-4c67-952b-3d674f486d3d 0.074s 2025-08-04 08:37:11,689 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-e9338958-b6a1-478e-bd25-7e047f874e9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/643e3f60-bbac-4c67-952b-3d674f486d3d'} Body: b'' 2025-08-04 08:37:11,719 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1584373220 0.028s 2025-08-04 08:37:11,719 99907 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': 'Mon, 04 Aug 2025 08:37:11 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-423f3e0a-3c09-485b-9db0-a95f5c02dc2b', 'x-compute-request-id': 'req-423f3e0a-3c09-485b-9db0-a95f5c02dc2b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1584373220'} Body: b'' 2025-08-04 08:37:11,856 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e 0.136s 2025-08-04 08:37:11,856 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ec6c85e6-ceac-4776-b5df-48c4cfdb263c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de3d8c2f-67ee-478c-ba32-3b1257d19a6e'} Body: b'' 2025-08-04 08:37:11,932 99907 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.075s 2025-08-04 08:37:11,932 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b17000-e68e-41fd-82bb-894f0906cb56', 'content-length': '2942', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b17000-e68e-41fd-82bb-894f0906cb56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:33.000000", "updated_at": "2025-08-04T08:35:33.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "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": "993c6eed2ec94645be21e0df7bdd08fe"}, {"id": "fa247761-46db-4724-9063-13becd19354c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:20.000000", "updated_at": "2025-08-04T08:35:21.000000", "name": "da150ea7-a3ce-4b1d-b319-bf9a8bdf378e-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/fa247761-46db-4724-9063-13becd19354c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa247761-46db-4724-9063-13becd19354c"}], "user_id": "af8adf28417b41eb8e89e69299821378", "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": "0bfd2114a2424f44b8db195c132936ef"}]}' 2025-08-04 08:37:11,998 99907 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/570eb41e-2903-4e5e-85f1-c271df3542b6 0.049s 2025-08-04 08:37:11,999 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-a93e4d46-f81c-49f1-a4da-6c7db1f853e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/570eb41e-2903-4e5e-85f1-c271df3542b6'} 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 d5b2ccca-df63-4fbb-8192-1db948e62220 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:20,366 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.369s 2025-08-04 08:37:20,367 99895 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-687530408"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e52c69a-c0e4-4860-8d5f-a94d76498630', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e52c69a-c0e4-4860-8d5f-a94d76498630', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d5b2ccca-df63-4fbb-8192-1db948e62220", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:20.278027", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-687530408", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:20,423 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220 0.043s 2025-08-04 08:37:20,423 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78586e1-0211-4a7a-8291-8bbc679272da', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78586e1-0211-4a7a-8291-8bbc679272da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220'} Body: b'{"volume": {"id": "d5b2ccca-df63-4fbb-8192-1db948e62220", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-687530408", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' 2025-08-04 08:37:21,488 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220 0.048s 2025-08-04 08:37:21,488 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-d2b06b20-bd1e-4ef7-b6fd-bb1161849be4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b06b20-bd1e-4ef7-b6fd-bb1161849be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220'} Body: b'{"volume": {"id": "d5b2ccca-df63-4fbb-8192-1db948e62220", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:20.000000", "updated_at": "2025-08-04T08:37:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-687530408", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5b2ccca-df63-4fbb-8192-1db948e62220"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' 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 1311d035-b0be-4a3a-8cab-aed46a62fe65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:21,727 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.221s 2025-08-04 08:37:21,727 99895 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-1691833971"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d46c0c-0d49-45d8-a3a1-72dfc57e95a3', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d46c0c-0d49-45d8-a3a1-72dfc57e95a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1311d035-b0be-4a3a-8cab-aed46a62fe65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:21.665117", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1691833971", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:21,812 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65 0.072s 2025-08-04 08:37:21,812 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13863c8b-5534-47aa-af67-597cfbd99300', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13863c8b-5534-47aa-af67-597cfbd99300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65'} Body: b'{"volume": {"id": "1311d035-b0be-4a3a-8cab-aed46a62fe65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:22.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1691833971", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' 2025-08-04 08:37:22,966 99895 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65 0.138s 2025-08-04 08:37:22,966 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-ab24f825-ec8d-40aa-949f-bb354305538c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab24f825-ec8d-40aa-949f-bb354305538c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65'} Body: b'{"volume": {"id": "1311d035-b0be-4a3a-8cab-aed46a62fe65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:22.000000", "updated_at": "2025-08-04T08:37:22.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1691833971", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1311d035-b0be-4a3a-8cab-aed46a62fe65"}], "user_id": "15259fc99aad4d6f80014b5b660a375c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a126d8bfd794f238fed42307142b8ec"}}' 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 0c07060f-6c3c-42bd-afb2-8034e436d79b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:38,332 99907 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.130s 2025-08-04 08:37:38,332 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-883261001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKFGNtETkgYNX8/jCeHiIE1EQZRPPhCJRsPS0VvrXH/NfrMWfyVvsYitC0CZhQG2w3M5PfyHTmOdp5w1BpmXQEty4F8wM7xKIaJTsZf8AaGt1NloiUCMNJiHdfPud3ieww=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13ca1055-90b0-4161-85e9-ab21e8cb28fe', 'x-compute-request-id': 'req-13ca1055-90b0-4161-85e9-ab21e8cb28fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-883261001", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKFGNtETkgYNX8/jCeHiIE1EQZRPPhCJRsPS0VvrXH/NfrMWfyVvsYitC0CZhQG2w3M5PfyHTmOdp5w1BpmXQEty4F8wM7xKIaJTsZf8AaGt1NloiUCMNJiHdfPud3ieww==", "fingerprint": "21:b3:2c:9b:21:aa:21:7c:61:96:84:e3:70:91:87:e5", "user_id": "e215ff63b7c4483cb9546a859887a3bc"}}' 2025-08-04 08:37:38,584 99907 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.249s 2025-08-04 08:37:38,585 99907 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-1796888612", "description": "tempest-secgroup-smoke-1796888612 description", "project_id": "f66a2ca28d54487cbc6358f8620991b1"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-5551aaca-dfc2-4229-9708-ec3e749b31bf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "name": "tempest-secgroup-smoke-1796888612", "stateful": true, "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "description": "tempest-secgroup-smoke-1796888612 description", "shared": false, "security_group_rules": [{"id": "44106a48-75c7-4c6a-a76a-de0e37b1453a", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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": 1005, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_number": 0}, {"id": "ff0f3a17-1109-473a-b6c4-cb4989f8d4ab", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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": 1004, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_num ber": 0}], "tags": [], "created_at": "2025-08-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_number": 1, "project_id": "f66a2ca28d54487cbc6358f8620991b1"}}' 2025-08-04 08:37:39,174 99907 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.589s 2025-08-04 08:37:39,175 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f677c466-0b0a-4cfe-b329-538b810c4f1c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fbe838a5-88b4-43c5-8a17-0078066f0132", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:38Z", "updated_at": "2025-08-04T08:37:38Z", "revision_number": 0}}' 2025-08-04 08:37:39,405 99907 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.229s 2025-08-04 08:37:39,405 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ca7bf670-458d-4bfd-b47c-f9edb5c6e94f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a04666d6-6757-4554-bcf4-8e391501eb02", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:39,619 99907 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.213s 2025-08-04 08:37:39,620 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-afdbe8f4-cb71-4a58-ba1a-da7aa7382311', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50452ce4-fae5-4ea6-a529-f93895202ec8", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:39,821 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-04 08:37:39,821 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-0e63200f-9219-4ea6-991d-0b1b2391a2f2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be200686-5fa5-4b3e-9908-4217d1fda750", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:40,232 99907 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.410s 2025-08-04 08:37:40,233 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-750fc55a-5eb2-49cf-94c7-a409175f9ac4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ad6af07-1504-40da-8416-b0e50136a438", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:39Z", "updated_at": "2025-08-04T08:37:39Z", "revision_number": 0}}' 2025-08-04 08:37:40,544 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volu me_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.311s 2025-08-04 08:37:40,545 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-b609d3aa-f74c-48e7-a036-5cae43930501', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "64b9ebe4-1ba5-48e0-a72d-fa2726fc7fa5", "project_id": "f66a2ca28d54487cbc6358f8620991b1", "tenant_id": "f66a2ca28d54487cbc6358f8620991b1", "security_group_id": "4e56af6d-e928-4f16-ab9a-f5ae7340ce32", "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-04T08:37:40Z", "updated_at": "2025-08-04T08:37:40Z", "revision_number": 0}}' 2025-08-04 08:37:40,593 99907 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.043s 2025-08-04 08:37:40,594 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 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-213160f3-0387-4664-8d32-8a606ba065fe', '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": "e215ff63b7c4483cb9546a859887a3bc", "name": "tempest-TestShelveInstance-1314193444-project-member", "password_expires_at": null}, "audit_ids": ["SDvcx122SFeMvlilKfmwag"], "expires_at": "2025-08-04T09:37:40.000000Z", "issued_at": "2025-08-04T08:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f66a2ca28d54487cbc6358f8620991b1", "name": "tempest-TestShelveInstance-1314193444"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "R egionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f66a2ca28d54487cbc6358f8620991b1", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:37:40,595 99907 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'd52962b3-ac2d-4c21-8139-7c7fe2b2752a', 'name': 'tempest-TestShelveInstance-1399022384-network', 'tenant_id': 'f66a2ca28d54487cbc6358f8620991b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f66a2ca28d54487cbc6358f8620991b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 452, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:37:23Z', 'updated_at': '2025-08-04T08:37:23Z', 'revision_number': 1} available for tenant 2025-08-04 08:37:40,941 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.345s 2025-08-04 08:37:40,941 99907 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-900283041", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f954e8-e4e4-449c-9604-6bd097df2520', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f954e8-e4e4-449c-9604-6bd097df2520', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0c07060f-6c3c-42bd-afb2-8034e436d79b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:40.882374", "updated_at": null, "name": "tempest-tempest.common.compute-volume-900283041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}], "user_id": "e215ff63b7c4483cb9546a859887a3bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:37:40,996 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.043s 2025-08-04 08:37:40,996 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff10dc0d-520a-4c93-8fe3-61e81709560c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff10dc0d-520a- 4c93-8fe3-61e81709560c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'{"volume": {"id": "0c07060f-6c3c-42bd-afb2-8034e436d79b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:41.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-900283041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}], "user_id": "e215ff63b7c4483cb9546a859887a3bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66a2ca28d54487cbc6358f8620991b1"}}' 2025-08-04 08:37:42,048 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.037s 2025-08-04 08:37:42,048 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ff19e4f-bd94-43f0-80f9-3c88ff8b7395', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ff19e4f-bd94-43f0-80f9-3c88ff8b7395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'{"volume": {"id": "0c07060f-6c3c-42bd-afb2-8034e436d79b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:37:41.000000", "updated_at": "2025-08-04T08:37:41.000000", "name": "tempest-tempest.common.compute-volume-900283041", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b"}], "user_id": "e215ff63b7c4483cb9546a859887a3bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f66a2ca28d54487cbc6358f8620991b1"}}' 2025-08-04 08:37:42,214 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.152s 2025-08-04 08:37:42,214 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc72f048-f319-40be-907c-2f0aa1c02630', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'' 2025-08-04 08:37:42,257 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b 0.042s 2025-08-04 08:37:42,258 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d181b2c-a877-4e5d-bbce-b38c9f19a7be', 'x-openstack-request-id': 'req-9d181b2c-a877-4e5d-bbce-b38c9f19a7be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0c07060f-6c3c-42bd-afb2-8034e436d79b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0c07060f-6c3c-42bd-afb2-8034e436d79b could not be found."}}' 2025-08-04 08:37:42,505 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4e56af6d-e928-4f16-ab9a-f5ae7340ce32 0.245s 2025-08-04 08:37:42,505 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-45dfd2fa-3e7d-43a0-991c-2ea6377210fe', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4e56af6d-e928-4f16-ab9a-f5ae7340ce32'} Body: b'' 2025-08-04 08:37:42,533 99907 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-883261001 0.027s 2025-08-04 08:37:42,534 99907 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37: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-d8a22fb7-bb23-47e3-bdd0-07a6b57498d1', 'x-compute-request-id': 'req-d8a22fb7-bb23-47e3-bdd0-07a6b57498d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-883261001'} 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 baf65359-703a-4455-bc37-825e332bd03f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:35:32,435 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.362s 2025-08-04 08:35:32,436 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20adc710-d691-428d-9adf-90787b8082a4', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20adc710-d691-428d-9adf-90787b8082a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.378223", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:32,642 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.194s 2025-08-04 08:35:32,642 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3792d9-9cbf-483d-b0cf-9727c9ec3c93', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3792d9-9cbf-483d-b0cf-9727c9ec3c93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad8b242d-7260-4d60-978f-389d90304256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.569687", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-391114143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad8b242d-7260-4d60-978f-389d90304256"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:35:32,707 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.047s 2025-08-04 08:35:32,707 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu) ', 'content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f9f537c3-3bc4-4bd6-8714-50d1580366b0', '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": "0c045410ef5c4d51ba2bc94e4239258e", "name": "tempest-TestServerVolumeAttachmentScenario-1152774032-project-member", "password_expires_at": null}, "audit_ids": ["nsvxz-7RSZ-ZNFa60Yncdg"], "expires_at": "2025-08-04T09:35:32.000000Z", "issued_at": "2025-08-04T08:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "993c6eed2ec94645be21e0df7bdd08fe", "name": "tempest-TestServerVolumeAttachmentScenario-1152774032"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/993c6eed2ec94645be21e0df7bdd08fe", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:35:32,708 99897 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '36dee3d6-a7c9-4090-8783-00bf9eadac5c', 'name': 'tempest-TestServerVolumeAttachmentScenario-1003296098-network', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8844, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:35:14Z', 'updated_at': '2025-08-04T08:35:14Z', 'revision_number': 1} available for tenant 2025-08-04 08:35:32,709 99897 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:35:32,709 99897 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025- 08-04 08:35:32,943 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.233s 2025-08-04 08:35:32,944 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1984550567", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKdSwsyCFIFHFBe/VXcN3lFRW6ayaj4Ft/O0H+rJwdFrTdi7g+Xd5DB/zaWArURAFqcJs6FKk0gGLLlQJYdAlcekpjNIZDRxqvxyJ6GP7mjpV/gbEuxHRlF/Bw3UWlQow=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 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-22a0d118-968b-4228-b45d-ae2316571fd3', 'x-compute-request-id': 'req-22a0d118-968b-4228-b45d-ae2316571fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1984550567", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKdSwsyCFIFHFBe/VXcN3lFRW6ayaj4Ft/O0H+rJwdFrTdi7g+Xd5DB/zaWArURAFqcJs6FKk0gGLLlQJYdAlcekpjNIZDRxqvxyJ6GP7mjpV/gbEuxHRlF/Bw3UWlQow==", "fingerprint": "9b:e1:12:27:a7:c4:34:a1:d1:5a:65:2d:af:bb:3d:a0", "user_id": "0c045410ef5c4d51ba2bc94e4239258e"}}' 2025-08-04 08:35:32,946 99897 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1984550567 created 2025-08-04 08:35:33,217 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.271s 2025-08-04 08:35:33,218 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1242614019", "description": "tempest-description--1252156961"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-cf2cf570-301d-41ac-97f5-759cfff40876', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "name": "tempest-securitygroup--1242614019", "stateful": true, "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "description": "tempest-description--1252156961", "shared": false, "security_group_rules": [{"id": "0e0deaf6-f2f7-4ce1-ade0-ed999015a51f", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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": 717, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0}, {"id": "68362610-443a-4f27-b57e-7e64f67d96ab", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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": 718, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0 }], "tags": [], "created_at": "2025-08-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 1, "project_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:35:33,757 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.538s 2025-08-04 08:35:33,757 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0423c9b5-c8cb-405a-bfd7-dab44ea739e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2660d5ed-59dd-44ac-b651-b5bdc079ccdb", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0}}' 2025-08-04 08:35:34,102 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.344s 2025-08-04 08:35:34,102 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9504922b-014a-46b7-8261-0f6b8ef29b86', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "66537658-a230-4c94-a7b5-cd7b4bb00cc7", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "security_group_id": "46ce7eb2-1d40-4612-80c3-7ccd01b30eb3", "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-04T08:35:33Z", "updated_at": "2025-08-04T08:35:33Z", "revision_number": 0}}' 2025-08-04 08:35:34,103 99897 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1242614019 created 2025-08-04 08:35:34,783 99897 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.680s 2025-08-04 08:35:34,784 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-05682c58-f934-4ecf-8459-fa5ccf6 bd38a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "856f4a73-f1fc-4582-b4b7-d807b1aa1075", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "floating_ip_address": "172.24.4.226", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "993c6eed2ec94645be21e0df7bdd08fe", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:35:34Z", "updated_at": "2025-08-04T08:35:34Z", "revision_number": 0}}' 2025-08-04 08:35:34,784 99897 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '856f4a73-f1fc-4582-b4b7-d807b1aa1075', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:35:34Z', 'updated_at': '2025-08-04T08:35:34Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2025-08-04 08:35:34,785 99897 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1984550567', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKdSwsyCFIFHFBe/VXcN3lFRW6ayaj4Ft/O0H+rJwdFrTdi7g+Xd5DB/zaWArURAFqcJs6FKk0gGLLlQJYdAlcekpjNIZDRxqvxyJ6GP7mjpV/gbEuxHRlF/Bw3UWlQow==', 'fingerprint': '9b:e1:12:27:a7:c4:34:a1:d1:5a:65:2d:af:bb:3d:a0', 'user_id': '0c045410ef5c4d51ba2bc94e4239258e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCyVv43X245e2b5zrF38+a5a6bfAClxmgXKmFsslwlEqWz9Wd5+txBq\nAykAYWOI1FqgBwYFK4EEACKhZANiAASSnUsLMghSBRxQXv1V3Dd5RUVumsmo+Bbf\nztB/qycHRa03Yu4Pl3eQwf82lgK1EQBanCbOhSpNIBiy5UCWHQJXHpKYzSGQ0car\n8ciehj+5o6Vf4GxLsR0ZRfwcN1FpUKM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '46ce7eb2-1d40-4612-80c3-7ccd01b30eb3', 'name': 'tempest-securitygroup--1242614019', 'stateful': True, 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'description': 'tempest-description--1252156961', 'shared': False, 'security_group_rules': [{'id': '0e0deaf6-f2f7-4ce1-ade0-ed999015a51f', 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'security_group_id': '46ce7eb2-1d40-4612-80c3-7ccd01b30eb3', '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': 717, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:35:33Z', 'updated_at': '2025-08-04T08:35:33Z', 'revision_number': 0}, {'id': '68362610-443a-4f27-b57e-7e64f67d96ab', 'project_id': '993c6eed2ec94645be21e0df7bdd08fe', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'security_group_id': '46ce7eb2-1d40-4612-80c3-7ccd01b30eb3', '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': 718, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:35:33Z', 'updated_at': '2025-08-04T08:35:33Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:35:33Z', 'updated_at': '2025-08-04T08:35:33Z', 'revision_number': 1, 'project_id': '993c6eed2ec94645be21e0df7bdd08fe'}, 'floating_ip': {'id': '856f4a73-f1fc-4582-b4b7-d807b1aa1075', 'tenant_id': '993c6eed2ec94645be21e0df7bdd08fe', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project _id': '993c6eed2ec94645be21e0df7bdd08fe', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:35:34Z', 'updated_at': '2025-08-04T08:35:34Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2025-08-04 08:35:35,391 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.606s 2025-08-04 08:35:35,392 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "36dee3d6-a7c9-4090-8783-00bf9eadac5c"}], "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "key_name": "tempest-keypair-1984550567", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe7acd34-08ec-41be-86b9-103c1ca76fc6', 'x-compute-request-id': 'req-fe7acd34-08ec-41be-86b9-103c1ca76fc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "adminPass": "hfgN4hRX4ST4"}}' 2025-08-04 08:35:35,461 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.066s 2025-08-04 08:35:35,461 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:35:35 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-7b50f1f3-e644-414e-9960-4dea32e50555', 'x-compute-request-id': 'req-7b50f1f3-e644-414e-9960-4dea32e50555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "status": "BUILD", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:35:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b 70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1984550567", "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-04 08:36:25,760 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.236s 2025-08-04 08:36:25,761 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a1c50de-e359-412e-a97f-d7e930854174', 'x-compute-request-id': 'req-2a1c50de-e359-412e-a97f-d7e930854174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "status": "ACTIVE", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "f755fab2b5df32fbfbf49c5fc57f74d3284c49c46b695246d103ab1a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:35:52Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1003296098-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:9a:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1984550567", "OS-SRV-USG:launched_at": "2025-08-04T08:35:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "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-04 08:36:25,775 99897 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:37:26,098 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964/os-interface 0.262s 2025-08-04 08:37:26,099 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:25 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-2a6a1ff9-5b19-4e5c-9efb-9df54d0d557c', 'x-compute-request-id': 'req-2a6a1ff9-5b19-4e5c-9efb-9df54d0d557c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2 .1/servers/832a88d5-5437-4394-919d-a4c9d1b70964/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "36dee3d6-a7c9-4090-8783-00bf9eadac5c", "port_id": "ef0022fe-7fc0-4957-bda6-520de9a3c13f", "mac_addr": "fa:16:3e:8f:9a:50", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ad736bce-ebc6-47c9-a1bb-29788f551c9b", "ip_address": "10.0.0.10"}]}]}' 2025-08-04 08:37:27,051 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075 0.948s 2025-08-04 08:37:27,052 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ef0022fe-7fc0-4957-bda6-520de9a3c13f"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5aa90260-275c-4342-9365-9237be15cf96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075'} Body: b'{"floatingip": {"id": "856f4a73-f1fc-4582-b4b7-d807b1aa1075", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "floating_ip_address": "172.24.4.226", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "5bd9a736-ebb3-45f1-86a6-22bb699e5a06", "port_id": "ef0022fe-7fc0-4957-bda6-520de9a3c13f", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "36dee3d6-a7c9-4090-8783-00bf9eadac5c", "mac_address": "fa:16:3e:8f:9a:50", "admin_state_up": true, "status": "ACTIVE", "device_id": "832a88d5-5437-4394-919d-a4c9d1b70964", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:35:34Z", "updated_at": "2025-08-04T08:37:26Z", "revision_number": 1, "project_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:37:27,054 99897 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.226:22' as 'cirros' with public key authentication 2025-08-04 08:37:27,067 99897 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:37:27,171 99897 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:37:27,172 99897 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.226 successfully created 2025-08-04 08:37:27,380 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.208s 2025-08-04 08:37:27,381 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e4e0997-8a4d-44f6-88e1-5adf78d5b2bf', 'x-compute-request-id': 'req-7e4e0997-8a4d-44f6-88e1-5adf78d5b2bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "status": "ACTIVE", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "f755fab2b5df32fbfbf49c5fc57f74d3284c49c46b695246d103ab1a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76- 4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:35:52Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1003296098-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:9a:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1984550567", "OS-SRV-USG:launched_at": "2025-08-04T08:35:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "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-04 08:37:27,587 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.191s 2025-08-04 08:37:27,587 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:27 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-a5abd692-1de8-45a9-98f1-5d52afc4f899', 'x-compute-request-id': 'req-a5abd692-1de8-45a9-98f1-5d52afc4f899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-server-1872422171", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}]}]}' 2025-08-04 08:37:27,716 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.125s 2025-08-04 08:37:27,717 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96cbd9c2-6237-4e68-b03e-a37a4ae30d68', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96cbd9c2-6237-4e68-b03e-a37a4ae30d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'{"volume": {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consist encygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:37:28,770 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.038s 2025-08-04 08:37:28,770 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e832f7e2-d156-4783-b070-fe0fc499afb0', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e832f7e2-d156-4783-b070-fe0fc499afb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'{"volume": {"id": "baf65359-703a-4455-bc37-825e332bd03f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:35:32.000000", "updated_at": "2025-08-04T08:35:32.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1410201663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/baf65359-703a-4455-bc37-825e332bd03f"}], "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "993c6eed2ec94645be21e0df7bdd08fe"}}' 2025-08-04 08:37:28,936 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.152s 2025-08-04 08:37:28,937 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:28 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-73863844-218e-4e1b-a9ff-6f525183af02', 'x-compute-request-id': 'req-73863844-218e-4e1b-a9ff-6f525183af02', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'' 2025-08-04 08:37:29,202 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.265s 2025-08-04 08:37:29,203 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:28 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-f4075778-d2bd-4068-9284-1e3e5e970bfd', 'x-compute-request-id': 'req-f4075778-d2bd-4068-9284-1e3e5e970bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"server": {"id": "832a88d5-5437-4394-919d-a4c9d1b70964", "name": "tempest-TestServerVolumeAttachmentScenario-se rver-1872422171", "status": "ACTIVE", "tenant_id": "993c6eed2ec94645be21e0df7bdd08fe", "user_id": "0c045410ef5c4d51ba2bc94e4239258e", "metadata": {}, "hostId": "f755fab2b5df32fbfbf49c5fc57f74d3284c49c46b695246d103ab1a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:35Z", "updated": "2025-08-04T08:37:29Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1003296098-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8f:9a:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/832a88d5-5437-4394-919d-a4c9d1b70964"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1984550567", "OS-SRV-USG:launched_at": "2025-08-04T08:35:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1242614019"}], "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-04 08:38:19,304 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964 0.036s 2025-08-04 08:38:19,305 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 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-14598207-cc09-40dd-9e07-cdcbae4e4715', 'x-compute-request-id': 'req-14598207-cc09-40dd-9e07-cdcbae4e4715', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/832a88d5-5437-4394-919d-a4c9d1b70964'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 832a88d5-5437-4394-919d-a4c9d1b70964 could not be found."}}' 2025-08-04 08:38:19,333 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1984550567 0.027s 2025-08-04 08:38:19,333 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 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-1939426e-bf65-4d2f-a3c1-6bedc93b4047', 'x-compute-request-id': 'req-1939426e-bf65-4d2f-a3c1-6bedc93b4047', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1984550567'} Body: b'' 2025-08-04 08:38:19,681 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3 0.347s 2025-08-04 08:38:19,681 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Mon, 04 Aug 2025 08:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8b8b4997-f477-4c3b-b5a1-ef954de820a0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3'} Body: b'' 2025-08-04 08:38:19,700 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3 0.018s 2025-08-04 08:38:19,700 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-de04284f-f145-4bd3-8b50-41a4798d72f4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/46ce7eb2-1d40-4612-80c3-7ccd01b30eb3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 46ce7eb2-1d40-4612-80c3-7ccd01b30eb3 does not exist", "detail": ""}}' 2025-08-04 08:38:20,821 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075 1.120s 2025-08-04 08:38:20,821 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-42695f79-9894-4bff-b239-25f56a3be4ee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/856f4a73-f1fc-4582-b4b7-d807b1aa1075'} Body: b'' 2025-08-04 08:38:20,924 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256 0.103s 2025-08-04 08:38:20,925 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83192c8c-ffaf-42a3-8a7a-6cd0117d1bd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256'} Body: b'' 2025-08-04 08:38:20,947 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256 0.022s 2025-08-04 08:38:20,947 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a846580c-878c-43f3-bf3b-1048854b3be2', 'x-openstack-request-id': 'req-a846580c-878c-43f3-bf3b-1048854b3be2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad8b242d-7260-4d60-978f-389d90304256'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad8b242d-7260-4d60-978f-389d90304256 could not be found."}}' 2025-08-04 08:38:21,042 99897 INFO [tempest.lib.common. rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.094s 2025-08-04 08:38:21,042 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75511329-d9d8-4b81-86ac-cadd30acd717', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'' 2025-08-04 08:38:21,063 99897 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f 0.020s 2025-08-04 08:38:21,063 99897 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9a93ef0-c6a9-4ff0-9741-81f72aa1bb5a', 'x-openstack-request-id': 'req-f9a93ef0-c6a9-4ff0-9741-81f72aa1bb5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/baf65359-703a-4455-bc37-825e332bd03f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume baf65359-703a-4455-bc37-825e332bd03f could not be found."}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 70, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 479e0d1a-ea5a-4ee7-881d-47d3b68c6067 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:11,227 99911 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:36:11,227 99911 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:36:11,449 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.221s 2025-08-04 08:36:11,450 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2065619825", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBAfbBUI8EYuVhuKUuOgiNsY5mE+sYdwWicGeta9RkTaKJYb/HM6dqIi5P2CQjOIxSdETYX1ALa/KBIZAO/DwXWHUAvewRmaqywBPxLKNDgkFdH43S4RkK3gL8/8ztLlQA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 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-6d997b14-1083-41d0-aba6-755197bacace', 'x-compute-request-id': 'req-6d997b14-1083-41d0-aba6-755197bacace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2065619825", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBAfbBUI8EYuVhuKUuOgiNsY5mE+sYdwWicGeta9RkTaKJYb/HM6dqIi5P2CQjOIxSdETYX1ALa/KBIZAO/DwXWHUAvewRmaqywBPxLKNDgkFdH43S4RkK3gL8/8ztLlQA==", "fingerprint": "9d:00:0e:00:33:da:e4:44:d7:4f:c3:68:01:0e:ae:e2", "user_id": "c9016e0cb51c450a93c00d122f5c586f"}}' 2025-08-04 08:36:11,452 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2065619825 created 2025-08-04 08:36:11,722 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.269s 2025-08-04 08:36:11,723 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1336073009", "description": "tempest-description--2125010981"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-58e2fa1f-1f4f-4ee8-8f23-a0412c97164b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "name": "tempest-securitygroup--1336073009", "stateful": true, "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "description": "tempest-description--2125010981", "shared": false, "security_group_rules": [{"id": "89510863-eb16-4fc9-ae45-88632ec92ab1", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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": 775, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 0}, {"id": "c78d6c91-acd5-488e-bcd8-cbd11732efbe", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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": 774, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 1, "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:36:11,943 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.219s 2025-08-04 08:36:11,943 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-61ed52b9-87a1-492e-8fc0-47bf5f2a3a15', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8ccc8009-10fc-46af-b5bd-786257404646", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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-04T08:36:11Z", "updated_at": "2025-08-04T08:36:11Z", "revision_number": 0}}' 2025-08-04 08:36:12,198 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.254s 2025-08-04 08:36:12,198 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ae311caf-93f2-4218-bd1a-cbbe2430a9be', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4b3d214a-479d-43fa-aaf0-25bdf6ccbaa1", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97", "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-04T08:36:12Z", "updated_at": "2025-08-04T08:36:12Z", "revision_number": 0}}' 2025-08-04 08:36:12,198 99911 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1336073009 created 2025-08-04 08:36:12,964 99911 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.765s 2025-08-04 08:36:12,964 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4e713ff3-4dd2-4391-80d8-9f95a868c05b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "06892afd-5dcc-44a8-83bf-cb339d1f11ee", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "floating_ip_address": "172.24.4.177", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:36:12Z", "updated_at": "2025-08-04T08:36:12Z", "revision_number": 0}}' 2025-08-04 08:36:12,965 99911 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '06892afd-5dcc-44a8-83bf-cb339d1f11ee', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'floating_ip_address': '172.24.4.177', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:36:12Z', 'updated_at': '2025-08-04T08:36:12Z', 'revision_number': 0, 'ip': '172.24.4.177'} created 2025-08-04 08:36:13,255 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.289s 2025-08-04 08:36:13,255 99911 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-727930863", "description": "tempest-secgroup-smoke-727930863 description", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-af4e58f6-0dc9-45bb-95fd-67a894106d2b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "name": "tempest-secgroup-smoke-727930863", "stateful": true, "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "description": "tempest-secgroup-smoke-727930863 description", "shared": false, "security_group_rules": [{"id": "9d4b8bdb-51f1-4325-a207-2c3757badc8c", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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": 781, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}, {"id": "ac8e036a-cf32-4f6d-a9a0-75796361ac0c", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 782, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 1, "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:36:13,682 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.426s 2025-08-04 08:36:13,682 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ef2461ce-58c6-45dd-bb75-f2821e69aa76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75234912-cc38-4441-83fa-fc78e32475a9", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}}' 2025-08-04 08:36:14,197 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.514s 2025-08-04 08:36:14,197 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-4013ea0c-f3ee-436e-8b2f-521512c645a6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d42dc231-de52-47d5-ab8b-366cfe4d32a6", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:13Z", "updated_at": "2025-08-04T08:36:13Z", "revision_number": 0}}' 2025-08-04 08:36:14,514 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.316s 2025-08-04 08:36:14,515 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-10cecca3-4ca5-46 b9-907d-fc596b42813e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8bf68df-6d18-4f4e-892f-6f5499f27a47", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:14Z", "updated_at": "2025-08-04T08:36:14Z", "revision_number": 0}}' 2025-08-04 08:36:14,993 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.478s 2025-08-04 08:36:14,994 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-af460482-d4ec-4d3e-89f3-51e19c3f2a41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1252a9be-414f-4228-a158-386300444cdd", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:14Z", "updated_at": "2025-08-04T08:36:14Z", "revision_number": 0}}' 2025-08-04 08:36:15,327 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.332s 2025-08-04 08:36:15,328 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-1bb68ccb-62d5-48cc-9990-56c1636e867f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a88cf982-b351-490c-8f2c-c76d0ca02f6c", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:15Z", "updated_at": "2025-08-04T08:36:15Z", "revision_number": 0}}' 2025-08-04 08:36:15,568 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.240s 2025-08-04 08:36:15,568 99911 DEBUG [temp est.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-790daae5-9483-4609-8d4f-8860441e81c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b52f454e-ace9-4e9d-a27c-6a602858aeff", "project_id": "effd43a7999d4560a7d9d2e60b3e77dd", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "security_group_id": "809221f3-ecfb-48bd-bd8c-d913f189338a", "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-04T08:36:15Z", "updated_at": "2025-08-04T08:36:15Z", "revision_number": 0}}' 2025-08-04 08:36:15,682 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.107s 2025-08-04 08:36:15,682 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 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-7da0e098-78c1-4e9e-96ac-d051dde3ed2a', '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": "c9016e0cb51c450a93c00d122f5c586f", "name": "tempest-SnapshotDataIntegrityTests-848706707-project-member", "password_expires_at": null}, "audit_ids": ["i7EcmNsCRZ2zSvUd25a2Tw"], "expires_at": "2025-08-04T09:36:15.000000Z", "issued_at": "2025-08-04T08:36:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "effd43a7999d4560a7d9d2e60b3e77dd", "name": "tempest-SnapshotDataIntegrityTests-848706707"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/effd43a7999d4560a7d9d2e60b3e77dd", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:36:15,683 99911 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '535bbc6e-4010-4572-a876-12cd237733ea', 'name': 'tempest-SnapshotDataIntegrityTests-549646755-network', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11409, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:35:57Z', 'updated_at': '2025-08-04T08:35:57Z', 'revision_number': 1} available for tenant 2025-08-04 08:36:15,683 99911 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2065619825', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBAfbBUI8EYuVhuKUuOgiNsY5mE+sYdwWicGeta9RkTaKJYb/HM6dqIi5P2CQjOIxSdETYX1ALa/KBIZAO/DwXWHUAvewRmaqywBPxLKNDgkFdH43S4RkK3gL8/8ztLlQA==', 'fingerprint': '9d:00:0e:00:33:da:e4:44:d7:4f:c3:68:01:0e:ae:e2', 'user_id': 'c9016e0cb51c450a93c00d122f5c586f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDq72NEj9a4kdBKXVm7TtB1PocJh1KnyLQlYq9tgRGC19xkPZrwcnE+\nHVvFORm1dlCgBwYFK4EEACKhZANiAAQQH2wVCPBGLlYbilLjoIjbGOZhPrGHcFon\nBnrWvUZE2iiWG/xzOnaiIuT9gkIziMUnRE2F9QC2vygSGQDvw8F1h1AL3sEZmqss\nAT8SyjQ4JBXR+N0uEZCt4C/P/M7S5UA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97', 'name': 'tempest-securitygroup--1336073009', 'stateful': True, 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'description': 'tempest-description--2125010981', 'shared': False, 'security_group_rules': [{'id': '89510863-eb16-4fc9-ae45-88632ec92ab1', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'security_group_id': '69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97', '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': 775, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:11Z', 'updated_at': '2025-08-04T08:36:11Z', 'revision_number': 0}, {'id': 'c78d6c91-acd5-488e-bcd8-cbd11732efbe', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'security_group_id': '69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97', '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': 774, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:11Z', 'updated_at': '2025-08-04T08:36:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:36:11Z', 'updated_at': '2025-08-04T08:36:11Z', 'revision_number': 1, 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd'}, 'floating_ip': {'id': '06892afd-5dcc-44a8-83bf-cb339d1f11ee', 'tenant_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'floating_ip_address': '172.24.4.177', 'floating_network_id': '68f833 18-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'effd43a7999d4560a7d9d2e60b3e77dd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:36:12Z', 'updated_at': '2025-08-04T08:36:12Z', 'revision_number': 0, 'ip': '172.24.4.177'}} 2025-08-04 08:36:16,674 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.989s 2025-08-04 08:36:16,674 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-198432472", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "key_name": "tempest-keypair-2065619825", "security_groups": [{"name": "tempest-secgroup-smoke-727930863"}, {"name": "tempest-securitygroup--1336073009"}], "networks": [{"uuid": "535bbc6e-4010-4572-a876-12cd237733ea"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add36e49-e062-4e69-80bc-3debc1744f47', 'x-compute-request-id': 'req-add36e49-e062-4e69-80bc-3debc1744f47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-727930863"}, {"name": "tempest-securitygroup--1336073009"}], "adminPass": "xEj45KQk7XVk"}}' 2025-08-04 08:36:16,844 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.166s 2025-08-04 08:36:16,844 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:16 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-36b8ec34-e8bb-466c-a3f1-055268b50823', 'x-compute-request-id': 'req-36b8ec34-e8bb-466c-a3f1-055268b50823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "BUILD", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:17Z", "updated": "2025-08-04T08:36:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2065619825", "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-04 08:37:07,182 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.281s 2025-08-04 08:37:07,183 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6ca9431-0442-4bc0-ae8a-90abe1ccf5dd', 'x-compute-request-id': 'req-e6ca9431-0442-4bc0-ae8a-90abe1ccf5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "ACTIVE", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "5397a733003d24574f6d54f45d0cc0a56a96540841461ac9e67a2410", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:16Z", "updated": "2025-08-04T08:36:34Z", "addresses": {"tempest-SnapshotDataIntegrityTests-549646755-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2065619825", "OS-SRV-USG:launched_at": "2025-08-04T08:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1336073009"}, {"name": "tempest-secgroup-smoke-727930863"}], "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-04 08:37:07,206 99911 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:38:07,426 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d/os-interface 0.162s 2025-08-04 08:38:07,426 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request- id': 'req-a7f3585c-229e-438f-9e12-36b896fe084d', 'x-compute-request-id': 'req-a7f3585c-229e-438f-9e12-36b896fe084d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "535bbc6e-4010-4572-a876-12cd237733ea", "port_id": "a20f9e90-be69-47e4-9ddd-a8df9447f736", "mac_addr": "fa:16:3e:db:6d:02", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f687f358-da92-4eb6-b3bd-ce8c88c9ed21", "ip_address": "10.0.0.5"}]}]}' 2025-08-04 08:38:08,239 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee 0.808s 2025-08-04 08:38:08,239 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a20f9e90-be69-47e4-9ddd-a8df9447f736"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b47a91c3-ff9e-452d-84ab-7f2ade64ff76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee'} Body: b'{"floatingip": {"id": "06892afd-5dcc-44a8-83bf-cb339d1f11ee", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "floating_ip_address": "172.24.4.177", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "16493d4b-a51c-4a1c-bce3-c1f279855ee5", "port_id": "a20f9e90-be69-47e4-9ddd-a8df9447f736", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "535bbc6e-4010-4572-a876-12cd237733ea", "mac_address": "fa:16:3e:db:6d:02", "admin_state_up": true, "status": "ACTIVE", "device_id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:36:12Z", "updated_at": "2025-08-04T08:38:07Z", "revision_number": 1, "project_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:38:08,241 99911 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.177:22' as 'cirros' with public key authentication 2025-08-04 08:38:08,254 99911 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:38:08,358 99911 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:38:08,358 99911 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.177 successfully created 2025-08-04 08:38:08,605 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.246s 2025-08-04 08:38:08,605 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3913dce-2837-403e-9174-627e901fbe60', 'x-compute-request-id': 'req-e3913dce-2837-403e-9174-627e901fbe60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "ACTIVE", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "5397a733003d24 574f6d54f45d0cc0a56a96540841461ac9e67a2410", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:16Z", "updated": "2025-08-04T08:36:34Z", "addresses": {"tempest-SnapshotDataIntegrityTests-549646755-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2065619825", "OS-SRV-USG:launched_at": "2025-08-04T08:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1336073009"}, {"name": "tempest-secgroup-smoke-727930863"}], "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-04 08:38:08,820 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-04 08:38:08,821 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c299a1ee-5727-4d1e-9aa4-d186e231fc40', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c299a1ee-5727-4d1e-9aa4-d186e231fc40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "479e0d1a-ea5a-4ee7-881d-47d3b68c6067", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:08.757220", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}], "user_id": "c9016e0cb51c450a93c00d122f5c586f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:38:08,878 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.043s 2025-08-04 08:38:08,879 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2af30f4-d725-496e-a975-20248f561bd2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2af30f4-d725-496e-a975-20248f561bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'{"volume": {"id": "479e0d1a-ea5a-4 ee7-881d-47d3b68c6067", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:09.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}], "user_id": "c9016e0cb51c450a93c00d122f5c586f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:38:09,939 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.043s 2025-08-04 08:38:09,940 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3005bc-afba-470c-b8a2-2570c3074d82', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3005bc-afba-470c-b8a2-2570c3074d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'{"volume": {"id": "479e0d1a-ea5a-4ee7-881d-47d3b68c6067", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:09.000000", "updated_at": "2025-08-04T08:38:09.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1497764049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067"}], "user_id": "c9016e0cb51c450a93c00d122f5c586f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd"}}' 2025-08-04 08:38:10,063 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.108s 2025-08-04 08:38:10,063 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38: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-8f75cf5d-962b-4edc-8b1d-8763fefdde93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'' 2025-08-04 08:38:10,085 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067 0.021s 2025-08-04 08:38:10,085 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebc6334-9ee0-4c09-be82-41dd7cdcf69a', 'x-openstack-request-id': 'req-2ebc6334-9ee0-4c09-be82-41dd7cdcf69a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/479e0d1a-ea5a-4ee7-881d-47d3b68c6067'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 479e0d1a-ea5a-4ee7-881d-47d3b68c6067 could not be found."}}' 2025-08-04 08:38:10,274 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.188s 2025-08-04 08:38:10,275 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2bb2ca8-3650-4687-a5c4-50b1534adf5f', 'x-compute-request-id': 'req-b2bb2ca8-3650-4687-a5c4-50b1534adf5f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'' 2025-08-04 08:38:10,471 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.195s 2025-08-04 08:38:10,471 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:10 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-96c18ad1-a759-4e6b-8a59-e4aed1a2c7d7', 'x-compute-request-id': 'req-96c18ad1-a759-4e6b-8a59-e4aed1a2c7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"server": {"id": "a9eb666d-5576-49ba-b14d-dcc933c47c0d", "name": "tempest-SnapshotDataIntegrityTests-server-198432472", "status": "ACTIVE", "tenant_id": "effd43a7999d4560a7d9d2e60b3e77dd", "user_id": "c9016e0cb51c450a93c00d122f5c586f", "metadata": {}, "hostId": "5397a733003d24574f6d54f45d0cc0a56a96540841461ac9e67a2410", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:36:16Z", "updated": "2025-08-04T08:38:10Z", "addresses": {"tempest-SnapshotDataIntegrityTests-549646755-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}, {"version": 4, "addr": "172.24.4.177", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:6d:02"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2065619825", "OS-SRV-USG:launched_at": "2025-08-04T08:36:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1336073009"}, {"name": "tempest-secgroup-smoke-727930863"}], "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-04 08:39:00,572 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d 0.036s 2025-08-04 08:39:00,573 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 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-abd91c95-426a-408f-9ecd-cc897673b1f7', 'x-compute-request-id': 'req-abd91c95-426a-408f-9ecd-cc897673b1f7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a9eb666d-5576-49ba-b14d-dcc933c47c0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a9eb666d-5576-49ba-b14d-dcc933c47c0d could not be found."}}' 2025-08-04 08:39:00,823 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/809221f3-ecfb-48bd-bd8c-d913f189338a 0.248s 2025-08-04 08:39:00,823 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1ff5c57c-1d82-4840-a4c9-cc1390038387', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/809221f3-ecfb-48bd-bd8c-d913f189338a'} Body: b'' 2025-08-04 08:39:00,850 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2065619825 0.026s 2025-08-04 08:39:00,851 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 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-cc5e39be-8ec2-4854-bd36-0ea5721d3164', 'x-compute-request-id': 'req-cc5e39be-8ec2-4854-bd36-0ea5721d3164', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2065619825'} Body: b'' 2025-08-04 08:39:01,023 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97 0.172s 2025-08-04 08:39:01,023 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5e492660-3844-443e-8b8a-90ad18c1f9e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97'} Body: b'' 2025-08-04 08:39:01,048 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97 0.024s 2025-08-04 08:39:01,048 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ccea5102-f598-466d-9b7b-5579ce5e0f11', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 69bb3f0c-3e2d-4c19-806c-e1b1e09a9b97 does not exist", "detail": ""}}' 2025-08-04 08:39:01,408 99911 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee 0.358s 2025-08-04 08:39:01,408 99911 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-17fad287-53ea-4be4-b850-9250b8b2a3c8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/06892afd-5dcc-44a8-83bf-cb339d1f11ee'} Body: b'' tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_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-04 08:39:14,752 99895 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.655s 2025-08-04 08:39:14,753 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c382792-3c44-45e4-afa5-973269d8ac8e', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c382792-3c44-45e4-afa5-973269d8ac8e', '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-04 08:39:15,311 99895 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.516s 2025-08-04 08:39:15,311 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f67269b4-2da0-4ccb-bf2e-3d1177bf88b4', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f67269b4-2da0-4ccb-bf2e-3d1177bf88b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 289d0943-cf77-4908-977e-287f47fbebc9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:18,341 99895 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.582s 2025-08-04 08:39:18,342 99895 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-964129103"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8402fe4c-ee18-4555-a340-7e98dc01346a', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8402fe4c-ee18-4555-a340-7e98dc01346a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "289d0943-cf77-4908-977e-287f47fbebc9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:18.231720", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-964129103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}], "user_id": "4d5d11d759074f9681c757a1fae57d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:39:18,400 99895 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9 0.043s 2025-08-04 08:39:18,400 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fda75d4-3150-46af-ab0e-c883eabe53c0', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fda75d4-3150-46af-ab0e-c883eabe53c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9'} Body: b'{"volume": {"id": "289d0943-cf77-4908-977e-287f47fbebc9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:18.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-964129103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}], "user_id": "4d5d11d759074f9681c757a1fae57d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87777c9362ad4773930b217e326cc750"}}' 2025-08-04 08:39:19,453 99895 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9 0.037s 2025-08-04 08:39:19,453 99895 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:19 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ea5769-c8e6-464b-ab79-c550491bef38', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ea5769-c8e6-464b-ab79-c550491bef38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9'} Body: b'{"volume": {"id": "289d0943-cf77-4908-977e-287f47fbebc9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:18.000000", "updated_at": "2025-08-04T08:39:18.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-964129103", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/289d0943-cf77-4908-977e-287f47fbebc9"}], "user_id": "4d5d11d759074f9681c757a1fae57d64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87777c9362ad4773930b217e326cc750"}}' 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 b79055fd-a1fc-441b-958a-4eab673e6d19 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:58,877 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.094s 2025-08-04 08:36:58,877 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:58 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-170cc9f3-8215-495c-a585-94f8733c4a24', '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": "e9bbb6add2a9439599f3b955953f64c6", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-436958116-project-member", "password_expires_at": null}, "audit_ids": ["1Zl4pJ-YTyK37BhdF8okRA"], "expires_at": "2025-08-04T09:36:58.000000Z", "issued_at": "2025-08-04T08:36:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1902c7610618432b9a0f55f30ab521c9", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-436958116"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1902c7610618432b9a0f55f30ab521c9", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:36:58,878 99903 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': 'b0e2fd36-699d-4135-8b1a-209d40e40eb0', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40668, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_ad dress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:40Z', 'updated_at': '2025-08-04T08:36:40Z', 'revision_number': 1} available for tenant 2025-08-04 08:36:58,879 99903 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:36:58,879 99903 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:36:59,033 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.152s 2025-08-04 08:36:59,033 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1035320385", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC+MujP0PRz5tLwYjDWfCCXlmY5dlAaGFAeoJzHXiCYldBo3otocG2ULv+Y+v+OD+azhsU3Td+4O7C6d7bwU1a0mW+4NzmlYLctVFJYNcgKApxNjU2fF6TSbvRoKsXm0KA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36: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-f38caebb-0a8b-4d1d-8a48-74ea2a8cf5e7', 'x-compute-request-id': 'req-f38caebb-0a8b-4d1d-8a48-74ea2a8cf5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1035320385", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC+MujP0PRz5tLwYjDWfCCXlmY5dlAaGFAeoJzHXiCYldBo3otocG2ULv+Y+v+OD+azhsU3Td+4O7C6d7bwU1a0mW+4NzmlYLctVFJYNcgKApxNjU2fF6TSbvRoKsXm0KA==", "fingerprint": "89:df:da:48:f6:47:ae:a5:c6:c5:59:a3:fb:dc:52:35", "user_id": "e9bbb6add2a9439599f3b955953f64c6"}}' 2025-08-04 08:36:59,036 99903 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1035320385 created 2025-08-04 08:36:59,286 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.250s 2025-08-04 08:36:59,287 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--953431002", "description": "tempest-description--8371626"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1657', 'x-openstack-request-id': 'req-30c438ef-3d28-4317-8850-0a7a32fa0055', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "name": "tempest-securitygroup--953431002", "stateful": true, "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "description": "tempest-description--8371626", "shared": false, "security_group_rules": [{"id": "86bc0a43-1c30-4fd1-8ead-6126e197e55a", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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": 935, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}, {"id": "90d4d098-32cc-43c3-99e8-d44e29173817", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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": 934, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 1, "project_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:36:59,530 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.242s 2025-08-04 08:36:59,530 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ab85f84b-b3a3-4029-a26c-0a5048cdbc23', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "802289ab-51d8-47cf-a355-526352ea63da", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}}' 2025-08-04 08:36:59,797 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.266s 2025-08-04 08:36:59,798 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5a759498-0c60-474e-8072-5534d56eaf5a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b683163-82de-4532-9a02-89a8de5bc9cf", "project_id": "1902c7610618432b9a0f55f30ab521c9", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "security_group_id": "c77596e2-1e18-410a-9e6c-26fff82bc65b", "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-04T08:36:59Z", "updated_at": "2025-08-04T08:36:59Z", "revision_number": 0}}' 2025-08-04 08:36:59,798 99903 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--953431002 created 2025-08-04 08:37:00,497 99903 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.698s 2025 -08-04 08:37:00,497 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a9945d35-1e42-4df9-a4ce-2d0705549bd3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "be31da51-b16a-4245-9aec-2ec2b0e1455d", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "floating_ip_address": "172.24.4.87", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1902c7610618432b9a0f55f30ab521c9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:00Z", "updated_at": "2025-08-04T08:37:00Z", "revision_number": 0}}' 2025-08-04 08:37:00,497 99903 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'be31da51-b16a-4245-9aec-2ec2b0e1455d', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'floating_ip_address': '172.24.4.87', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:00Z', 'updated_at': '2025-08-04T08:37:00Z', 'revision_number': 0, 'ip': '172.24.4.87'} created 2025-08-04 08:37:00,498 99903 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1035320385', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC+MujP0PRz5tLwYjDWfCCXlmY5dlAaGFAeoJzHXiCYldBo3otocG2ULv+Y+v+OD+azhsU3Td+4O7C6d7bwU1a0mW+4NzmlYLctVFJYNcgKApxNjU2fF6TSbvRoKsXm0KA==', 'fingerprint': '89:df:da:48:f6:47:ae:a5:c6:c5:59:a3:fb:dc:52:35', 'user_id': 'e9bbb6add2a9439599f3b955953f64c6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDI+CeJjYoipJv0JPnCadu2h2z0ni6ba34DOpLzSBnLNGHso2mTj+CQ\nwC4O15AswFagBwYFK4EEACKhZANiAAQvjLoz9D0c+bS8GIw1nwgl5ZmOXZQGhhQH\nqCcx14gmJXQaN6LaHBtlC7/mPr/jg/ms4bFN03fuDuwune28FNWtJlvuDc5pWC3L\nVRSWDXICgKcTY1Nnxek0m70aCrF5tCg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c77596e2-1e18-410a-9e6c-26fff82bc65b', 'name': 'tempest-securitygroup--953431002', 'stateful': True, 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'description': 'tempest-description--8371626', 'shared': False, 'security_group_rules': [{'id': '86bc0a43-1c30-4fd1-8ead-6126e197e55a', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'security_group_id': 'c77596e2-1e18-410a-9e6c-26fff82bc65b', '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': 935, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 0}, {'id': '90d4d098-32cc-43c3-99e8-d44e29173817', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'security_group_id': 'c77596e2-1e18-410a-9e6c-26fff82bc65b', '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': 934, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08: 36:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1, 'project_id': '1902c7610618432b9a0f55f30ab521c9'}, 'floating_ip': {'id': 'be31da51-b16a-4245-9aec-2ec2b0e1455d', 'tenant_id': '1902c7610618432b9a0f55f30ab521c9', 'floating_ip_address': '172.24.4.87', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1902c7610618432b9a0f55f30ab521c9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:00Z', 'updated_at': '2025-08-04T08:37:00Z', 'revision_number': 0, 'ip': '172.24.4.87'}} 2025-08-04 08:37:02,317 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 1.818s 2025-08-04 08:37:02,317 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "b0e2fd36-699d-4135-8b1a-209d40e40eb0"}], "security_groups": [{"name": "tempest-securitygroup--953431002"}], "key_name": "tempest-keypair-1035320385", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cff28e64-b3ff-4124-9844-3352bf9a7cca', 'x-compute-request-id': 'req-cff28e64-b3ff-4124-9844-3352bf9a7cca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--953431002"}], "adminPass": "Q4ZyHrycWdiN"}}' 2025-08-04 08:37:02,472 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.152s 2025-08-04 08:37:02,473 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cda08c2-01b0-45f2-b991-0d23cdf399be', 'x-compute-request-id': 'req-6cda08c2-01b0-45f2-b991-0d23cdf399be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "BUILD", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:37:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1035320385", "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-04 08:37:52,719 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.202s 2025-08-04 08:37:52,719 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e19d322c-40cd-478c-bea1-723c8e1fcc19', 'x-compute-request-id': 'req-e19d322c-40cd-478c-bea1-723c8e1fcc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "ACTIVE", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "71034234d4f4fcf81a1def1c3cf5dfe7252212263b74d4d1bd30289a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:37:19Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1035320385", "OS-SRV-USG:launched_at": "2025-08-04T08:37:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953431002"}], "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-04 08:37:52,734 99903 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:38:52,935 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb/os-interface 0.181s 2025-08-04 08:38:52,935 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:52 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-d80a779d-9d84-4896-9fcc-82446eabc090', 'x-compute-request-id': 'req-d80a779d-9d84-4896-9fcc-82446eabc090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b0e2fd36-699d-4135-8b1a-209d40e40eb0", "port_id": "b09acb17-600d-4118-9807-8ccf72b378ab", "mac_addr": "fa:16:3e:f4:c6:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e56c3a48-5dec-437f-9a1e-3062de7b442c", "ip_address": "10.0.0.6"}]}]}' 2025-08-04 08:38:53,711 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d 0.772s 2025-08-04 08:38:53,712 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b09acb17-600d-4118-9807-8ccf72b378ab"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ae8ee040-cbdb-4993-8f4f-36a2697601eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d'} Body: b'{"floatingip": {"id": "be31da51-b16a-4245-9aec-2ec2b0e1455d", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "floating_ip_address": "172.24.4.87", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "55e79ee8-9188-4ed9-94cf-0bcb2dc6e5cd", "port_id": "b09acb17-600d-4118-9807-8ccf72b378ab", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b0e2fd36-699d-4135-8b1a-209d40e40eb0", "mac_address": "fa:16:3e:f4:c6:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:00Z", "updated_at": "2025-08-04T08:38:53Z", "revision_number": 1, "project_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:38:53,713 99903 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.87:22' as 'cirros' with public key authentication 2025-08-04 08:38:53,728 99903 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:38:53,833 99903 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:38:53,834 99903 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.87 successfully created 2025-08-04 08:38:54,045 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.211s 2025-08-04 08:38:54,046 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e40744-fdff-4210-8183-a8d91080fc0d', 'x-compute-request-id': 'req-65e40744-fdff-4210-8183-a8d91080fc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v 2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "ACTIVE", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "71034234d4f4fcf81a1def1c3cf5dfe7252212263b74d4d1bd30289a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:37:19Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1035320385", "OS-SRV-USG:launched_at": "2025-08-04T08:37:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953431002"}], "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-04 08:38:54,236 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.175s 2025-08-04 08:38:54,237 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed92b6c-87ef-4d30-b1e5-483aa8cba970', 'x-compute-request-id': 'req-4ed92b6c-87ef-4d30-b1e5-483aa8cba970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}]}]}' 2025-08-04 08:38:54,449 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.208s 2025-08-04 08:38:54,449 99903 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-1548050620", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f508a45-5221-445d-8aa7-53aa467314f8', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f508a45-5221-445d-8aa7-53aa467314f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b79055fd-a1fc- 441b-958a-4eab673e6d19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:54.384851", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1548050620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}], "user_id": "e9bbb6add2a9439599f3b955953f64c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:38:54,504 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.039s 2025-08-04 08:38:54,504 99903 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': 'Mon, 04 Aug 2025 08:38:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3744b38f-26f1-4251-b974-7dd5a8031036', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3744b38f-26f1-4251-b974-7dd5a8031036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'{"volume": {"id": "b79055fd-a1fc-441b-958a-4eab673e6d19", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:54.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1548050620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}], "user_id": "e9bbb6add2a9439599f3b955953f64c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:38:55,558 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.038s 2025-08-04 08:38:55,558 99903 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': 'Mon, 04 Aug 2025 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d451f88-6157-4875-9b64-a7cd9cb938e1', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d451f88-6157-4875-9b64-a7cd9cb938e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'{"volume": {"id": "b79055fd-a1fc-441b-958a-4eab673e6d19", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:38:54.000000", "updated_at": "2025-08-04T08:38:55.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1548050620", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/vol umes/b79055fd-a1fc-441b-958a-4eab673e6d19"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19"}], "user_id": "e9bbb6add2a9439599f3b955953f64c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1902c7610618432b9a0f55f30ab521c9"}}' 2025-08-04 08:38:55,665 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.092s 2025-08-04 08:38:55,665 99903 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': 'Mon, 04 Aug 2025 08:38:55 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-b414fd18-9e12-4344-a786-40fddf103213', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'' 2025-08-04 08:38:55,687 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19 0.020s 2025-08-04 08:38:55,687 99903 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': 'Mon, 04 Aug 2025 08:38:55 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-d633189d-a153-4e63-bff9-a4f59e397865', 'x-openstack-request-id': 'req-d633189d-a153-4e63-bff9-a4f59e397865', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b79055fd-a1fc-441b-958a-4eab673e6d19'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b79055fd-a1fc-441b-958a-4eab673e6d19 could not be found."}}' 2025-08-04 08:38:55,793 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.106s 2025-08-04 08:38:55,794 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:55 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-aae4c91f-f745-4a88-ac60-818d9f4e814f', 'x-compute-request-id': 'req-aae4c91f-f745-4a88-ac60-818d9f4e814f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'' 2025-08-04 08:38:55,946 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.151s 2025-08-04 08:38:55,946 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1698', 'content-type': 'application/json', 'openstack-ap i-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0493052-8ccc-40a7-814b-59a0dace6997', 'x-compute-request-id': 'req-b0493052-8ccc-40a7-814b-59a0dace6997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"server": {"id": "b43acdf0-a436-46ef-8e5d-f5a3e5246ffb", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-472180647", "status": "ACTIVE", "tenant_id": "1902c7610618432b9a0f55f30ab521c9", "user_id": "e9bbb6add2a9439599f3b955953f64c6", "metadata": {}, "hostId": "71034234d4f4fcf81a1def1c3cf5dfe7252212263b74d4d1bd30289a", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:02Z", "updated": "2025-08-04T08:38:56Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1277157995-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}, {"version": 4, "addr": "172.24.4.87", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:c6:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1035320385", "OS-SRV-USG:launched_at": "2025-08-04T08:37:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--953431002"}], "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-04 08:39:46,014 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb 0.039s 2025-08-04 08:39:46,015 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c62f20a3-caf0-48d9-932f-0b2e1a664a77', 'x-compute-request-id': 'req-c62f20a3-caf0-48d9-932f-0b2e1a664a77', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43acdf0-a436-46ef-8e5d-f5a3e5246ffb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b43acdf0-a436-46ef-8e5d-f5a3e5246ffb could not be found."}}' 2025-08-04 08:39:46,041 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1035320385 0.026s 2025-08-04 08:39:46,042 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4332c538-f864-461f-8990-fd2f45802ae0', 'x-compute- request-id': 'req-4332c538-f864-461f-8990-fd2f45802ae0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1035320385'} Body: b'' 2025-08-04 08:39:46,217 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b 0.174s 2025-08-04 08:39:46,217 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3c42f7b9-421a-414c-8238-3637e1d863fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b'} Body: b'' 2025-08-04 08:39:46,236 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b 0.018s 2025-08-04 08:39:46,237 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-763fdc14-7a4d-4d96-b4d2-a57bc4e01c9f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/c77596e2-1e18-410a-9e6c-26fff82bc65b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c77596e2-1e18-410a-9e6c-26fff82bc65b does not exist", "detail": ""}}' 2025-08-04 08:39:46,629 99903 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d 0.392s 2025-08-04 08:39:46,630 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4e8564ca-8c3a-4860-acc8-6e50550672ac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/be31da51-b16a-4245-9aec-2ec2b0e1455d'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1f7b3dc5-fb75-43a2-8765-9fb1b0a28231 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:37:09,498 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:37:09,499 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:37:09,640 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.139s 2025-08-04 08:37:09,640 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1164303750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNepwJNhEhnZtLAkNhsOMoAe9yEJCUI4vt5yr856W6yagtBgkqYPmEo+EaKZpJ/ndiXdBEowsMvAF0e6p7CsrLQ80GJ0DsXt2sFiX542akpfBxbXFnblzEKAHvdB9aj2jA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1b7bbf6-0107-49ee-834e-0c2b5e9a55ca', 'x-compute-request-id': 'req-c1b7bbf6-0107-49ee-834e-0c2b5e9a55ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1164303750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNepwJNhEhnZtLAkNhsOMoAe9yEJCUI4vt5yr856W6yagtBgkqYPmEo+EaKZpJ/ndiXdBEowsMvAF0e6p7CsrLQ80GJ0DsXt2sFiX542akpfBxbXFnblzEKAHvdB9aj2jA==", "fingerprint": "5a:75:f7:6f:06:d8:42:60:b8:d8:c2:55:09:75:e7:6e", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1"}}' 2025-08-04 08:37:09,643 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1164303750 created 2025-08-04 08:37:09,900 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.257s 2025-08-04 08:37:09,901 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1813412076", "description": "tempest-description--569986842"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-18828093-0d24-4b77-a669-c8eae4a29e6d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "name": "tempest-securitygroup--1813412076", "stateful": true, "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "tempest-description--569986842", "shared": false, "security_group_rules": [{"id": "26571774-614a-42ec-98db-fe96941fd4cb", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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": 953, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:09Z", "updated_at": "2025-08-04T08:37:09Z", "revision_number": 0}, {"id": "2e7de0f1-8081-42e3-8aff-08f119791fce", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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": 952, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:37:09Z", "updated_at": "2025-08-04T08:37:09Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:37:09Z", "updated_at": "2025-08-04T08:37:09Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:37:10,153 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.251s 2025-08-04 08:37:10,153 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2ccd4db1-b95c-41bc-b6fd-c8ef3bcbf30c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b03f6945-9751-4124-bdfa-9b592af08199", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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-04T08:37:10Z", "updated_at": "2025-08-04T08:37:10Z", "revision_number": 0}}' 2025-08-04 08:37:10,442 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.288s 2025-08-04 08:37:10,442 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-38238937-95ff-424f-a456-94559747a96c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ea2ce4d-2305-4d64-8342-eb369b6e71a9", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "dba8fa64-01ad-43d1-87f5-d1784cb2a71d", "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-04T08:37:10Z", "updated_at": "2025-08-04T08:37:10Z", "revision_number": 0}}' 2025-08-04 08:37:10,443 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1813412076 created 2025-08-04 08:37:11,351 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.907s 2025-08-04 08:37:11,352 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a5944a1d-ed39-4abd-9d57-9b4c4c00ce7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4096a8d1-5c93-4de5-942a-1767501b36bb", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.175", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:10Z", "updated_at": "2025-08-04T08:37:10Z", "revision_number": 0}}' 2025-08-04 08:37:11,352 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4096a8d1-5c93-4de5-942a-1767501b36bb', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:10Z', 'updated_at': '2025-08-04T08:37:10Z', 'revision_number': 0, 'ip': '172.24.4.175'} created 2025-08-04 08:37:11,416 99909 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.059s 2025-08-04 08:37:11,416 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 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-82e15869-2ca1-427f-9b55-473a46a0865e', '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": "0cef2863c1884c8e8dc1f8a94f6987b1", "name": "tempest-AttachVolumeNegativeTest-274037314-project-member", "password_expires_at": null}, "audit_ids": ["YCOP3nprT7-b42GzLpDd9A"], "expires_at": "2025-08-04T09:37:11.000000Z", "issued_at": "2025-08-04T08:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af22c97af79440d09d1cb19cd2b78ea4", "name": "tempest-AttachVolumeNegativeTest-274037314"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae337 7e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af22c97af79440d09d1cb19cd2b78ea4", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:37:11,417 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'a44a2db9-0272-4d96-a82f-d892afe757b7', 'name': 'tempest-AttachVolumeNegativeTest-2009956975-network', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8309, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1} available for tenant 2025-08-04 08:37:11,418 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1164303750', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNepwJNhEhnZtLAkNhsOMoAe9yEJCUI4vt5yr856W6yagtBgkqYPmEo+EaKZpJ/ndiXdBEowsMvAF0e6p7CsrLQ80GJ0DsXt2sFiX542akpfBxbXFnblzEKAHvdB9aj2jA==', 'fingerprint': '5a:75:f7:6f:06:d8:42:60:b8:d8:c2:55:09:75:e7:6e', 'user_id': '0cef2863c1884c8e8dc1f8a94f6987b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBAdzPXxyFBmqGa9cRvfvdGMB7tOTcHxzpCLyct2VCe6fjrTq76WoTS\nWFYl63W0A3GgBwYFK4EEACKhZANiAATXqcCTYRIZ2bSwJDYbDjKAHvchCQlCOL7e\ncq/OelusmoLQYJKmD5hKPhGimaSf53Yl3QRKMLDLwBdHuqewrKy0PNBidA7F7drB\nYl+eNmpKXwcW1xZ25cxCgB73QfWo9ow=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'dba8fa64-01ad-43d1-87f5-d1784cb2a71d', 'name': 'tempest-securitygroup--1813412076', 'stateful': True, 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': 'tempest-description--569986842', 'shared': False, 'security_group_rules': [{'id': '26571774-614a-42ec-98db-fe96941fd4cb', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'dba8fa64-01ad-43d1-87f5-d1784cb2a71d', '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-04T08:37:09Z', 'updated_at': '2025-08-04T08:37:09Z', 'revision_number': 0}, {'id': '2e7de0f1-8081-42e3-8aff-08f119791fce', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'dba8fa64-01ad-43d1-87f5-d1784cb2a71d', '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-04T08:37:09Z', 'updated_at': '2025-08-04T08:37:09Z', 'revision_num ber': 0}], 'tags': [], 'created_at': '2025-08-04T08:37:09Z', 'updated_at': '2025-08-04T08:37:09Z', 'revision_number': 1, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4'}, 'floating_ip': {'id': '4096a8d1-5c93-4de5-942a-1767501b36bb', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:10Z', 'updated_at': '2025-08-04T08:37:10Z', 'revision_number': 0, 'ip': '172.24.4.175'}} 2025-08-04 08:37:12,321 99909 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.903s 2025-08-04 08:37:12,322 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-409311671", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a44a2db9-0272-4d96-a82f-d892afe757b7"}], "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "key_name": "tempest-keypair-1164303750", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07fdc95f-efa8-4b6d-92be-1aba394af4b6', 'x-compute-request-id': 'req-07fdc95f-efa8-4b6d-92be-1aba394af4b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "adminPass": "password"}}' 2025-08-04 08:37:12,408 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.077s 2025-08-04 08:37:12,408 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:12 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-3636c31b-4061-4a4b-95d7-3146df6f8160', 'x-compute-request-id': 'req-3636c31b-4061-4a4b-95d7-3146df6f8160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "name": "tempest-AttachVolumeNegativeTest-server-409311671", "status": "BUILD", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:12Z", "updated": "2025-08-04T08:37:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1164303750", "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-04 08:38:02,747 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.273s 2025-08-04 08:38:02,752 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:02 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-52d32fd5-538a-419f-bd50-393bc5921450', 'x-compute-request-id': 'req-52d32fd5-538a-419f-bd50-393bc5921450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "name": "tempest-AttachVolumeNegativeTest-server-409311671", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:12Z", "updated": "2025-08-04T08:37:29Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:d0:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164303750", "OS-SRV-USG:launched_at": "2025-08-04T08:37:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "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-04 08:38:02,776 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:39:02,993 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/os-interface 0.149s 2025-08-04 08:39:02,993 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Mon, 04 Aug 2025 08:39:02 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-2f25e608-e65d-42f7-b8b3-a96bf4750f09', 'x-compute-request-id': 'req-2f25e608-e65d-42f7-b8b3-a96bf4750f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "port_id": "0368fc8f-d362-4387-9e18-abcba1c1b1db", "mac_addr": "fa:16:3e:7e:d0:31", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7bb9691f-0484-4cf6-9859-246dffeb7f19", "ip_address": "10.0.0.12"}]}]}' 2025-08-04 08:39:04,127 99909 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/4096a8d1-5c93-4de5-942a-1767501b36bb 1.127s 2025-08-04 08:39:04,128 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0368fc8f-d362-4387-9e18-abcba1c1b1db"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-45d80e85-a056-471b-b54c-5d8762bb4606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4096a8d1-5c93-4de5-942a-1767501b36bb'} Body: b'{"floatingip": {"id": "4096a8d1-5c93-4de5-942a-1767501b36bb", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.175", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "e07417e1-5e81-442a-b1f7-01522b902353", "port_id": "0368fc8f-d362-4387-9e18-abcba1c1b1db", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "mac_address": "fa:16:3e:7e:d0:31", "admin_state_up": true, "status": "ACTIVE", "device_id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:37:10Z", "updated_at": "2025-08-04T08:39:03Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:04,134 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.175:22' as 'cirros' with public key authentication 2025-08-04 08:39:04,145 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:39:04,249 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:39:04,250 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.175 successfully created 2025-08-04 08:39:04,294 99909 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/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/ips 0.043s 2025-08-04 08:39:04,294 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6867d987-b57d-44fc-a9c1-6bb7517b66d6', 'x-compute-request-id': 'req-6867d987-b57d-44fc-a9c1-6bb7517b66d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/serve rs/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-04 08:39:04,539 99909 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.241s 2025-08-04 08:39:04,539 99909 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-1967327926"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-547dda35-bb23-4e21-b64a-946a12a5419e', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-547dda35-bb23-4e21-b64a-946a12a5419e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1f7b3dc5-fb75-43a2-8765-9fb1b0a28231", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:04.469032", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1967327926", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:39:04,593 99909 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/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231 0.040s 2025-08-04 08:39:04,594 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180439cb-3c4e-4cb0-a514-65ccc99aab83', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180439cb-3c4e-4cb0-a514-65ccc99aab83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231'} Body: b'{"volume": {"id": "1f7b3dc5-fb75-43a2-8765-9fb1b0a28231", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:04.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1967327926", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:05,646 99909 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/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231 0.038s 2025-08-04 08:39:05,646 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9239f1-374e-40c5-88b2-2e3046371900', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9239f1-374e-40c5-88b2-2e3046371900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231'} Body: b'{"volume": {"id": "1f7b3dc5-fb75-43a2-8765-9fb1b0a28231", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:04.000000", "updated_at": "2025-08-04T08:39:05.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1967327926", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1f7b3dc5-fb75-43a2-8765-9fb1b0a28231"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:05,793 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.131s 2025-08-04 08:39:05,794 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7867466e-d288-4b37-87b4-c5be10ee4cfd', 'x-compute-request-id': 'req-7867466e-d288-4b37-87b4-c5be10ee4cfd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'' 2025-08-04 08:39:05,980 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.185s 2025-08-04 08:39:05,981 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5de4c267-b850-46d8-9953-b292ff560802', 'x-compute-request-id': 'req-5de4c267-b850-46d8-9953-b292ff560802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"server": {"id": "c5aa0fe9-4de5-497a-9b3b-f1fe2d663811", "name": "tempest-AttachVolumeNegativeTest-server-409311671", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:12Z", "updat ed": "2025-08-04T08:39:06Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:d0:31"}, {"version": 4, "addr": "172.24.4.175", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:d0:31"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1164303750", "OS-SRV-USG:launched_at": "2025-08-04T08:37:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1813412076"}], "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-04 08:39:56,094 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 0.042s 2025-08-04 08:39:56,094 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d749262e-e406-4ed3-8a4d-e3cf8b1ab6ce', 'x-compute-request-id': 'req-d749262e-e406-4ed3-8a4d-e3cf8b1ab6ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c5aa0fe9-4de5-497a-9b3b-f1fe2d663811'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c5aa0fe9-4de5-497a-9b3b-f1fe2d663811 could not be found."}}' 2025-08-04 08:39:56,123 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164303750 0.028s 2025-08-04 08:39:56,123 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dada658-b657-437a-b610-ba9a811b20dd', 'x-compute-request-id': 'req-9dada658-b657-437a-b610-ba9a811b20dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1164303750'} Body: b'' 2025-08-04 08:39:56,415 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d 0.290s 2025-08-04 08:39:56,415 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-72921a5b-1cdd-4510-934d-a9bdacd59576', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d'} Body: b'' 2025-08-04 08:39:56,433 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http: //10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d 0.017s 2025-08-04 08:39:56,433 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-696a81c1-1ec5-4ffe-b345-bae8d5140692', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/dba8fa64-01ad-43d1-87f5-d1784cb2a71d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group dba8fa64-01ad-43d1-87f5-d1784cb2a71d does not exist", "detail": ""}}' 2025-08-04 08:39:56,773 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/4096a8d1-5c93-4de5-942a-1767501b36bb 0.340s 2025-08-04 08:39:56,774 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cfbe6ee7-1168-4d43-aede-e5e8f00af488', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4096a8d1-5c93-4de5-942a-1767501b36bb'} Body: b'' 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 d6327692-2220-420d-8167-6bf52f71b9ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:54,672 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.634s 2025-08-04 08:39:54,673 99903 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': 'Mon, 04 Aug 2025 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b1f01130-24a2-4648-a147-48c31d760b32', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-635daba3-832e-4e43-9479-e1e6d15e77c8', '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": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:55Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:55,664 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file 0.989s 2025-08-04 08:39:55,664 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b6a2100d-a096-4d8a-9906-b131089b74df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file'} Body: b'' 2025-08-04 08:39:55,685 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32 0.020s 2025-08-04 08:39:55,685 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-773aa107-ce1c-4dfb-87f1-2b328c911a78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32'} 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": "2ff03c9b07fbf4222d2c5f88da8a78c8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f896e7f1fbd3d691e1f884c480b26b240d9e8184ed9cd953d1a74e72ebbf66c665c18b8372f92eaf8afe0fe09c86570a3550b485f6ee5789a1ed8c4059f3a572", "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:56Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2- 4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:55,707 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32 0.021s 2025-08-04 08:39:55,707 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8676744b-6ff2-4b0c-8e3c-c0a0368b1de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32'} 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": "2ff03c9b07fbf4222d2c5f88da8a78c8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f896e7f1fbd3d691e1f884c480b26b240d9e8184ed9cd953d1a74e72ebbf66c665c18b8372f92eaf8afe0fe09c86570a3550b485f6ee5789a1ed8c4059f3a572", "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:56Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:55,727 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32 0.019s 2025-08-04 08:39:55,728 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-75f1f3df-551d-4717-b9de-6374c3ae50ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1f01130-24a2-4648-a147-48c31d760b32'} 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": "2ff03c9b07fbf4222d2c5f88da8a78c8", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f896e7f1fbd3d691e1f884c480b26b240d9e8184ed9cd953d1a74e72ebbf66c665c18b8372f92eaf8afe0fe09c86570a3550b485f6ee5789a1ed8c4059f3a572", "id": "b1f01130-24a2-4648-a147-48c31d760b32", "created_at": "2025-08-04T08:39:55Z", "updated_at": "2025-08-04T08:39:56Z", "tags": [], "self": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32", "file": "/v2/images/b1f01130-24a2-4648-a147-48c31d760b32/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:56,032 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.303s 2025-08-04 08:39:56,032 99903 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": "b1f01130-24a2-4648-a147-48c31d760b32", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9463cea7-59d5-4 d17-804b-5b4df5d976fb', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9463cea7-59d5-4d17-804b-5b4df5d976fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d6327692-2220-420d-8167-6bf52f71b9ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:55.975825", "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/d6327692-2220-420d-8167-6bf52f71b9ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6327692-2220-420d-8167-6bf52f71b9ba"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:39:56,084 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba 0.040s 2025-08-04 08:39:56,085 99903 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': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e407de-889e-4839-b255-80ea9c27e407', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e407de-889e-4839-b255-80ea9c27e407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba'} Body: b'{"volume": {"id": "d6327692-2220-420d-8167-6bf52f71b9ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:56.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/d6327692-2220-420d-8167-6bf52f71b9ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6327692-2220-420d-8167-6bf52f71b9ba"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 2025-08-04 08:39:57,138 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba 0.039s 2025-08-04 08:39:57,138 99903 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': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e47e597-cabf-43dc-a8a6-5767f1df0dc2', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e47e597-cabf-43dc-a8a6-5767f1df0dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6327692-2220-420d-8167-6bf52f71b9ba'} Body: b'{"volume": {"id": "d6327692-2220-420d-8167-6bf52f71b9ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:56.000000" , "updated_at": "2025-08-04T08:39:56.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/d6327692-2220-420d-8167-6bf52f71b9ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6327692-2220-420d-8167-6bf52f71b9ba"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 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 6278f6dc-a69f-4a67-981e-db38f1bc3ffd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:57,808 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.652s 2025-08-04 08:39:57,808 99903 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': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e9f52d44-e5ba-480c-a8e7-4adaf9db6efd', '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": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:58Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:58,833 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file 1.023s 2025-08-04 08:39:58,834 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ebcff5c6-a772-40fb-8d12-5da32fe761a1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file'} Body: b'' 2025-08-04 08:39:58,851 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31 0.017s 2025-08-04 08:39:58,852 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dbe7c57a-7889-454d-b9d2-7a2ac884fbc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31'} 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": "70cfb38d6e3fa32703d9176be352c221", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e813e5ccc119c928c92595f9bada45d88c870013115250f054b2c8571bd3056528bfe57acfeb50a83b348b066e09bba88061c6cbbfba27f97e99628f0178b92d", "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:59Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab- 4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:58,869 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31 0.017s 2025-08-04 08:39:58,869 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-58ef9b1f-674a-4f84-8050-18ad09d65642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31'} 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": "70cfb38d6e3fa32703d9176be352c221", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e813e5ccc119c928c92595f9bada45d88c870013115250f054b2c8571bd3056528bfe57acfeb50a83b348b066e09bba88061c6cbbfba27f97e99628f0178b92d", "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:59Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:58,886 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31 0.016s 2025-08-04 08:39:58,886 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-13319e2d-4072-4991-b3c4-8630e1fcf937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31'} 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": "70cfb38d6e3fa32703d9176be352c221", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e813e5ccc119c928c92595f9bada45d88c870013115250f054b2c8571bd3056528bfe57acfeb50a83b348b066e09bba88061c6cbbfba27f97e99628f0178b92d", "id": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:59Z", "tags": [], "self": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31", "file": "/v2/images/7c4d619d-ffab-4da5-9724-97dfc79fbf31/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:39:59,310 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.423s 2025-08-04 08:39:59,310 99903 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": "7c4d619d-ffab-4da5-9724-97dfc79fbf31", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3fde41-9c6c-4 8c2-b0f1-76459defe45e', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3fde41-9c6c-48c2-b0f1-76459defe45e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6278f6dc-a69f-4a67-981e-db38f1bc3ffd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:59.145136", "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/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:39:59,379 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd 0.045s 2025-08-04 08:39:59,379 99903 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': 'Mon, 04 Aug 2025 08:39:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a157464e-c435-4d00-b113-3471a764dc3a', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a157464e-c435-4d00-b113-3471a764dc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd'} Body: b'{"volume": {"id": "6278f6dc-a69f-4a67-981e-db38f1bc3ffd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:59.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/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 2025-08-04 08:40:00,435 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd 0.041s 2025-08-04 08:40:00,436 99903 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': 'Mon, 04 Aug 2025 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc181cb-69f8-4fac-b1b2-1b8788ac7943', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc181cb-69f8-4fac-b1b2-1b8788ac7943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd'} Body: b'{"volume": {"id": "6278f6dc-a69f-4a67-981e-db38f1bc3ffd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:39:59.000000" , "updated_at": "2025-08-04T08:39:59.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/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6278f6dc-a69f-4a67-981e-db38f1bc3ffd"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 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 d9a07efd-8497-478a-87f1-b7dda5290508 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:40:00,952 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.498s 2025-08-04 08:40:00,952 99903 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': 'Mon, 04 Aug 2025 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-73432757-bd0b-4cd8-b169-6cdb0e29c8ff', '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": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:01Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:01,873 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file 0.918s 2025-08-04 08:40:01,873 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1d13516e-2eed-4aa0-b70d-2aee6ba0dd15', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file'} Body: b'' 2025-08-04 08:40:01,890 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6 0.017s 2025-08-04 08:40:01,891 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fe1d237b-5981-4fa1-996b-91135284cd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6'} 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": "6d2e4f966b40b19229cd9781ff577f90", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1320b623ed0e945e8cf5209f873c72d0edd6bd4199002cf92c0af812071dddaaedd4952f4f2e6f0beb8defed9d4528a5faf986d87ac7a1eba86e96a572587ca4", "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:02Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a- 42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:01,909 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6 0.018s 2025-08-04 08:40:01,910 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0afbc83e-2a60-4551-a212-e6034f7a43f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6'} 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": "6d2e4f966b40b19229cd9781ff577f90", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1320b623ed0e945e8cf5209f873c72d0edd6bd4199002cf92c0af812071dddaaedd4952f4f2e6f0beb8defed9d4528a5faf986d87ac7a1eba86e96a572587ca4", "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:02Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:01,928 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6 0.017s 2025-08-04 08:40:01,928 99903 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-028bfada-9f64-4718-967a-a2427980a0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6'} 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": "6d2e4f966b40b19229cd9781ff577f90", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ce0679f3f61b491cbdaf481d79e0fac7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1320b623ed0e945e8cf5209f873c72d0edd6bd4199002cf92c0af812071dddaaedd4952f4f2e6f0beb8defed9d4528a5faf986d87ac7a1eba86e96a572587ca4", "id": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "created_at": "2025-08-04T08:40:01Z", "updated_at": "2025-08-04T08:40:02Z", "tags": [], "self": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6", "file": "/v2/images/d22b16bb-513a-42ae-a20b-f5e8048327a6/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:40:02,301 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.372s 2025-08-04 08:40:02,301 99903 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": "d22b16bb-513a-42ae-a20b-f5e8048327a6", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295eca85-b231-4 580-860b-93acd5c5d078', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295eca85-b231-4580-860b-93acd5c5d078', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d9a07efd-8497-478a-87f1-b7dda5290508", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:02.236491", "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/d9a07efd-8497-478a-87f1-b7dda5290508"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d9a07efd-8497-478a-87f1-b7dda5290508"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:40:02,360 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508 0.040s 2025-08-04 08:40:02,360 99903 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': 'Mon, 04 Aug 2025 08:40:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3af2b498-baa9-4231-a91c-a0e4973c1bc2', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3af2b498-baa9-4231-a91c-a0e4973c1bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508'} Body: b'{"volume": {"id": "d9a07efd-8497-478a-87f1-b7dda5290508", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:02.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/d9a07efd-8497-478a-87f1-b7dda5290508"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d9a07efd-8497-478a-87f1-b7dda5290508"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 2025-08-04 08:40:03,415 99903 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508 0.040s 2025-08-04 08:40:03,416 99903 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': 'Mon, 04 Aug 2025 08:40:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a2b4fb9-e91b-457b-80fd-0dc322aff93f', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a2b4fb9-e91b-457b-80fd-0dc322aff93f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d9a07efd-8497-478a-87f1-b7dda5290508'} Body: b'{"volume": {"id": "d9a07efd-8497-478a-87f1-b7dda5290508", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:02.000000" , "updated_at": "2025-08-04T08:40:02.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/d9a07efd-8497-478a-87f1-b7dda5290508"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d9a07efd-8497-478a-87f1-b7dda5290508"}], "user_id": "7fe510b2808b47a3a3e5eca0dcdfee78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce0679f3f61b491cbdaf481d79e0fac7"}}' 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 fd41b7bc-d0b1-4204-bf5c-a24fff6a5626 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:40:06,276 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.363s 2025-08-04 08:40:06,276 99903 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-1858688018"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04ad72cf-edc9-4345-b874-722cedb21a78', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ad72cf-edc9-4345-b874-722cedb21a78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fd41b7bc-d0b1-4204-bf5c-a24fff6a5626", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:06.194279", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1858688018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:40:06,336 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626 0.047s 2025-08-04 08:40:06,336 99903 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': 'Mon, 04 Aug 2025 08:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d5926f-6309-4189-a804-dc8129887ad4', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d5926f-6309-4189-a804-dc8129887ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626'} Body: b'{"volume": {"id": "fd41b7bc-d0b1-4204-bf5c-a24fff6a5626", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:06.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1858688018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' 2025-08-04 08:40:07,390 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626 0.038s 2025-08-04 08:40:07,391 99903 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': 'Mon, 04 Aug 2025 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-7aefd923-ba9d-42f6-800f-052ec7b887b4', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aefd923-ba9d-42f6-800f-052ec7b887b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626'} Body: b'{"volume": {"id": "fd41b7bc-d0b1-4204-bf5c-a24fff6a5626", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:06.000000", "updated_at": "2025-08-04T08:40:06.000000", "name": "tempest-VolumeRevertTests-Volume-1858688018", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd41b7bc-d0b1-4204-bf5c-a24fff6a5626"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' 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 3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:40:07,587 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.180s 2025-08-04 08:40:07,588 99903 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-709908178"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b8ee4a-0157-4f7f-90f8-03b83701aa7d', 'content-length': '766', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b8ee4a-0157-4f7f-90f8-03b83701aa7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:07.531366", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-709908178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-04 08:40:07,636 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27 0.037s 2025-08-04 08:40:07,637 99903 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': 'Mon, 04 Aug 2025 08:40:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc7abd02-295d-4200-b689-a530cfc619ec', 'content-length': '834', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc7abd02-295d-4200-b689-a530cfc619ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27'} Body: b'{"volume": {"id": "3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:08.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-709908178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' 2025-08-04 08:40:08,691 99903 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27 0.038s 2025-08-04 08:40:08,691 99903 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': 'Mon, 04 Aug 2025 08:40:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ffce2f-9d46-4173-8076-f7bc618163cc', 'content-length': '855', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ffce2f-9d46-4173-8076-f7bc618163cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27'} Body: b'{"volume": {"id": "3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:08.000000", "updated_at": "2025-08-04T08:40:08.000000", "name": "tempest-VolumeRevertTests-Volume-709908178", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ac57328-a6bc-4ec3-b9f0-04aac8ef3c27"}], "user_id": "6d950a94336a4c6cb5ea3b25e430bced", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "784120069cd74d0ca5d1f62af1b6976e"}}' 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 69a11bbf-b5ff-497c-a57f-603f13e563e2 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-04T08:40:10Z', 'message': 'Build of instance 69a11bbf-b5ff-497c-a57f-603f13e563e2 aborted: Volume c57eb9aa-8b5f-4142-82a1-970fa99356e9 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-c50567e4-7804-471d-9d50-8f29ee422661. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:36:02,236 99905 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.054s 2025-08-04 08:36:02,236 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 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-904c781f-e687-45b8-bd8e-55f0ab6a9e07', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["CbK5qEM4Q3mEW6YuIxJp1w"], "expires_at": "2025-08-04T09:36:02.000000Z", "issued_at": "2025-08-04T08:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:36:02,237 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scop e': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:36:03,466 99905 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.228s 2025-08-04 08:36:03,467 99905 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-1883645133", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:36:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256', '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-20a503c0-aa9b-4b9b-991e-0435654479bb', 'x-compute-request-id': 'req-20a503c0-aa9b-4b9b-991e-0435654479bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6rcXHPerzMMh"}}' 2025-08-04 08:36:03,607 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.133s 2025-08-04 08:36:03,607 99905 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': 'Mon, 04 Aug 2025 08:36:03 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-76b024b7-be1d-484f-afc0-aff99a8f5573', 'x-compute-request-id': 'req-76b024b7-be1d-484f-afc0-aff99a8f5573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:36:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "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-04 08:36:54,021 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.336s 2025-08-04 08:36:54,022 99905 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': 'Mon, 04 Aug 2025 08:36:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1bffb1e-64af-4369-a506-9de58bf93301', 'x-compute-request-id': 'req-d1bffb1e-64af-4369-a506-9de58bf93301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:36:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:44:7a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:36:19.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-04 08:36:54,045 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:37:54,821 99905 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/05630ad3-ebe6-4415-9345-45b549d29256/action 0.721s 2025-08-04 08:37:54,822 99905 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-1884035159"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:54 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-Ve rsion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-756f40f3-487d-4783-8d3d-9e6cc848d0c2', 'x-compute-request-id': 'req-756f40f3-487d-4783-8d3d-9e6cc848d0c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256/action'} Body: b'{"image_id": "52daec90-0fe2-40c4-a079-e247eb5ff106"}' 2025-08-04 08:37:54,847 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.023s 2025-08-04 08:37:54,847 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cc13e23f-8590-4293-af83-c9aa3c2cd5cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:55,873 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:37:55,873 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d6bae22-c2cb-4f83-bc2d-35f8a607ece2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8ad f28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:56,900 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:37:56,900 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0a2feab4-fd00-420a-b51b-73fcce78e427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:57,923 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.021s 2025-08-04 08:37:57,924 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4534be8a-2880-4eeb-aa6a-4ad3ad2187ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-Se rverBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:58,952 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.026s 2025-08-04 08:37:58,952 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8215d89e-6263-4973-bf27-d9d16966c512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:37:59,980 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.026s 2025-08-04 08:37:59,981 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8dffad04-d78d-48b4-9e15-b792e478ef65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d 19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:01,006 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:38:01,007 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4127409a-af9b-4098-9a50-9fcf7fcc60c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:37:55Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:02,034 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.026s 2025-08-04 08:38:02,034 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'co ntent-type': 'application/json', 'x-openstack-request-id': 'req-e82736fc-9ddf-4aef-ad71-9e54c2f8dceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "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": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:38:02Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:03,064 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.028s 2025-08-04 08:38:03,065 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-054c58eb-5bef-408f-beb0-9823217e6716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "01b5e2a37c8f396ebabe874595be9d54", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed30d2738da48e61f81151ed739e0533aa5db2b85eb2bcfa51dda42dbc18e4a27d1639807fd261e316397d3e08b982c5e85022c2462f0a8a2a2f61a385c3f351", "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:38:03Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079 -e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:03,089 99905 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/52daec90-0fe2-40c4-a079-e247eb5ff106 0.024s 2025-08-04 08:38:03,089 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f40355e5-e374-4d63-864b-f1560074a127', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106'} Body: b'{"base_image_ref": "2480d146-9f76-4f89-83ef-a7134086d19e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "05630ad3-ebe6-4415-9345-45b549d29256", "owner_id": "0bfd2114a2424f44b8db195c132936ef", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437", "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-1703945437-project-member", "user_id": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1884035159", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "01b5e2a37c8f396ebabe874595be9d54", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0bfd2114a2424f44b8db195c132936ef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ed30d2738da48e61f81151ed739e0533aa5db2b85eb2bcfa51dda42dbc18e4a27d1639807fd261e316397d3e08b982c5e85022c2462f0a8a2a2f61a385c3f351", "id": "52daec90-0fe2-40c4-a079-e247eb5ff106", "created_at": "2025-08-04T08:37:55Z", "updated_at": "2025-08-04T08:38:03Z", "tags": [], "self": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106", "file": "/v2/images/52daec90-0fe2-40c4-a079-e247eb5ff106/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:38:03,432 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.342s 2025-08-04 08:38:03,432 99905 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': 'Mon, 04 Aug 2025 08:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1704', '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-2ac2723e-4e80-4ea9-88f5-f5be7a2ea933', 'x-compute-request-id': 'req-2ac2723e-4e80-4ea9-88f5-f5be7a2ea933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{" rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:38:00Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:44:7a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:36:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:38:53,789 99905 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/05630ad3-ebe6-4415-9345-45b549d29256 0.286s 2025-08-04 08:38:53,790 99905 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': 'Mon, 04 Aug 2025 08:38:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d920271-a700-484f-ab51-8974ea504c12', 'x-compute-request-id': 'req-9d920271-a700-484f-ab51-8974ea504c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256'} Body: b'{"server": {"id": "05630ad3-ebe6-4415-9345-45b549d29256", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1883645133", "status": "ACTIVE", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "f1e6eb34a2772c1cf932264624a2f9da6cc82fcb035f0ab79e4a6c67", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:36:03Z", "updated": "2025-08-04T08:38:03Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2038119923-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:44:7a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/05630ad3-ebe6-4415-9345-45b549d29256"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/05630ad3-ebe6-4415-9345-45b549d29256"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:36:19.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-04 08:38:53,810 99905 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:39:53,963 99905 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2025-08-04 08:39:53,963 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-88203407-50b5-47ec-aff1-0c065630e045', '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": "af8adf28417b41eb8e89e69299821378", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437-project-member", "password_expires_at": null}, "audit_ids": ["PcgmtDyjQbemoL0BYP1E3Q"], "expires_at": "2025-08-04T09:39:53.000000Z", "issued_at": "2025-08-04T08:39:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0bfd2114a2424f44b8db195c132936ef", "name": "tempest-ServerBootFromVolumeStableRescueTest-1703945437"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0bfd2114a2424f44b8db195c132936ef", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:39:53,964 99905 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '5640f72e-1ab4-464a-8b88-a0c0e4774594', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2038119923-network', 'tenant_id': '0bfd2114a2424f44b8db195c132936ef', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0bfd2114a2424f44b8db195c132936ef', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provi der:segmentation_id': 60647, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:30:25Z', 'updated_at': '2025-08-04T08:30:25Z', 'revision_number': 1} available for tenant 2025-08-04 08:39:54,494 99905 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.529s 2025-08-04 08:39:54,494 99905 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-989735021", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "2480d146-9f76-4f89-83ef-a7134086d19e", "destination_type": "volume"}], "networks": [{"uuid": "5640f72e-1ab4-464a-8b88-a0c0e4774594"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2', '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-c50567e4-7804-471d-9d50-8f29ee422661', 'x-compute-request-id': 'req-c50567e4-7804-471d-9d50-8f29ee422661', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "69a11bbf-b5ff-497c-a57f-603f13e563e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "s2oz9BNy9e7B"}}' 2025-08-04 08:39:54,571 99905 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/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.073s 2025-08-04 08:39:54,571 99905 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': 'Mon, 04 Aug 2025 08:39:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-735cfa14-af59-4207-8583-38654d463a53', 'x-compute-request-id': 'req-735cfa14-af59-4207-8583-38654d463a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'{"server": {"id": "69a11bbf-b5ff-497c-a57f-603f13e563e2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-989735021", "status": "BUILD", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:39:54Z", "updated": "2025-08-04T08:39:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/ servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}], "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-04 08:40:44,739 99905 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/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.141s 2025-08-04 08:40:44,739 99905 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': 'Mon, 04 Aug 2025 08:40:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2609cc0-d273-4f57-906f-3ba2f0144ea2', 'x-compute-request-id': 'req-e2609cc0-d273-4f57-906f-3ba2f0144ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'{"server": {"id": "69a11bbf-b5ff-497c-a57f-603f13e563e2", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-989735021", "status": "ERROR", "tenant_id": "0bfd2114a2424f44b8db195c132936ef", "user_id": "af8adf28417b41eb8e89e69299821378", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-04T08:39:54Z", "updated": "2025-08-04T08:40:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-04T08:40:10Z", "message": "Build of instance 69a11bbf-b5ff-497c-a57f-603f13e563e2 aborted: Volume c57eb9aa-8b5f-4142-82a1-970fa99356e9 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-04 08:40:44,759 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-04 08:40:45,387 99905 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/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.627s 2025-08-04 08:40:45,387 99905 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': 'Mon, 04 Aug 2025 08:40:44 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-c051b399-7341-48e8-a26c-d392b8e9f141', 'x-compute-request-id': 'req-c051b399-7341-48e8-a26c-d392b8e9f141', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'' 2025-08-04 08:40:45,422 99905 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2 0.034s 2025-08-04 08:40:45,423 99905 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': 'Mon, 04 Aug 2025 08:40:45 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-e3818b1c-70ce-429b-91d1-350f4b8de8ab', 'x-compute-request-id': 'req-e3818b1c-70ce-429b-91d1-350f4b8de8ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/69a11bbf-b5ff-497c-a57f-603f13e563e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 69a11bbf-b5ff-497c-a57f-603f13e563e2 could not be found."}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 61af5eb7-fab7-4401-ad23-5631b3b8816b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:37,672 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.233s 2025-08-04 08:39:37,672 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:37 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-bc2f69c3-3a60-40a6-a4ca-baabad14b581', 'x-compute-request-id': 'req-bc2f69c3-3a60-40a6-a4ca-baabad14b581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:40:38,386 99891 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.638s 2025-08-04 08:40:38,387 99891 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-367267473"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9fbc98-fd84-430a-bd11-158fc1213bbb', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9fbc98-fd84-430a-bd11-158fc1213bbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "61af5eb7-fab7-4401-ad23-5631b3b8816b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:38.311402", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-367267473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9 a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:40:38,441 99891 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/61af5eb7-fab7-4401-ad23-5631b3b8816b 0.040s 2025-08-04 08:40:38,441 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a0946a-6050-40d5-af2b-5d4e90286f88', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a0946a-6050-40d5-af2b-5d4e90286f88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b'} Body: b'{"volume": {"id": "61af5eb7-fab7-4401-ad23-5631b3b8816b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:38.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-367267473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:40:39,504 99891 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/61af5eb7-fab7-4401-ad23-5631b3b8816b 0.046s 2025-08-04 08:40:39,505 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a697107-2305-4aed-9911-25635dc467d7', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a697107-2305-4aed-9911-25635dc467d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b'} Body: b'{"volume": {"id": "61af5eb7-fab7-4401-ad23-5631b3b8816b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:38.000000", "updated_at": "2025-08-04T08:40:38.000000", "name": "tempest-ServersNegativeTestJSON-volume-367267473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61af5eb7-fab7-4401-ad23-5631b3b8816b"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:40:39,754 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.234s 2025-08-04 08:40:39,755 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:39 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-d15ce215-244a-4cae-8c2f-b1584e360a54', 'x-compute-request-id': 'req-d15ce215-244a-4cae-8c2f-b1584e360a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:56,782 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:39:56,782 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:39:56,834 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2025-08-04 08:39:56,835 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-820437308", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfs+1E3k3yl0qRDsdL3/3MEjWS0IsyVB9oKliIkf8l+2nQ9OTgPm2810DsgRE0LefiJCfaaqKaC7c7XtsqmJSXk7mmoTaYUqGH2m42hMoSBZUffxDTIWl+csMzcYV9xig=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 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-4e9cb162-5dd4-4b98-9515-40454cd37754', 'x-compute-request-id': 'req-4e9cb162-5dd4-4b98-9515-40454cd37754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-820437308", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfs+1E3k3yl0qRDsdL3/3MEjWS0IsyVB9oKliIkf8l+2nQ9OTgPm2810DsgRE0LefiJCfaaqKaC7c7XtsqmJSXk7mmoTaYUqGH2m42hMoSBZUffxDTIWl+csMzcYV9xig==", "fingerprint": "72:26:d3:5c:bf:75:d7:a2:67:ce:57:97:2a:7b:6d:ef", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1"}}' 2025-08-04 08:39:56,837 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-820437308 created 2025-08-04 08:39:57,064 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.226s 2025-08-04 08:39:57,065 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1423271636", "description": "tempest-description--12441052"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-14987dc9-b887-4fa9-948e-48183a9ebef2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "name": "tempest-securitygroup--1423271636", "stateful": true, "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "tempest-description--12441052", "shared": false, "security_group_rules": [{"id": "c6943e75-82f5-4034-98fa-a1d92dff7a63", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "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": 1038, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:39:56Z", "updated_at": "2025-08-04T08:39:56Z", "revision_number": 0}, {"id": "d6b833da-31d5-45af-887b-2ecbecef76b5", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ra nge_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1039, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:39:56Z", "updated_at": "2025-08-04T08:39:56Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:39:56Z", "updated_at": "2025-08-04T08:39:56Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:39:57,267 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-04 08:39:57,268 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fa87f4f0-b31b-4c2d-9e42-caa4168ae682', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "373aaf63-4a53-42c7-9b1a-c81597727c56", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "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-04T08:39:57Z", "updated_at": "2025-08-04T08:39:57Z", "revision_number": 0}}' 2025-08-04 08:39:57,581 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.312s 2025-08-04 08:39:57,581 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-dc2a9819-29f4-4612-ae81-75604d9fdc4b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47d13312-414f-45c3-a464-d36db657a2dd", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1", "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-04T08:39:57Z", "updated_at": "2025-08-04T08:39:57Z", "revision_number": 0}}' 2025-08-04 08:39:57,582 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1423271636 created 2025-08-04 08:39:58,321 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.739s 2025-08-04 08:39:58,322 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-54b5a55f-1f85-4e12-ab01-f812fdd52c47', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "def6d588-6973-40d3-b028-73ec1c0a56a3", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.45", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:39:58Z", "revision_number": 0}}' 2025-08-04 08:39:58,322 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'def6d588-6973-40d3-b028-73ec1c0a56a3', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.45', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:39:58Z', 'updated_at': '2025-08-04T08:39:58Z', 'revision_number': 0, 'ip': '172.24.4.45'} created 2025-08-04 08:39:58,423 99909 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.085s 2025-08-04 08:39:58,423 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 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-974c5b00-92df-4622-b7fd-fd13bbdb5f86', '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": "0cef2863c1884c8e8dc1f8a94f6987b1", "name": "tempest-AttachVolumeNegativeTest-274037314-project-member", "password_expires_at": null}, "audit_ids": ["VWcJC41pRxGDOrZxx-s1vg"], "expires_at": "2025-08-04T09:39:58.000000Z", "issued_at": "2025-08-04T08:39:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af22c97af79440d09d1cb19cd2b78ea4", "name": "tempest-AttachVolumeNegativeTest-274037314"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a 7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af22c97af79440d09d1cb19cd2b78ea4", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:39:58,424 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'a44a2db9-0272-4d96-a82f-d892afe757b7', 'name': 'tempest-AttachVolumeNegativeTest-2009956975-network', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8309, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1} available for tenant 2025-08-04 08:39:58,424 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-820437308', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfs+1E3k3yl0qRDsdL3/3MEjWS0IsyVB9oKliIkf8l+2nQ9OTgPm2810DsgRE0LefiJCfaaqKaC7c7XtsqmJSXk7mmoTaYUqGH2m42hMoSBZUffxDTIWl+csMzcYV9xig==', 'fingerprint': '72:26:d3:5c:bf:75:d7:a2:67:ce:57:97:2a:7b:6d:ef', 'user_id': '0cef2863c1884c8e8dc1f8a94f6987b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDGJ7gaeQ8+cW7xufDuS4GVW0fufVZ+33TDfdFERpkz6i/cImrSaZcF\n7QnIy6S06FegBwYFK4EEACKhZANiAATn7PtRN5N8pdKkQ7HS9/9zBI1ktCLMlQfa\nCpYiJH/Jftp0PTk4D5tvNdA7IERNC3n4iQn2mqimgu3O17bKpiUl5O5pqE2mFKhh\n9puNoTKEgWVH38Q0yFpfnLDM3GFfcYo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1', 'name': 'tempest-securitygroup--1423271636', 'stateful': True, 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': 'tempest-description--12441052', 'shared': False, 'security_group_rules': [{'id': 'c6943e75-82f5-4034-98fa-a1d92dff7a63', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'd8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1', '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': 1038, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:39:56Z', 'updated_at': '2025-08-04T08:39:56Z', 'revision_number': 0}, {'id': 'd6b833da-31d5-45af-887b-2ecbecef76b5', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': 'd8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1', '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': 1039, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:39:56Z', 'updated_at': '2025-08-04T08:39:56Z', 'revision_number': 0}], 'tags ': [], 'created_at': '2025-08-04T08:39:56Z', 'updated_at': '2025-08-04T08:39:56Z', 'revision_number': 1, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4'}, 'floating_ip': {'id': 'def6d588-6973-40d3-b028-73ec1c0a56a3', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.45', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:39:58Z', 'updated_at': '2025-08-04T08:39:58Z', 'revision_number': 0, 'ip': '172.24.4.45'}} 2025-08-04 08:39:58,957 99909 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.532s 2025-08-04 08:39:58,958 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-179292577", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a44a2db9-0272-4d96-a82f-d892afe757b7"}], "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "key_name": "tempest-keypair-820437308", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10b5e606-ad70-4af8-9948-2d2926b36cb7', 'x-compute-request-id': 'req-10b5e606-ad70-4af8-9948-2d2926b36cb7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "adminPass": "password"}}' 2025-08-04 08:39:59,030 99909 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/c70993db-40da-4ed0-b54c-7985ff525609 0.069s 2025-08-04 08:39:59,030 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:58 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-e10b205c-1c18-4318-bfe2-a82943018359', 'x-compute-request-id': 'req-e10b205c-1c18-4318-bfe2-a82943018359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "name": "tempest-AttachVolumeNegativeTest-server-179292577", "status": "BUILD", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d1 46-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:39:59Z", "updated": "2025-08-04T08:39:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-820437308", "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-04 08:40:49,320 99909 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/c70993db-40da-4ed0-b54c-7985ff525609 0.225s 2025-08-04 08:40:49,320 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:49 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-d35a7176-b0e2-4e7c-b9be-e569e0d2624c', 'x-compute-request-id': 'req-d35a7176-b0e2-4e7c-b9be-e569e0d2624c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "name": "tempest-AttachVolumeNegativeTest-server-179292577", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:39:58Z", "updated": "2025-08-04T08:40:14Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:69:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-820437308", "OS-SRV-USG:launched_at": "2025-08-04T08:40:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "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-04 08:40:49,336 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:41:49,679 99909 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/c70993db-40da-4ed0-b54c-7985ff525609/os-interface 0.285s 2025-08-04 08:41:49,679 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:49 GMT', 'ser ver': '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-183a0fef-2936-49de-9600-193307aa9ddc', 'x-compute-request-id': 'req-183a0fef-2936-49de-9600-193307aa9ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "port_id": "780f35dd-7feb-468b-865c-27a7f9dac7f7", "mac_addr": "fa:16:3e:2e:69:2b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7bb9691f-0484-4cf6-9859-246dffeb7f19", "ip_address": "10.0.0.5"}]}]}' 2025-08-04 08:41:50,544 99909 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/def6d588-6973-40d3-b028-73ec1c0a56a3 0.858s 2025-08-04 08:41:50,544 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "780f35dd-7feb-468b-865c-27a7f9dac7f7"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9ecdacfd-bcf6-4a98-9203-acb9ade27823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/def6d588-6973-40d3-b028-73ec1c0a56a3'} Body: b'{"floatingip": {"id": "def6d588-6973-40d3-b028-73ec1c0a56a3", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.45", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "e07417e1-5e81-442a-b1f7-01522b902353", "port_id": "780f35dd-7feb-468b-865c-27a7f9dac7f7", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "mac_address": "fa:16:3e:2e:69:2b", "admin_state_up": true, "status": "ACTIVE", "device_id": "c70993db-40da-4ed0-b54c-7985ff525609", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:39:58Z", "updated_at": "2025-08-04T08:41:49Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:41:50,545 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.45:22' as 'cirros' with public key authentication 2025-08-04 08:41:50,562 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:41:50,666 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:41:50,666 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.45 successfully created 2025-08-04 08:41:50,711 99909 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/c70993db-40da-4ed0-b54c-7985ff525609/ips 0.044s 2025-08-04 08:41:50,711 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:50 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-c2a05b97-76ca-4bd3-acde-6fea1d1a50b4', 'x-compute-request-id': 'req-c2a05b97-76ca-4bd3-acde-6fea1d1a50b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609/ips'} Bod y: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-04 08:41:50,910 99909 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.195s 2025-08-04 08:41:50,910 99909 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-1414975015"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bddc5ab2-38dc-4d3a-b489-1cea73b5a160', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bddc5ab2-38dc-4d3a-b489-1cea73b5a160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:41:50.845042", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1414975015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:41:50,964 99909 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/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27 0.043s 2025-08-04 08:41:50,965 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04cf1658-0e7f-4e25-a1b9-49e580d87230', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04cf1658-0e7f-4e25-a1b9-49e580d87230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27'} Body: b'{"volume": {"id": "3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:41:51.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1414975015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:41:52,017 99909 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/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27 0.037s 2025-08-04 08:41:52,017 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: N one Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0833d68-3b25-47c8-a42e-202cd2fbac29', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0833d68-3b25-47c8-a42e-202cd2fbac29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27'} Body: b'{"volume": {"id": "3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:41:51.000000", "updated_at": "2025-08-04T08:41:51.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1414975015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f26ee25-c6d5-4a71-8b3f-9c6b9b737e27"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:41:52,137 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609 0.106s 2025-08-04 08:41:52,137 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41: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-47072b82-203d-4008-976f-ec31b3c19d96', 'x-compute-request-id': 'req-47072b82-203d-4008-976f-ec31b3c19d96', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'' 2025-08-04 08:41:52,393 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609 0.255s 2025-08-04 08:41:52,393 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:52 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-56110c28-fa6e-4373-99de-5bb5db5bfd4f', 'x-compute-request-id': 'req-56110c28-fa6e-4373-99de-5bb5db5bfd4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"server": {"id": "c70993db-40da-4ed0-b54c-7985ff525609", "name": "tempest-AttachVolumeNegativeTest-server-179292577", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:39:58Z", "updated": "2025-08-04T08:41:52Z", "addresses": {"tempest-AttachVolumeNegativeT est-2009956975-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:69:2b"}, {"version": 4, "addr": "172.24.4.45", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:69:2b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c70993db-40da-4ed0-b54c-7985ff525609"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-820437308", "OS-SRV-USG:launched_at": "2025-08-04T08:40:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1423271636"}], "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-04 08:42:42,582 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609 0.123s 2025-08-04 08:42:42,582 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42: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-87985631-1316-4b10-bc5e-1f4a6b991cc2', 'x-compute-request-id': 'req-87985631-1316-4b10-bc5e-1f4a6b991cc2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c70993db-40da-4ed0-b54c-7985ff525609'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c70993db-40da-4ed0-b54c-7985ff525609 could not be found."}}' 2025-08-04 08:42:42,608 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-820437308 0.025s 2025-08-04 08:42:42,608 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42: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-8f642327-5627-4050-ac22-c93ecc0d38ff', 'x-compute-request-id': 'req-8f642327-5627-4050-ac22-c93ecc0d38ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-820437308'} Body: b'' 2025-08-04 08:42:42,789 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1 0.180s 2025-08-04 08:42:42,790 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e3661fae-98c9-48d3-b5f1-f1244e0bc018', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1'} Body: b'' 2025-08-04 08:42:42,806 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3ba ac1 0.016s 2025-08-04 08:42:42,807 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5e9d86ce-54dd-4513-abf4-176e5451f349', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d8d2b4b7-8ffb-427a-9dcd-51ce8e3baac1 does not exist", "detail": ""}}' 2025-08-04 08:42:43,141 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/def6d588-6973-40d3-b028-73ec1c0a56a3 0.334s 2025-08-04 08:42:43,142 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-031c15ea-22cc-4105-a281-93521dd39f95', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/def6d588-6973-40d3-b028-73ec1c0a56a3'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 e66b4737-3d18-4ada-a579-7deb9a2648d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:41:40,094 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.262s 2025-08-04 08:41:40,094 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:39 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-b9da652b-7806-496e-90f1-8cf92008c9f1', 'x-compute-request-id': 'req-b9da652b-7806-496e-90f1-8cf92008c9f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-04 08:42:40,380 99891 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.212s 2025-08-04 08:42:40,380 99891 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-772324349"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8308e6ee-6a80-4d8a-ab07-5c60509aef88', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8308e6ee-6a80-4d8a-ab07-5c60509aef88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e66b4737-3d18-4ada-a579-7deb9a2648d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:42:40.297696", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-772324349", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a ", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:42:40,433 99891 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/e66b4737-3d18-4ada-a579-7deb9a2648d1 0.041s 2025-08-04 08:42:40,434 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7beea2b2-790c-43c7-8722-b484f45148f2', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7beea2b2-790c-43c7-8722-b484f45148f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1'} Body: b'{"volume": {"id": "e66b4737-3d18-4ada-a579-7deb9a2648d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:42:40.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-772324349", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:42:41,490 99891 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/e66b4737-3d18-4ada-a579-7deb9a2648d1 0.042s 2025-08-04 08:42:41,490 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef46c5db-8608-41cf-a20e-87da4f8c28d1', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef46c5db-8608-41cf-a20e-87da4f8c28d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1'} Body: b'{"volume": {"id": "e66b4737-3d18-4ada-a579-7deb9a2648d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:42:40.000000", "updated_at": "2025-08-04T08:42:40.000000", "name": "tempest-ServersNegativeTestJSON-volume-772324349", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e66b4737-3d18-4ada-a579-7deb9a2648d1"}], "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b"}}' 2025-08-04 08:42:41,708 99891 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df 0.203s 2025-08-04 08:42:41,709 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:41 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-6c9c4272-d74f-4015-857e-5e5549fecbc7', 'x-compute-request-id': 'req-6c9c4272-d74f-4015-857e-5e5549fecbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df'} Body: b'{"server": {"id": "e39f7b0c-01bf-4196-a529-89d8cd05c1df", "name": "tempest-ServersNegativeTestJSON-server-464729909", "status": "ACTIVE", "tenant_id": "1d2c881706ed4a1d97ccc140dfec2a5b", "user_id": "b7ff3f82e80b4e5d823a323099a20e9a", "metadata": {}, "hostId": "4c4616c2b62d5fccc88837c4d79da4198f08011790c425924692938f", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:35:02Z", "updated": "2025-08-04T08:35:19Z", "addresses": {"tempest-ServersNegativeTestJSON-1758965036-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2f:49:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e39f7b0c-01bf-4196-a529-89d8cd05c1df"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-04T08:35:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 4be5b090-627b-4380-b733-aade4ca7c896 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:39:19,058 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.237s 2025-08-04 08:39:19,059 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:39:18 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-ca8cf119-2847-46e2-8867-57084e1278ca', 'x-compute-request-id': 'req-ca8cf119-2847-46e2-8867-57084e1278ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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-04 08:40:19,411 99893 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.330s 2025-08-04 08:40:19,411 99893 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-1802229760"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a42a0d0-67f9-4d33-be9f-956ff860ea4a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a42a0d0-67f9-4d33-be9f-956ff860ea4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4be5b090-627b-4380-b733-aade4ca7c896", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:19.332171", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1802229760", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4be5b090-627b-4380-b733-aade4ca7c8 96"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:40:19,551 99893 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.123s 2025-08-04 08:40:19,551 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2493', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-99675b5f-a2ab-4976-91a7-b25e7c570aeb', '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": "2b4233d82587477e8c20ab925ebb512c", "name": "tempest-ServerActionsTestOtherA-380628797-project-member", "password_expires_at": null}, "audit_ids": ["TacfKqV0TUmgKHx5e_jupg"], "expires_at": "2025-08-04T09:40:19.000000Z", "issued_at": "2025-08-04T08:40:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c172ad8f75e4447bb791ec82a66f222", "name": "tempest-ServerActionsTestOtherA-380628797"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c172ad8f75e4447bb791ec82a66f222", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:40:19,552 99893 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'c2a5e13f-afb2-40ba-9a72-944c76e3dd0d', 'name': 'tempest-ServerActionsTestOtherA-766043394-network', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 5 0415, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:37:14Z', 'updated_at': '2025-08-04T08:37:14Z', 'revision_number': 1} available for tenant 2025-08-04 08:40:19,553 99893 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:40:19,553 99893 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:40:19,608 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2025-08-04 08:40:19,608 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2137632434", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOccbVW6U8LAxRDaMMiEkMu+BNRY2VWMKcoFaqvFEZv3ikagsAblohl2p04DGM3+4cfMSpxc0p6++vYC3TnGQV1E7xagH6+lCUByeX1U5vnXXsTRtUG2DKDfS188fhMYVg=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 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-6c768966-f502-46db-bdc4-565b4df4fee0', 'x-compute-request-id': 'req-6c768966-f502-46db-bdc4-565b4df4fee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2137632434", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOccbVW6U8LAxRDaMMiEkMu+BNRY2VWMKcoFaqvFEZv3ikagsAblohl2p04DGM3+4cfMSpxc0p6++vYC3TnGQV1E7xagH6+lCUByeX1U5vnXXsTRtUG2DKDfS188fhMYVg==", "fingerprint": "e8:af:14:02:31:ab:b4:69:1e:02:6e:5e:ba:c2:7a:89", "user_id": "2b4233d82587477e8c20ab925ebb512c"}}' 2025-08-04 08:40:19,610 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2137632434 created 2025-08-04 08:40:20,032 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.421s 2025-08-04 08:40:20,033 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--570518698", "description": "tempest-description--1725163543"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-6562c0de-0aba-42e2-9f72-de40430a4a52', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "55f1d50f-5b16-470b-8aac-a3886877da92", "name": "tempest-securitygroup--570518698", "stateful": true, "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "description": "tempest-description--1725163543", "shared": false, "security_group_rules": [{"id": "a2ae56be-4273-4a79-9057-f669eb4ced8e", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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": 1058, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:40:19Z", "updated_at": "2025-08 -04T08:40:19Z", "revision_number": 0}, {"id": "d7d7dcc2-8a11-402e-b9d7-24757829e36c", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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": 1057, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:40:19Z", "updated_at": "2025-08-04T08:40:19Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:40:19Z", "updated_at": "2025-08-04T08:40:19Z", "revision_number": 1, "project_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:40:20,272 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.238s 2025-08-04 08:40:20,272 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-3465dd54-f829-48ad-ae6a-aa3a833db681', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "091892ab-18ed-4ead-ad90-eb254b797873", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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-04T08:40:20Z", "updated_at": "2025-08-04T08:40:20Z", "revision_number": 0}}' 2025-08-04 08:40:20,496 99893 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.223s 2025-08-04 08:40:20,496 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-1e725b99-70f6-43a0-b69a-a7b14e19628d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f616b358-b849-472a-ac09-37ca8e776901", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "security_group_id": "55f1d50f-5b16-470b-8aac-a3886877da92", "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-04T08:40:20Z", "updated_at": "2025-08-04T08:40:20Z", "revision_number": 0}}' 2025-08-04 08:40:20,497 99893 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--570518698 created 2025-08-04 08:40:21,144 99893 INF O [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.646s 2025-08-04 08:40:21,144 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-cc9716ca-784b-4b96-a6bf-f8c3c76b262e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ea59d273-3f8c-496f-b825-021441a1652e", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "floating_ip_address": "172.24.4.88", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c172ad8f75e4447bb791ec82a66f222", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:40:20Z", "updated_at": "2025-08-04T08:40:20Z", "revision_number": 0}}' 2025-08-04 08:40:21,145 99893 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ea59d273-3f8c-496f-b825-021441a1652e', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'floating_ip_address': '172.24.4.88', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:40:20Z', 'updated_at': '2025-08-04T08:40:20Z', 'revision_number': 0, 'ip': '172.24.4.88'} created 2025-08-04 08:40:21,145 99893 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2137632434', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOccbVW6U8LAxRDaMMiEkMu+BNRY2VWMKcoFaqvFEZv3ikagsAblohl2p04DGM3+4cfMSpxc0p6++vYC3TnGQV1E7xagH6+lCUByeX1U5vnXXsTRtUG2DKDfS188fhMYVg==', 'fingerprint': 'e8:af:14:02:31:ab:b4:69:1e:02:6e:5e:ba:c2:7a:89', 'user_id': '2b4233d82587477e8c20ab925ebb512c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBiHUF01f3FS1Jnt/PaQ5ZLSCSA9PAud9vSUF5YONcruPtrSxlrNMSn\nZL7pl7NVCb6gBwYFK4EEACKhZANiAATnHG1VulPCwMUQ2jDIhJDLvgTUWNlVjCnK\nBWqrxRGb94pGoLAG5aIZdqdOAxjN/uHHzEqcXNKevvr2At05xkFdRO8WoB+vpQlA\ncnl9VOb5117E0bVBtgyg30tfPH4TGFY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '55f1d50f-5b16-470b-8aac-a3886877da92', 'name': 'tempest-securitygroup--570518698', 'stateful': True, 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': 'tempest-description--1725163543', 'shared': False, 'security_group_rules': [{'id': 'a2ae56be-4273-4a79-9057-f669eb4ced8e', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '55f1d50f-5b16-470b-8aac-a3886877da92', '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': 1058, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:40:19Z', 'updated_at': '2025-08-04T08:40:19Z', 'revision_number': 0}, {'id': 'd7d7dcc2-8a11-402e-b9d7-24757829e36c', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '55f1d50f-5b16-470b-8aac-a3886877da92', '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, 'sta ndard_attr_id': 1057, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:40:19Z', 'updated_at': '2025-08-04T08:40:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:40:19Z', 'updated_at': '2025-08-04T08:40:19Z', 'revision_number': 1, 'project_id': '0c172ad8f75e4447bb791ec82a66f222'}, 'floating_ip': {'id': 'ea59d273-3f8c-496f-b825-021441a1652e', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'floating_ip_address': '172.24.4.88', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:40:20Z', 'updated_at': '2025-08-04T08:40:20Z', 'revision_number': 0, 'ip': '172.24.4.88'}} 2025-08-04 08:40:21,670 99893 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.523s 2025-08-04 08:40:21,670 99893 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-859124511", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "networks": [{"uuid": "c2a5e13f-afb2-40ba-9a72-944c76e3dd0d"}], "security_groups": [{"name": "tempest-securitygroup--570518698"}], "key_name": "tempest-keypair-2137632434", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eca5d11-fff2-4bc4-8ee2-b74c235fcb7b', 'x-compute-request-id': 'req-3eca5d11-fff2-4bc4-8ee2-b74c235fcb7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--570518698"}], "adminPass": "KT3oX5c3ma7L"}}' 2025-08-04 08:40:21,740 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.067s 2025-08-04 08:40:21,740 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:40:21 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-b4118e03-210a-443e-a14c-5c5f00cc36b0', 'x-compute-request-id': 'req-b4118e03-210a-443e-a14c-5c5f00cc36b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "BUILD", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:22Z", "updated": "2025-08-04T08:40:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2137632434", "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-04 08:41:12,146 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.341s 2025-08-04 08:41:12,147 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:41:11 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-7c5fd170-4f6a-49d6-b010-7b4d9aa772d1', 'x-compute-request-id': 'req-7c5fd170-4f6a-49d6-b010-7b4d9aa772d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:21Z", "updated": "2025-08-04T08:40:38Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2137632434", "OS-SRV-USG:launched_at": "2025-08-04T08:40:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--570518698"}], "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-04 08:41:12,163 99893 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:42:12,388 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464/os-interface 0.163s 2025-08-04 08:42:12,389 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11f49d39-9d05-4123-881d-acf6de2d15b2', 'x-compute-request-id': 'req-11f49d39-9d05-4123-881d-acf6de2d15b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c2a5e13f-afb2-40ba-9a72-944c76e3dd0d", "port_id": "26b634c2-5b4b-44a9-b500-87cb742ba0b3", "mac_addr": "fa:16:3e:2c:74:2e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1e31b623-f1ef-4e97-9c03-2f6fa3b91135", "ip_address": "10.0.0.11"}]}]}' 2025-08-04 08:42:13,180 99893 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/ea59d273-3f8c-496f-b825-021441a1652e 0.784s 2025-08-04 08:42:13,180 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "26b634c2-5b4b-44a9-b500-87cb742ba0b3"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d86422d1-d703-47e6-8c7f-ba645bbb2337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ea59d273-3f8c-496f-b825-021441a1652e'} Body: b'{"floatingip": {"id": "ea59d273-3f8c-496f-b825-021441a1652e", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "floating_ip_address": "172.24.4.88", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "92041d61-8213-49d7-a233-1bf2a7550723", "port_id": "26b634c2-5b4b-44a9-b500-87cb742ba0b3", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c2a5e13f-afb2-40ba-9a72-944c76e3dd0d", "mac_address": "fa:16:3e:2c:74:2e", "admin_state_up": true, "status": "ACTIVE", "device_id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:40:20Z", "updated_at": "2025-08-04T08:42:12Z", "revision_number": 1, "project_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:42:13,182 99893 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2025-08-04 08:42:13,200 99893 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:42:13,304 99893 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:42:13,305 99893 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2025-08-04 08:42:13,536 99893 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/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.230s 2025-08-04 08:42:13,536 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:13 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-1f25a626-d935-4aba-a123-e69d2b2768ae', 'x-compute-request-id': 'req-1f25a626-d935-4aba-a123-e69d2b2768ae', 'co nnection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:21Z", "updated": "2025-08-04T08:40:38Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2137632434", "OS-SRV-USG:launched_at": "2025-08-04T08:40:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--570518698"}], "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-04 08:42:13,594 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896 0.039s 2025-08-04 08:42:13,594 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58000eb0-f387-4761-9f35-9e0e78d2a37c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58000eb0-f387-4761-9f35-9e0e78d2a37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896'} Body: b'{"volume": {"id": "4be5b090-627b-4380-b733-aade4ca7c896", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:19.000000", "updated_at": "2025-08-04T08:40:19.000000", "name": "tempest-ServerActionsTestOtherA-volume-1802229760", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:42:14,652 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896 0.043s 2025-08-04 08:42:14,653 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-62460231-aa93-4adc-8e24-85fb731dcea2', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62460231-aa93-4adc-8e24-85fb731dcea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896'} Body: b'{"volume": {"id": "4be5b090-627b-4380-b733-aade4ca7c896", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:40:19.000000", "updated_at": "2025-08-04T08:40:19.000000", "name": "tempest-ServerActionsTestOtherA-volume-1802229760", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4be5b090-627b-4380-b733-aade4ca7c896"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:42:14,825 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.155s 2025-08-04 08:42:14,826 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c1c8ea1-006c-473e-be15-9640462abeaa', 'x-compute-request-id': 'req-7c1c8ea1-006c-473e-be15-9640462abeaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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-04 08:43:15,123 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea 6f65f7464 0.242s 2025-08-04 08:43:15,123 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:43: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-aa1820d5-f363-4aae-b198-a81550a43143', 'x-compute-request-id': 'req-aa1820d5-f363-4aae-b198-a81550a43143', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'' 2025-08-04 08:43:15,362 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.238s 2025-08-04 08:43:15,362 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:43:15 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-68fa157b-0ff4-4d2f-864f-bda1f30d2957', 'x-compute-request-id': 'req-68fa157b-0ff4-4d2f-864f-bda1f30d2957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"server": {"id": "c00b7de4-56af-4d81-b7cf-1ea6f65f7464", "name": "tempest-tempest.common.compute-instance-859124511", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:40:21Z", "updated": "2025-08-04T08:43:15Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}, {"version": 4, "addr": "172.24.4.88", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:74:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2137632434", "OS-SRV-USG:launched_at": "2025-08-04T08:40:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--570518698"}], "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-04 08:44:05,473 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464 0.044s 2025-08-04 08:44:05,474 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStac k-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-bbd39696-c0b2-4c13-95c6-b6c63a2f6b8d', 'x-compute-request-id': 'req-bbd39696-c0b2-4c13-95c6-b6c63a2f6b8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c00b7de4-56af-4d81-b7cf-1ea6f65f7464'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c00b7de4-56af-4d81-b7cf-1ea6f65f7464 could not be found."}}' 2025-08-04 08:44:05,515 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2137632434 0.040s 2025-08-04 08:44:05,516 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44: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-360260d1-9136-43e1-8f5a-a960f02c0826', 'x-compute-request-id': 'req-360260d1-9136-43e1-8f5a-a960f02c0826', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2137632434'} Body: b'' 2025-08-04 08:44:05,688 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92 0.172s 2025-08-04 08:44:05,689 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f990969d-c95a-4ba8-85c5-25ea9c1546f2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92'} Body: b'' 2025-08-04 08:44:05,708 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92 0.018s 2025-08-04 08:44:05,708 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a6cce430-c77f-4d3a-ad4c-ca7e24999df7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/55f1d50f-5b16-470b-8aac-a3886877da92'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 55f1d50f-5b16-470b-8aac-a3886877da92 does not exist", "detail": ""}}' 2025-08-04 08:44:06,072 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ea59d273-3f8c-496f-b825-021441a1652e 0.363s 2025-08-04 08:44:06,073 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9e10be3e-f556-4131-8e14-fc62ec7fab3b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ea59d273-3f8c-496f-b825-021441a1652e'} Body: b'' 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 a7251eae-35ba-444a-bed1-4841d0b862a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:44:37,966 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.198s 2025-08-04 08:44:37,966 99891 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-1014099998"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb78b0d-ceb1-43cd-9612-f9a6e0c91c20', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb78b0d-ceb1-43cd-9612-f9a6e0c91c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "93908958-27d9-4d14-8b74-9bbafc3b5bd3", "name": "tempest-GroupsV314Test-volume-type-1014099998", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:44:37,998 99891 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.029s 2025-08-04 08:44:37,999 99891 DEBUG [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-1668298529"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58aac45f-21e1-44e8-a1ca-4eeeb3fbe168', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58aac45f-21e1-44e8-a1ca-4eeeb3fbe168', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "d77411ac-7251-498c-96a1-15ceeddc2994", "name": "tempest-GroupsV314Test-group-type-1668298529", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:44:38,175 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.173s 2025-08-04 08:44:38,175 99891 DEBUG [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": "d77411ac-7251-498c-96a1-15ceeddc2994", "volume_types": ["93908958-27d9-4d14-8b74-9bbafc3b5bd3"], "name": "tempest-GroupsV314Test-Group-1365456054"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f74cedeb-749e-4452-af49-856ce347f527', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f74cedeb-749e-4452-af49-856ce347f527', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "a7251eae-35ba-444a-bed1-4841d0b862a2", "name": "tempest-GroupsV314Test-Group-1365456054"}}' 2025-08-04 08:44:38,207 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2 0.030s 2025-08-04 08:44:38,208 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-d8576a41-7498-44d8-9a38-513c7d40064d', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8576a41-7498-44d8-9a38-513c7d40064d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2'} Body: b'{"group": {"id": "a7251eae-35ba-444a-bed1-4841d0b862a2", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:44:38.000000", "name": "tempest-GroupsV314Test-Group-1365456054", "description": null, "group_type": "d77411ac-7251-498c-96a1-15ceeddc2994", "volume_types": ["93908958-27d9-4d14-8b74-9bbafc3b5bd3"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:44:39,250 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2 0.036s 2025-08-04 08:44:39,250 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da9fe33-3461-4d53-88a9-96d6902ce3f2', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da9fe33-3461-4d53-88a9-96d6902ce3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2'} Body: b'{"group": {"id": "a7251eae-35ba-444a-bed1-4841d0b862a2", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:44:38.000000", "name": "tempest-GroupsV314Test-Group-1365456054", "description": null, "group_type": "d77411ac-7251-498c-96a1-15ceeddc2994", "volume_types": ["93908958-27d9-4d14-8b74-9bbafc3b5bd3"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:44:39,289 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.033s 2025-08-04 08:44:39,289 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9696fc7-9951-463a-8697-0fb412890101', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9696fc7-9951-463a-8697-0fb412890101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:44:39,369 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2/action 0.066s 2025-08-04 08:44:39,369 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 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-5b6dcbd0-6177-4d63-a65d-7f5ec38d17a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2/action'} Body: b'' 2025-08-04 08:44:39,387 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2 0.017s 2025-08-04 08:44:39,388 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 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-13e7d8a1-dbb5-4051-b6fa-a33415debc8b', 'x-openstack-request-id': 'req-13e7d8a1-dbb5-4051-b6fa-a33415debc8b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/a7251eae-35ba-444a-bed1-4841d0b862a2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a7251eae-35ba-444a-bed1-4841d0b862a2 could not be found."}}' 2025-08-04 08:44:39,417 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/d77411ac-7251-498c-96a1-15ceeddc2994 0.028s 2025-08-04 08:44:39,417 99891 DEBUG [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': 'Mon, 04 Aug 2025 08:44:39 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-a90113c4-2558-482a-aa5f-2947c64af3e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/d77411ac-7251-498c-96a1-15ceeddc2994'} Body: b'' 2025-08-04 08:44:39,478 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3 0.059s 2025-08-04 08:44:39,478 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf32465-cd22-4699-b982-5939a3f76ca3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3'} Body: b'' 2025-08-04 08:44:39,502 99891 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3 0.024s 2025-08-04 08:44:39,503 99891 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:39 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-48ceb119-00c9-4e3f-80b0-34e6f158192a', 'x-openstack-request-id': 'req-48ceb119-00c9-4e3f-80b0-34e6f158192a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/93908958-27d9-4d14-8b74-9bbafc3b5bd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 93908958-27d9-4d14-8b74-9bbafc3b5bd3 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e7c44d2d-3159-4707-80f0-7935e5cb5712 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:42:38,315 99905 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:42:38,315 99905 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:42:38,463 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.146s 2025-08-04 08:42:38,463 99905 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-223994276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEWq5ckSF+U3iFex+3iIUQp3/PklBCXtUIIhcR61Cl4S9kdeUiS1vSfVvX3yyCRAhSJnymfGoLIjrgrS/2MiGiF8Dleer8rGfoTucla7VuzU1nCVnfs0uWY/sAt5UWxpmQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-765767a3-21f6-42ef-a390-81ac9c7391cd', 'x-compute-request-id': 'req-765767a3-21f6-42ef-a390-81ac9c7391cd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-223994276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEWq5ckSF+U3iFex+3iIUQp3/PklBCXtUIIhcR61Cl4S9kdeUiS1vSfVvX3yyCRAhSJnymfGoLIjrgrS/2MiGiF8Dleer8rGfoTucla7VuzU1nCVnfs0uWY/sAt5UWxpmQ==", "fingerprint": "91:ed:38:d0:ed:1e:e8:52:3a:85:cf:02:b4:88:ff:8b", "user_id": "8e3334c2a607456d9353203187477aa7"}}' 2025-08-04 08:42:38,466 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-223994276 created 2025-08-04 08:42:38,717 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.251s 2025-08-04 08:42:38,718 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1021260404", "description": "tempest-description--1438456633"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-e48884af-f652-4b21-8d58-19a690ee8fad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "name": "tempest-securitygroup--1021260404", "stateful": true, "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "description": "tempest-description--1438456633", "shared": false, "security_group_rules": [{"id": "6c3319b2-fff4-4961-bac4-faf499615a4b", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "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": 1077, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 0}, {"id": "c83a1ed1-5b54-4fd6-af7a-d9d7831a86e3", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "ethertyp e": "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": 1078, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:42:38,962 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.244s 2025-08-04 08:42:38,963 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b12d118e-c149-4820-aaa9-502bc1af1c76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6509dac-cdde-4427-aa62-ddd1fa1f823b", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "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-04T08:42:38Z", "updated_at": "2025-08-04T08:42:38Z", "revision_number": 0}}' 2025-08-04 08:42:39,196 99905 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-04 08:42:39,196 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9b589f04-90a5-4870-89eb-6db95aa2893a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d64d7e7c-f0d8-4ad9-b254-7285d363c8c5", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "e5ce2b06-2f03-48d9-b820-6985d9c0bfcf", "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-04T08:42:39Z", "updated_at": "2025-08-04T08:42:39Z", "revision_number": 0}}' 2025-08-04 08:42:39,197 99905 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1021260404 created 2025-08-04 08:42:39,833 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.635s 2025-08-04 08:42:39,833 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-11d5045e-b58a-4701-a1a8-9409cf0375c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "55dbfeb9-e78a-4522-a3c4-1366737cbb1f", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.60", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "45a2388b7ff3488a89a99f9181854c83", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:39Z", "updated_at": "2025-08-04T08:42:39Z", "revision_number": 0}}' 2025-08-04 08:42:39,834 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '55dbfeb9-e78a-4522-a3c4-1366737cbb1f', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:39Z', 'updated_at': '2025-08-04T08:42:39Z', 'revision_number': 0, 'ip': '172.24.4.60'} created 2025-08-04 08:42:39,880 99905 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.041s 2025-08-04 08:42:39,880 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:39 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-606a389c-9129-4f8f-979c-98b5c8438d7b', '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": "8e3334c2a607456d9353203187477aa7", "name": "tempest-AttachVolumeShelveTestJSON-215015910-project-member", "password_expires_at": null}, "audit_ids": ["Q8rJmBytRFehtEcb-YXo-A"], "expires_at": "2025-08-04T09:42:39.000000Z", "issued_at": "2025-08-04T08:42:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45a2388b7ff3488a89a99f9181854c83", "name": "tempest-AttachVolumeShelveTestJSON-215015910"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10. 0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/45a2388b7ff3488a89a99f9181854c83", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:42:39,881 99905 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'f31e99c3-e0c8-43d8-a8e4-b563775bc40d', 'name': 'tempest-AttachVolumeShelveTestJSON-1058339550-network', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48035, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:42:31Z', 'updated_at': '2025-08-04T08:42:31Z', 'revision_number': 1} available for tenant 2025-08-04 08:42:39,882 99905 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-223994276', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEWq5ckSF+U3iFex+3iIUQp3/PklBCXtUIIhcR61Cl4S9kdeUiS1vSfVvX3yyCRAhSJnymfGoLIjrgrS/2MiGiF8Dleer8rGfoTucla7VuzU1nCVnfs0uWY/sAt5UWxpmQ==', 'fingerprint': '91:ed:38:d0:ed:1e:e8:52:3a:85:cf:02:b4:88:ff:8b', 'user_id': '8e3334c2a607456d9353203187477aa7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAXS1yUgFUEjo/yWFZfUblPXZVomuyfLubTn8Mpvd8Eu3XrbXMPSJ5m\nXSlYJ+zJ6R6gBwYFK4EEACKhZANiAARFquXJEhflN4hXsft4iFEKd/z5JQQl7VCC\nIXEetQpeEvZHXlIktb0n1b198sgkQIUiZ8pnxqCyI64K0v9jIhohfA5Xnq/Kxn6E\n7nJWu1bs1NZwlZ37NLlmP7ALeVFsaZk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e5ce2b06-2f03-48d9-b820-6985d9c0bfcf', 'name': 'tempest-securitygroup--1021260404', 'stateful': True, 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'description': 'tempest-description--1438456633', 'shared': False, 'security_group_rules': [{'id': '6c3319b2-fff4-4961-bac4-faf499615a4b', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'e5ce2b06-2f03-48d9-b820-6985d9c0bfcf', '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': 1077, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:42:38Z', 'updated_at': '2025-08-04T08:42:38Z', 'revision_number': 0}, {'id': 'c83a1ed1-5b54-4fd6-af7a-d9d7831a86e3', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'e5ce2b06-2f03-48d9-b820-6985d9c0bfcf', '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': 1078, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at' : '2025-08-04T08:42:38Z', 'updated_at': '2025-08-04T08:42:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:42:38Z', 'updated_at': '2025-08-04T08:42:38Z', 'revision_number': 1, 'project_id': '45a2388b7ff3488a89a99f9181854c83'}, 'floating_ip': {'id': '55dbfeb9-e78a-4522-a3c4-1366737cbb1f', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.60', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:39Z', 'updated_at': '2025-08-04T08:42:39Z', 'revision_number': 0, 'ip': '172.24.4.60'}} 2025-08-04 08:42:41,334 99905 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 1.451s 2025-08-04 08:42:41,334 99905 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-1651508571", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d"}], "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "key_name": "tempest-keypair-223994276", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d', '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-42beaff0-43ea-489e-a240-921039944f78', 'x-compute-request-id': 'req-42beaff0-43ea-489e-a240-921039944f78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "adminPass": "password"}}' 2025-08-04 08:42:41,415 99905 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/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.077s 2025-08-04 08:42:41,415 99905 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': 'Mon, 04 Aug 2025 08:42:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b91a2d-7061-4ad6-b4a9-af890791069f', 'x-compute-request-id': 'req-d1b91a2d-7061-4ad6-b4a9-af890791069f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "name": "tempest-AttachVolumeShelveTestJSON-server-1651508571", "status": "BUILD", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2 a607456d9353203187477aa7", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:41Z", "updated": "2025-08-04T08:42:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-223994276", "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-04 08:43:31,705 99905 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/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.216s 2025-08-04 08:43:31,706 99905 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': 'Mon, 04 Aug 2025 08:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05100716-d359-4241-9b52-34f3c8217d6b', 'x-compute-request-id': 'req-05100716-d359-4241-9b52-34f3c8217d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "name": "tempest-AttachVolumeShelveTestJSON-server-1651508571", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:41Z", "updated": "2025-08-04T08:42:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:10:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223994276", "OS-SRV-USG:launched_at": "2025-08-04T08:42:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "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-04 08:43:31,722 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:44:31,935 99905 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/51e7b432-d e2d-45a1-a85d-29d1ef6f716d/os-interface 0.151s 2025-08-04 08:44:31,935 99905 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': 'Mon, 04 Aug 2025 08:44:31 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-7f2479a1-98a9-492b-944c-b0ac4445b18b', 'x-compute-request-id': 'req-7f2479a1-98a9-492b-944c-b0ac4445b18b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "port_id": "4b2b0fc3-dfc7-4a5b-b809-40d4d211211a", "mac_addr": "fa:16:3e:f4:10:18", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dab9aa78-1be2-479a-a237-8bfb0d9bc350", "ip_address": "10.0.0.12"}]}]}' 2025-08-04 08:44:32,700 99905 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/55dbfeb9-e78a-4522-a3c4-1366737cbb1f 0.761s 2025-08-04 08:44:32,701 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4b2b0fc3-dfc7-4a5b-b809-40d4d211211a"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-8b4362db-2e61-4b01-996e-1b2de842ea21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/55dbfeb9-e78a-4522-a3c4-1366737cbb1f'} Body: b'{"floatingip": {"id": "55dbfeb9-e78a-4522-a3c4-1366737cbb1f", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.60", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "7c240695-c6d1-4d40-a8ab-c7b16151b71e", "port_id": "4b2b0fc3-dfc7-4a5b-b809-40d4d211211a", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "mac_address": "fa:16:3e:f4:10:18", "admin_state_up": true, "status": "ACTIVE", "device_id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:39Z", "updated_at": "2025-08-04T08:44:32Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:44:32,704 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.60:22' as 'cirros' with public key authentication 2025-08-04 08:44:32,722 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:44:32,827 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:44:32,827 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.60 successfully created 2025-08-04 08:44:32,869 99905 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/51e7b432-de2d-45a1-a85d-29d1ef6f716d/ips 0.040s 2025-08-04 08:44:32,869 99905 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': 'Mon, 04 Aug 2025 08:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-ver sion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bcc3363-ebd6-421f-a724-6ba312f2d11b', 'x-compute-request-id': 'req-1bcc3363-ebd6-421f-a724-6ba312f2d11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-04 08:44:33,117 99905 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.245s 2025-08-04 08:44:33,118 99905 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-741370895"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6a0101-eb52-4e27-a1bb-80a4f8f9d54d', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6a0101-eb52-4e27-a1bb-80a4f8f9d54d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e7c44d2d-3159-4707-80f0-7935e5cb5712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:33.056769", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-741370895", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:44:33,169 99905 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/e7c44d2d-3159-4707-80f0-7935e5cb5712 0.039s 2025-08-04 08:44:33,169 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c262141c-d8d3-4ead-aeea-bbd64c5fa683', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c262141c-d8d3-4ead-aeea-bbd64c5fa683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712'} Body: b'{"volume": {"id": "e7c44d2d-3159-4707-80f0-7935e5cb5712", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:33.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-741370895", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:44:34,222 99905 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/e7c44d2d-3159-4707-80f0-7935e5cb5712 0.037s 2025-08-04 08:44:34,222 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe6f5d4-b657-4498-9ce0-1385dddde9c7', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe6f5d4-b657-4498-9ce0-1385dddde9c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712'} Body: b'{"volume": {"id": "e7c44d2d-3159-4707-80f0-7935e5cb5712", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:33.000000", "updated_at": "2025-08-04T08:44:33.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-741370895", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e7c44d2d-3159-4707-80f0-7935e5cb5712"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:44:34,349 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.113s 2025-08-04 08:44:34,349 99905 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': 'Mon, 04 Aug 2025 08:44:34 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-ed1f9a44-4daf-4c16-93c8-473c9b42c299', 'x-compute-request-id': 'req-ed1f9a44-4daf-4c16-93c8-473c9b42c299', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'' 2025-08-04 08:44:34,526 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.176s 2025-08-04 08:44:34,526 99905 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': 'Mon, 04 Aug 2025 08:44:34 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-3799f72a-59f5-4ec0-9204-66f836bfcd8b', 'x-compute-request-id': 'req-3799f72a-59f5-4ec0-9204-66f836bfcd8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"server": {"id": "51e7b432-de2d-45a1-a85d-29d1ef6f716d", "name": "tempest-AttachVolumeShelveTestJSON-server-1651508571", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f91818 54c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:41Z", "updated": "2025-08-04T08:44:34Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:10:18"}, {"version": 4, "addr": "172.24.4.60", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f4:10:18"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-223994276", "OS-SRV-USG:launched_at": "2025-08-04T08:42:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1021260404"}], "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-04 08:45:24,586 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d 0.042s 2025-08-04 08:45:24,586 99905 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': 'Mon, 04 Aug 2025 08:45:24 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-ef74fda4-a694-4236-ba24-1fdcede232b4', 'x-compute-request-id': 'req-ef74fda4-a694-4236-ba24-1fdcede232b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51e7b432-de2d-45a1-a85d-29d1ef6f716d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 51e7b432-de2d-45a1-a85d-29d1ef6f716d could not be found."}}' 2025-08-04 08:45:24,625 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223994276 0.038s 2025-08-04 08:45:24,625 99905 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': 'Mon, 04 Aug 2025 08:45:24 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-6c8c64b2-5e2f-4c12-8847-14d55d335a00', 'x-compute-request-id': 'req-6c8c64b2-5e2f-4c12-8847-14d55d335a00', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-223994276'} Body: b'' 2025-08-04 08:45:24,799 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf 0.173s 2025-08-04 08:45:24,799 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c92cef8d-9d20-48f4-a67e-f71569cfecaf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf'} Body: b'' 2025-08-04 08:45:24,825 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf 0.025s 2025-08-04 08:45:24,825 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b0a869b0-8633-4d9b-9d98-10829cdd86e8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5ce2b06-2f03-48d9-b820-6985d9c0bfcf'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e5ce2b06-2f03-48d9-b820-6985d9c0bfcf does not exist", "detail": ""}}' 2025-08-04 08:45:25,194 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/55dbfeb9-e78a-4522-a3c4-1366737cbb1f 0.368s 2025-08-04 08:45:25,195 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8cfd4ef6-8b4c-4952-94b5-7e2c4fff7efd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/55dbfeb9-e78a-4522-a3c4-1366737cbb1f'} 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 d768c962-31b6-4b98-bc79-1691dfc2f3de failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:42:43,145 99909 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:42:43,145 99909 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:42:43,190 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.044s 2025-08-04 08:42:43,190 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1621964990", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaZl6nKjJxNCgTm+6kM7oC9DDDVWJaBZZpjwXmLfBsU/RfreN43TFRzMWp+zOi7DLnvRBgcxgdSCsUJzOAuUzTPr/P571q+upQ0Zro3v5+w4HHzyFCUl596VtwMJYPM4g=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01162554-7b10-4631-8727-6b6e228e0139', 'x-compute-request-id': 'req-01162554-7b10-4631-8727-6b6e228e0139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1621964990", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaZl6nKjJxNCgTm+6kM7oC9DDDVWJaBZZpjwXmLfBsU/RfreN43TFRzMWp+zOi7DLnvRBgcxgdSCsUJzOAuUzTPr/P571q+upQ0Zro3v5+w4HHzyFCUl596VtwMJYPM4g==", "fingerprint": "7f:1d:3a:6b:4f:8f:75:02:08:1d:34:c7:a8:01:c7:fd", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1"}}' 2025-08-04 08:42:43,192 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1621964990 created 2025-08-04 08:42:43,592 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.399s 2025-08-04 08:42:43,593 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1210932077", "description": "tempest-description--1561341978"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-72601cd9-608b-4039-921a-67d0ed26db24', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "name": "tempest-securitygroup--1210932077", "stateful": true, "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "tempest-description--1561341978", "shared": false, "security_group_rules": [{"id": "21c397ec-a29c-4635-b6e9-6deddebd04b8", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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": 1085, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}, {"id": "3930c0a9-4971-4378-928d-03266d19587f", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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": 1084, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:42:43,816 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-04 08:42:43,816 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f55c6e8d-f043-45c2-9832-198acf6a1ed1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d03b501-ee87-4375-b8d5-c84ed7a8004b", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}}' 2025-08-04 08:42:44,011 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.194s 2025-08-04 08:42:44,012 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-eb4f82e7-ef1d-4310-809a-391617c4847e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cf4081e6-61f5-4507-8533-d474070a672b", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "security_group_id": "952c620d-5d08-4ded-bfe5-b0381711e65a", "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-04T08:42:43Z", "updated_at": "2025-08-04T08:42:43Z", "revision_number": 0}}' 2025-08-04 08:42:44,012 99909 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1210932077 created 2025-08-04 08:42:44,668 99909 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.655s 2025-08-04 08:42:44,669 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Au th-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-ea504964-c56c-4b85-9c0a-4dbfa2b75b25', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "29fe6d2a-e659-4f4a-ba55-8e169cdfbce4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.117", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "af22c97af79440d09d1cb19cd2b78ea4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:44Z", "updated_at": "2025-08-04T08:42:44Z", "revision_number": 0}}' 2025-08-04 08:42:44,670 99909 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '29fe6d2a-e659-4f4a-ba55-8e169cdfbce4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:44Z', 'updated_at': '2025-08-04T08:42:44Z', 'revision_number': 0, 'ip': '172.24.4.117'} created 2025-08-04 08:42:44,732 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.055s 2025-08-04 08:42:44,732 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:44 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-b0767db7-9331-4a40-b17e-118fbbca8aef', '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": "0cef2863c1884c8e8dc1f8a94f6987b1", "name": "tempest-AttachVolumeNegativeTest-274037314-project-member", "password_expires_at": null}, "audit_ids": ["1KFLfFeQS2-hC1SueqC4uA"], "expires_at": "2025-08-04T09:42:44.000000Z", "issued_at": "2025-08-04T08:42:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af22c97af79440d09d1cb19cd2b78ea4", "name": "tempest-AttachVolumeNegativeTest-274037314"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac6 00e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af22c97af79440d09d1cb19cd2b78ea4", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:42:44,733 99909 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'a44a2db9-0272-4d96-a82f-d892afe757b7', 'name': 'tempest-AttachVolumeNegativeTest-2009956975-network', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8309, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:36:59Z', 'updated_at': '2025-08-04T08:36:59Z', 'revision_number': 1} available for tenant 2025-08-04 08:42:44,734 99909 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1621964990', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaZl6nKjJxNCgTm+6kM7oC9DDDVWJaBZZpjwXmLfBsU/RfreN43TFRzMWp+zOi7DLnvRBgcxgdSCsUJzOAuUzTPr/P571q+upQ0Zro3v5+w4HHzyFCUl596VtwMJYPM4g==', 'fingerprint': '7f:1d:3a:6b:4f:8f:75:02:08:1d:34:c7:a8:01:c7:fd', 'user_id': '0cef2863c1884c8e8dc1f8a94f6987b1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC80YsHWm1wYhPqquvDBvulj8TvJ5vB4+WB+A3/JHkzxypppccDr1bt\neeEXxfiFSaugBwYFK4EEACKhZANiAARWmZepyoycTQoE5vupDO6AvQww1ViWgWWa\nY8F5i3wbFP0X63jeN0xUczFqfszouwy570QYHMYHUgrFCczgLlM0z6/z+e9avrqU\nNGa6N7+fsOBx88hQlJefelbcDCWDzOI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '952c620d-5d08-4ded-bfe5-b0381711e65a', 'name': 'tempest-securitygroup--1210932077', 'stateful': True, 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': 'tempest-description--1561341978', 'shared': False, 'security_group_rules': [{'id': '21c397ec-a29c-4635-b6e9-6deddebd04b8', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': '952c620d-5d08-4ded-bfe5-b0381711e65a', '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': 1085, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:42:43Z', 'updated_at': '2025-08-04T08:42:43Z', 'revision_number': 0}, {'id': '3930c0a9-4971-4378-928d-03266d19587f', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'security_group_id': '952c620d-5d08-4ded-bfe5-b0381711e65a', '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': 1084, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:42:43Z', 'updated_at': '2025-08-04T08:42:43Z', 'revision_number': 0}], 'tags': [], 'created_a t': '2025-08-04T08:42:43Z', 'updated_at': '2025-08-04T08:42:43Z', 'revision_number': 1, 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4'}, 'floating_ip': {'id': '29fe6d2a-e659-4f4a-ba55-8e169cdfbce4', 'tenant_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'af22c97af79440d09d1cb19cd2b78ea4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:42:44Z', 'updated_at': '2025-08-04T08:42:44Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2025-08-04 08:42:45,263 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.528s 2025-08-04 08:42:45,264 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-2081969764", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a44a2db9-0272-4d96-a82f-d892afe757b7"}], "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "key_name": "tempest-keypair-1621964990", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6314430d-fb19-4c9e-9041-d45bfbbd3485', 'x-compute-request-id': 'req-6314430d-fb19-4c9e-9041-d45bfbbd3485', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "adminPass": "password"}}' 2025-08-04 08:42:45,345 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.077s 2025-08-04 08:42:45,345 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:42:45 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-4d7262dc-4867-4736-989e-966b5fc2e0bb', 'x-compute-request-id': 'req-4d7262dc-4867-4736-989e-966b5fc2e0bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "name": "tempest-AttachVolumeNegativeTest-server-2081969764", "status": "BUILD", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavo r": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:45Z", "updated": "2025-08-04T08:42:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1621964990", "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-04 08:43:35,640 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.234s 2025-08-04 08:43:35,641 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:43:35 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-d7e094be-b81e-4e81-befd-45c9090c4efa', 'x-compute-request-id': 'req-d7e094be-b81e-4e81-befd-45c9090c4efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "name": "tempest-AttachVolumeNegativeTest-server-2081969764", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:45Z", "updated": "2025-08-04T08:43:00Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:70:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1621964990", "OS-SRV-USG:launched_at": "2025-08-04T08:43:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "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-04 08:43:35,655 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:44:35,870 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/os-interface 0.158s 2025-08-04 08:44:35,871 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-ty pe': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-898a1d2e-be93-4700-bdb2-ae5a10e65adb', 'x-compute-request-id': 'req-898a1d2e-be93-4700-bdb2-ae5a10e65adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "port_id": "9583a7dd-533f-4bd7-9412-6b1b2a4a5d20", "mac_addr": "fa:16:3e:78:70:83", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7bb9691f-0484-4cf6-9859-246dffeb7f19", "ip_address": "10.0.0.12"}]}]}' 2025-08-04 08:44:36,816 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4 0.942s 2025-08-04 08:44:36,817 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9583a7dd-533f-4bd7-9412-6b1b2a4a5d20"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-dd7cc443-a47b-4299-a580-444dbcacb534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4'} Body: b'{"floatingip": {"id": "29fe6d2a-e659-4f4a-ba55-8e169cdfbce4", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "floating_ip_address": "172.24.4.117", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "e07417e1-5e81-442a-b1f7-01522b902353", "port_id": "9583a7dd-533f-4bd7-9412-6b1b2a4a5d20", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a44a2db9-0272-4d96-a82f-d892afe757b7", "mac_address": "fa:16:3e:78:70:83", "admin_state_up": true, "status": "ACTIVE", "device_id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:42:44Z", "updated_at": "2025-08-04T08:44:36Z", "revision_number": 1, "project_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:44:36,818 99909 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.117:22' as 'cirros' with public key authentication 2025-08-04 08:44:36,825 99909 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:44:36,928 99909 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:44:36,929 99909 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.117 successfully created 2025-08-04 08:44:36,976 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/ips 0.047s 2025-08-04 08:44:36,977 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d2bef57-c69f-4a49-9648-225ddda0792c', 'x-compute-request-id': 'req-9d2bef57-c69f-4a49-9648-225ddda0792c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "a ddr": "10.0.0.12"}]}}' 2025-08-04 08:44:37,165 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.186s 2025-08-04 08:44:37,166 99909 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-872313464"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a8fd74-0086-4bda-8a53-cb7c004538a1', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a8fd74-0086-4bda-8a53-cb7c004538a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d768c962-31b6-4b98-bc79-1691dfc2f3de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:37.102732", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-872313464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:44:37,224 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de 0.043s 2025-08-04 08:44:37,224 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8ec684-e049-4b21-b225-17c70d11cc47', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8ec684-e049-4b21-b225-17c70d11cc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de'} Body: b'{"volume": {"id": "d768c962-31b6-4b98-bc79-1691dfc2f3de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:37.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-872313464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:44:38,285 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de 0.046s 2025-08-04 08:44:38,285 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-e06b8a48-ad0d-4752-afaf-750328cce71d', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e06b8a48-ad0d-4752-afaf-750328cce71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de'} Body: b'{"volume": {"id": "d768c962-31b6-4b98-bc79-1691dfc2f3de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:44:37.000000", "updated_at": "2025-08-04T08:44:37.000000", "name": "tempest-AttachVolumeNegativeTest-volume-872313464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d768c962-31b6-4b98-bc79-1691dfc2f3de"}], "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af22c97af79440d09d1cb19cd2b78ea4"}}' 2025-08-04 08:44:38,418 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.118s 2025-08-04 08:44:38,418 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09d0e205-8cb3-48c1-84e5-6c81b8d1a075', 'x-compute-request-id': 'req-09d0e205-8cb3-48c1-84e5-6c81b8d1a075', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'' 2025-08-04 08:44:38,647 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.228s 2025-08-04 08:44:38,647 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0651f905-34ed-4331-bed4-b360b0e2553d', 'x-compute-request-id': 'req-0651f905-34ed-4331-bed4-b360b0e2553d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"server": {"id": "0468d38a-f782-42d8-86d0-48f5bd32f305", "name": "tempest-AttachVolumeNegativeTest-server-2081969764", "status": "ACTIVE", "tenant_id": "af22c97af79440d09d1cb19cd2b78ea4", "user_id": "0cef2863c1884c8e8dc1f8a94f6987b1", "metadata": {}, "hostId": "da3626adeb02b16fdf3fb6ea8fbcf669f139d8c0f7b14cc9b60b26b4", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:42:45Z", "updated": "2025-08-04T08:44:38Z", "addresses": {"tempest-AttachVolumeNegativeTest-2009956975-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:70:83"}, { "version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:70:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0468d38a-f782-42d8-86d0-48f5bd32f305"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1621964990", "OS-SRV-USG:launched_at": "2025-08-04T08:43:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1210932077"}], "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-04 08:45:28,724 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305 0.032s 2025-08-04 08:45:28,725 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-6d38404e-9541-4fd6-a041-70d347f59133', 'x-compute-request-id': 'req-6d38404e-9541-4fd6-a041-70d347f59133', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0468d38a-f782-42d8-86d0-48f5bd32f305'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0468d38a-f782-42d8-86d0-48f5bd32f305 could not be found."}}' 2025-08-04 08:45:28,752 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1621964990 0.026s 2025-08-04 08:45:28,752 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcf5c66e-99b9-4fc5-a227-084b3f3ddcf0', 'x-compute-request-id': 'req-bcf5c66e-99b9-4fc5-a227-084b3f3ddcf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1621964990'} Body: b'' 2025-08-04 08:45:28,928 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a 0.175s 2025-08-04 08:45:28,928 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-81b8a31a-edcd-4997-8c1e-1129833faf8a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a'} Body: b'' 2025-08-04 08:45:28,947 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a 0.018s 2025-08-04 08:45:28,947 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-25c0e31b-0a44-417e-83da-34b5b6cd6f8a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/952c620d-5d08-4ded-bfe5-b0381711e65a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 952c620d-5d08-4ded-bfe5-b0381711e65a does not exist", "detail": ""}}' 2025-08-04 08:45:29,285 99909 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4 0.338s 2025-08-04 08:45:29,286 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c868441b-20df-4642-8ce4-f04011031145', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/29fe6d2a-e659-4f4a-ba55-8e169cdfbce4'} Body: b'' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 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 5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:35,763 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.212s 2025-08-04 08:45:35,763 99909 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-316836199"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b0aecc-c7a2-4b2a-bfce-31a5ef9a5910', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b0aecc-c7a2-4b2a-bfce-31a5ef9a5910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "89b7cf7a-e369-41c1-9fb4-db6ff2139db8", "name": "tempest-GroupsV320Test-volume-type-316836199", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:45:35,795 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.029s 2025-08-04 08:45:35,796 99909 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-150033470"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba03abe7-9168-431e-8114-8a6392d77a84', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba03abe7-9168-431e-8114-8a6392d77a84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "845d38b1-0df9-43cf-9996-e3b90772f16b", "name": "tempest-GroupsV320Test-group-type-150033470", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:45:35,973 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.174s 2025-08-04 08:45:35,973 99909 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": "845d38b1-0df9-43cf-9996-e3b90772f16b", "volume_types": ["89b7cf7a-e369-41c1-9fb4-db6ff2139db8"], "name": "tempest-GroupsV320Test-Group-1842763995"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c05c73e-8da4-4290-bb8f-07a4db3c5778', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c05c73e-8da4-4290-bb8f-07a4db3c5778', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e", "name": "tempest-GroupsV320Test-Group-1842763995"}}' 2025-08-04 08:45:36,006 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e 0.029s 2025-08-04 08:45:36,007 99909 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': 'Mon, 04 Aug 2025 08:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a528a3-752f-451c-8434-706e43b11bbb', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a528a3-752f-451c-8434-706e43b11bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e'} Body: b'{"group": {"id": "5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:45:36.000000", "name": "tempest-GroupsV320Test-Group-1842763995", "description": null, "group_type": "845d38b1-0df9-43cf-9996-e3b90772f16b", "volume_types": ["89b7cf7a-e369-41c1-9fb4-db6ff2139db8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:45:37,044 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e 0.027s 2025-08-04 08:45:37,045 99909 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': 'Mon, 04 Aug 2025 08:45:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d1aca0-ebff-4ec2-b8ed-bf72cbdb1e36', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d1aca0-ebff-4ec2-b8ed-bf72cbdb1e36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e'} Body: b'{"group": {"id": "5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:45:36.000000", "name": "tempest-GroupsV320Test-Group-1842763995", "description": null, "group_type": "845d38b1-0df9-43cf-9996-e3b90772f16b", "volume_types": ["89b7cf7a-e369-41c1-9fb4-db6ff2139db8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:45:37,081 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.031s 2025-08-04 08:45:37,081 99909 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': 'Mon, 04 Aug 2025 08:45:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0479b27e-576b-4882-8c59-d845779ec937', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0479b27e-576b-4882-8c59-d845779ec937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:45:37,149 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e/action 0.054s 2025-08-04 08:45:37,149 99909 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': 'Mon, 04 Aug 2025 08:45:37 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-b0c051f6-1dbc-4b89-9c28-18ac2f65023c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e/action'} Body: b'' 2025-08-04 08:45:37,164 99909 INFO [tempest.lib.common.rest_cli ent] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e 0.014s 2025-08-04 08:45:37,165 99909 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': 'Mon, 04 Aug 2025 08:45:37 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-981c82ed-739a-4655-b708-2e0b52c3a4bf', 'x-openstack-request-id': 'req-981c82ed-739a-4655-b708-2e0b52c3a4bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5b509f8c-9b7b-4b7b-a2ea-fb738604ac5e could not be found."}}' 2025-08-04 08:45:37,193 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/845d38b1-0df9-43cf-9996-e3b90772f16b 0.027s 2025-08-04 08:45:37,193 99909 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': 'Mon, 04 Aug 2025 08:45:37 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-1bebff61-2e39-4350-9546-52007a34af80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/845d38b1-0df9-43cf-9996-e3b90772f16b'} Body: b'' 2025-08-04 08:45:37,239 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8 0.045s 2025-08-04 08:45:37,239 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-80a66c5f-d6e1-4317-a1b3-c3f4cb99ad5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8'} Body: b'' 2025-08-04 08:45:37,255 99909 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8 0.015s 2025-08-04 08:45:37,256 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d249b5-b9ad-47de-b533-0b45a9894d5e', 'x-openstack-request-id': 'req-f0d249b5-b9ad-47de-b533-0b45a9894d5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/89b7cf7a-e369-41c1-9fb4-db6ff2139db8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 89b7cf7a-e369-41c1-9fb4-db6ff2139db8 could not be found."}}' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:41,084 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.165s 2025-08-04 08:45:41,084 99909 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-133778471", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6957cdc7-bc78-4da8-89f0-429670ae7b8a', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6957cdc7-bc78-4da8-89f0-429670ae7b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "5a1cc092-ae64-46a1-818d-101c2ae1c7f8", "name": "tempest-VolumeTypesAccessTest-volume-type-133778471", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-04 08:45:41,197 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.109s 2025-08-04 08:45:41,197 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "5a1cc092-ae64-46a1-818d-101c2ae1c7f8", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 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-d1400e67-4e20-4a4b-afff-67335b22d3a0', 'x-openstack-request-id': 'req-d1400e67-4e20-4a4b-afff-67335b22d3a0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5a1cc092-ae64-46a1-818d-101c2ae1c7f8 could not be found."}}' 2025-08-04 08:45:41,198 99909 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-04 08:45:41,232 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action 0.033s 2025-08-04 08:45:41,232 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "953a0f1f02c349da98c13773421971d0"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac8f8a0-fea3-42de-af0b-239fab0b3f48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action'} Body: b'' 2025-08-04 08:45:41,502 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.269s 2025-08-04 08:45:41,502 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "5a1cc092-ae64-46a1-818d-101c2ae1c7f8", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-958339490"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-28a0671c-e7da-4dfa-89d1-4d69b73649f9', 'content-length': '792', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a0671c-e7da-4dfa-89d1-4d69b73649f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.416314", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:41,551 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.036s 2025-08-04 08:45:41,552 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e585d197-a917-4ab5-8d9c-da58e1723d05', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e585d197-a917-4ab5-8d9c-da58e1723d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "953a0f1f02c349da98c13773421971d0"}}' 2025-08-04 08:45:42,606 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.039s 2025-08-04 08:45:42,606 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07380ccb-4fe3-4943-88ed-1bdb06df6add', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07380ccb-4fe3-4943-88ed-1bdb06df6add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.000000", "updated_at": "2025-08-04T08:45:42.000000", "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "953a0f1f02c349da98c13773421971d0"}}' 2025-08-04 08:45:42,675 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.053s 2025-08-04 08:45:42,675 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab6872b-5fad-427b-9ddd-4015000d79f8', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab6872b-5fad-427b-9ddd-4015000d79f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"volume": {"id": "a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:41.000000", "updated_at": "2025-08-04T08:45:42.000000", "name": "tempest-VolumeTypesAccessTest-Volume-958339490", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-133778471", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3"}], "user_id": "4ec8398bdafd4e358c2e731d5919a559", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "953a0f1f02c349da98c13773421971d0"}}' 2025-08-04 08:45:42,784 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.096s 2025-08-04 08:45:42,785 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad782e5-2909-416d-9108-dd5db925577d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'' 2025-08-04 08:45:42,819 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 0.033s 2025-08-04 08:45:42,819 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7753e3d4-f53d-42cc-b431-02cc09551f05', 'x-openstack-request-id': 'req-7753e3d4-f53d-42cc-b431-02cc09551f05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a77c02f4-ea3b-4727-8ecc-53f3c5e3e8a3 could not be found."}}' 2025-08-04 08:45:42,853 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action 0.033s 2025-08-04 08:45:42,853 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "953a0f1f02c349da98c13773421971d0"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-894c6ecd-e799-4083-8211-b008bda18dad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8/action'} Body: b'' 2025-08-04 08:45:42,900 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8 0.046s 2025-08-04 08:45:42,901 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dfb3ff-662a-456c-b340-add2e11be4c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8'} Body: b'' 2025-08-04 08:45:42,915 99909 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8 0.014s 2025-08-04 08:45:42,915 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:42 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-cd5a398f-082c-49aa-b29a-e0acb1c48fff', 'x-openstack-request-id': 'req-cd5a398f-082c-49aa-b29a-e0acb1c48fff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/5a1cc092-ae64-46a1-818d-101c2ae1c7f8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5a1cc092-ae64-46a1-818d-101c2ae1c7f8 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 ef44cabb-af7e-46cd-bc36-46e6f3fd4611 failed to build and is in ERROR status tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a10820dd-6264-4464-9081-4b06d7268007 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:55,137 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.156s 2025-08-04 08:45:55,138 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0f55eef4-dad4-4504-a3ec-a528083fcf47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:45:55,475 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.337s 2025-08-04 08:45:55,476 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-851262173"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a8b87d-6a2c-4ef9-86f7-61588879dff0', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a8b87d-6a2c-4ef9-86f7-61588879dff0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.418509", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:55,525 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.038s 2025-08-04 08:45:55,526 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-f7fc553e-df48-4252-910e-ab72c2b88ebd', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7fc553e-df48-4252-910e-ab72c2b88ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:56,582 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.041s 2025-08-04 08:45:56,582 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e55b56e1-8216-4f0f-a32c-c0381401b862', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e55b56e1-8216-4f0f-a32c-c0381401b862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.000000", "updated_at": "2025-08-04T08:45:56.000000", "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:56,635 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.038s 2025-08-04 08:45:56,635 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-543b722b-2b9b-4cff-a38c-13e45879b5bb', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-543b722b-2b9b-4cff-a38c-13e45879b5bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"volume": {"id": "a10820dd-6264-4464-9081-4b06d7268007", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:55.000000", " updated_at": "2025-08-04T08:45:56.000000", "name": "tempest-VolumesCloneTest-Volume-851262173", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a10820dd-6264-4464-9081-4b06d7268007"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:56,746 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.095s 2025-08-04 08:45:56,746 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-4f28e293-0117-40c7-81e1-00ecfc63bce0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'' 2025-08-04 08:45:56,769 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007 0.022s 2025-08-04 08:45:56,769 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-435b1bd6-d13d-4f8c-9638-75847501775d', 'x-openstack-request-id': 'req-435b1bd6-d13d-4f8c-9638-75847501775d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a10820dd-6264-4464-9081-4b06d7268007'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a10820dd-6264-4464-9081-4b06d7268007 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 f351c83e-d80f-4907-9b52-79d5f822f381 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:56,960 99909 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-04 08:45:56,960 99909 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-1877986052"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa2fb8d-c756-419f-92b9-254d4cff3649', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa2fb8d-c756-419f-92b9-254d4cff3649', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:56.894665", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:57,012 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.040s 2025-08-04 08:45:57,013 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e7f3ff-4546-4311-98cd-b4b2d4fd1a35', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e7f3ff-4546-4311-98cd-b4b2d4fd1a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:57.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:58,064 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.037s 2025-08-04 08:45:58,065 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce6a991-ca5a-442d-97e5-ba52bc43cf61', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce6a991-ca5a-442d-97e5-ba52bc43cf61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:57.000000", "updated_at": "2025-08-04T08:45:57.000000", "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:58,118 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.040s 2025-08-04 08:45:58,118 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cfef346-b385-4d71-a53a-c673f3dcc75d', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cfef346-b385-4d71-a53a-c673f3dcc75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"volume": {"id": "f351c83e-d80f-4907-9b52-79d5f822f381", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:57.000000", "updated_at": "2025-08-04T08:45:57.000000", "name": "tempest-VolumesCloneTest-Volume-1877986052", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f351c83e-d80f-4907-9b52-79d5f822f381"}], "user_id": "40e87aa932f24fb48e3574df88f2032d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "33111517ece548a3ae843809fefdbecb"}}' 2025-08-04 08:45:58,229 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.097s 2025-08-04 08:45:58,230 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-eb429bfa-db50-45a1-abf7-77b1084909cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'' 2025-08-04 08:45:58,250 99909 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381 0.020s 2025-08-04 08:45:58,250 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45: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-e77e6507-3059-4769-8be1-a0906417c40c', 'x-openstack-request-id': 'req-e77e6507-3059-4769-8be1-a0906417c40c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f351c83e-d80f-4907-9b52-79d5f822f381'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f351c83e-d80f-4907-9b52-79d5f822f381 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 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 9ae439a7-5a6d-40e0-8577-d9ff44c69dfd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:46:00,202 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e 0.148s 2025-08-04 08:46:00,202 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8cea2059-c247-4255-9115-6e2e1ba96f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e'} 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": "ad19f1d08529463bac5804b4db8b51f3", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2480d146-9f76-4f89-83ef-a7134086d19e", "created_at": "2025-08-04T08:26:24Z", "updated_at": "2025-08-04T08:26:26Z", "tags": [], "self": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e", "file": "/v2/images/2480d146-9f76-4f89-83ef-a7134086d19e/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:46:00,566 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.363s 2025-08-04 08:46:00,566 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-512068833"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39377843-5cec-4baf-87ea-3e39f5c14448', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39377843-5cec-4baf-87ea-3e39f5c14448', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:00.503767", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:46:00,618 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.039s 2025-08-04 08:46:00,619 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a 0eaa87d-3c9e-4f59-8d91-fab958720b21', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0eaa87d-3c9e-4f59-8d91-fab958720b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:01.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:01,709 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.076s 2025-08-04 08:46:01,710 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f548303-13a2-4117-b848-e0fe4c9db985', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f548303-13a2-4117-b848-e0fe4c9db985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:01.000000", "updated_at": "2025-08-04T08:46:01.000000", "name": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:01,762 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.038s 2025-08-04 08:46:01,763 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d439dbff-c946-4fe3-91b4-522914fb3fbc', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d439dbff-c946-4fe3-91b4-522914fb3fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"volume": {"id": "9ae439a7-5a6d-40e0-8577-d9ff44c69dfd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:01.000000", "updated_at": "2025-08-04T08:46:01.000000", "nam e": "tempest-VolumesExtendTest-Volume-512068833", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:01,874 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.097s 2025-08-04 08:46:01,874 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-2fdb2c37-2317-45c0-9809-56e292e51794', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'' 2025-08-04 08:46:01,907 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 0.033s 2025-08-04 08:46:01,908 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-1a09ea08-ef85-4a65-8b5b-6f7fd5387515', 'x-openstack-request-id': 'req-1a09ea08-ef85-4a65-8b5b-6f7fd5387515', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ae439a7-5a6d-40e0-8577-d9ff44c69dfd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9ae439a7-5a6d-40e0-8577-d9ff44c69dfd 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 377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:46:02,133 99909 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.221s 2025-08-04 08:46:02,134 99909 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-1523728424"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f6be55-1bf2-4104-9322-436d921f3b98', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f6be55-1bf2-4104-9322-436d921f3b98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.070694", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:46:02,200 99909 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/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.043s 2025-08-04 08:46:02,200 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f3b2687-d582-4748-b449-08b46960b470', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f3b2687-d582-4748-b449-08b46960b470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:03,265 99909 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/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.037s 2025-08-04 08:46:03,265 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-eae3297c-2b45-4d37-932e-6219f3b45c82', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae3297c-2b45-4d37-932e-6219f3b45c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.000000", "updated_at": "2025-08-04T08:46:02.000000", "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:03,317 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.038s 2025-08-04 08:46:03,318 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8049266d-b50e-4fb9-96bf-25f627ace137', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8049266d-b50e-4fb9-96bf-25f627ace137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"volume": {"id": "377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:46:02.000000", "updated_at": "2025-08-04T08:46:02.000000", "name": "tempest-VolumesExtendTest-Volume-1523728424", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296"}], "user_id": "8a6ecedfe4024934996940a2fb7faf5c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e8aa0ec9cc147be8fd63f48876c31d2"}}' 2025-08-04 08:46:03,429 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.098s 2025-08-04 08:46:03,429 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-99d18911-e15e-4385-85ee-dbdfdff01ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'' 2025-08-04 08:46:03,449 99909 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 0.019s 2025-08-04 08:46:03,450 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46: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-220a5926-d4e5-485e-967f-9d6058271809', 'x-openstack-request-id': 'req-220a5926-d4e5-485e-967f-9d6058271809', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 377f5d9b-e3b6-4b60-84c3-3fd4dd5e0296 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 505, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 80554d38-65d2-455e-9807-31b598b647f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:44:06,315 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.233s 2025-08-04 08:44:06,316 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:44:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eab1233f-08ce-49a1-8d5a-76e16b986a04', 'x-compute-request-id': 'req-eab1233f-08ce-49a1-8d5a-76e16b986a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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-04 08:45:06,486 99893 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.090s 2025-08-04 08:45:06,487 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2493', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-074aaab5-4d34-4a01-889e-7d571b9c7140', '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": "2b4233d82587477e8c20ab925ebb512c", "name": "tempest-ServerActionsTestOtherA-380628797-project-member", "password_expires_at": null}, "audit_ids": ["8gGPqhGCQdKc47ExI8w_DQ"], "expires_at": "2025-08-04T09:45:06.000000Z", "issued_at": "2025-08-04T08:45:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c172ad8f75e4447bb791ec82a66f222", "name": "tempest-ServerActionsTestOtherA-380628797"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6e aebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c172ad8f75e4447bb791ec82a66f222", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:45:06,488 99893 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'c2a5e13f-afb2-40ba-9a72-944c76e3dd0d', 'name': 'tempest-ServerActionsTestOtherA-766043394-network', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50415, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:37:14Z', 'updated_at': '2025-08-04T08:37:14Z', 'revision_number': 1} available for tenant 2025-08-04 08:45:06,489 99893 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1082708225', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLg7ykCT8i03QH6rRYbFY7q7W88kni3v9yOkF7tCgMCBkF/SZCOGC3IhXHBKnsz0pykXJf094m/o+QzZ4sM3VtkR99AFathpGQn972kSU+0jxGE4qKlPijjKkeRM7cK8mQ==', 'fingerprint': '48:fb:dd:93:2e:95:d6:cb:08:94:1f:f4:82:db:07:c7', 'user_id': '2b4233d82587477e8c20ab925ebb512c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAI7hjttTCLLTLO3CnbgydJCbIjd7n9SgNhApuqlxTpyRiEWWr79sSu\nI5B6gMFrZYOgBwYFK4EEACKhZANiAAS4O8pAk/ItN0B+q0WGxWO6u1vPJJ4t7/cj\npBe7QoDAgZBf0mQjhgtyIVxwSp7M9KcpFyX9PeJv6PkM2eLDN1bZEffQBWrYaRkJ\n/e9pElPtI8RhOKipT4o4ypHkTO3CvJk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '247e97d0-7dbb-40b9-9bb4-9e990ade96f2', 'name': 'tempest-securitygroup--1172720055', 'stateful': True, 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': 'tempest-description--478369298', 'shared': False, 'security_group_rules': [{'id': '59cb0806-bc1e-4b07-9c05-598515543df0', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '247e97d0-7dbb-40b9-9bb4-9e990ade96f2', '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': 973, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:37:22Z', 'updated_at': '2025-08-04T08:37:22Z', 'revision_number': 0}, {'id': 'aca5edf7-9c3f-4eeb-ab10-4c0a59888d8b', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'security_group_id': '247e97d0-7dbb-40b9-9bb4-9e990ade96f2', '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': 972, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:37:22Z', 'updated_at': '2025-08-04T08:37:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:37:22Z', 'updated_at': '2025-08-04T08:37:22Z', 'revision_number': 1, 'project_id': '0c172ad8f75e4447bb791ec82a66f222'}, 'floating_ip': {'id': 'e8a4316d-a884-4252-b04f-fdee7c3d4190', 'tenant_id': '0c172ad8f75e4447bb791ec82a66f222', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c172ad8f75e4447bb791ec82a66f222', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:37:24Z', 'updated_at': '2025-08-04T08:37:24Z', 'revision_number': 0, 'ip': '172.24.4.27'}} 2025-08-04 08:45:06,992 99893 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.502s 2025-08-04 08:45:06,993 99893 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-568436246", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c805cdc-1488-4574-85c3-eab447f2417a', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c805cdc-1488-4574-85c3-eab447f2417a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "80554d38-65d2-455e-9807-31b598b647f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:06.931921", "updated_at": null, "name": "tempest-tempest.common.compute-volume-568436246", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80554d38-65d2-455e-9807-31b598b647f1"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:45:07,048 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1 0.042s 2025-08-04 08:45:07,048 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14b4dc36-f50e-4d05-b1cc-e14bf4b94663', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b4dc36-f50e-4d05-b1cc-e14bf4b94663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'{"volume": {"id": "80554d38-65d2-455e-9807-31b598b647f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:07.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-568436246", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80554d38-65d2-455e-9807-31b598b647f1"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:45:08,102 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1 0.039s 2025-08-04 08:45:08,103 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5e9fa5-d237-4bfd-8eaa-14c01dc93b43', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5e9fa5-d237-4bfd-8eaa-14c01dc93b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'{"volume": {"id": "80554d38-65d2-455e-9807-31b598b647f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:45:07.000000", "updated_at": "2025-08-04T08:45:07.000000", "name": "tempest-tempest.common.compute-volume-568436246", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80554d38-65d2-455e-9807-31b598b647f1"}], "user_id": "2b4233d82587477e8c20ab925ebb512c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c172ad8f75e4447bb791ec82a66f222"}}' 2025-08-04 08:45:08,237 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1 0.121s 2025-08-04 08:45:08,238 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bfebd7e-b0ed-4818-b739-4369367d8e35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'' 2025-08-04 08:45:08,258 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/volu mes/80554d38-65d2-455e-9807-31b598b647f1 0.020s 2025-08-04 08:45:08,258 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a28d62-06cb-4197-88da-4e9e03e82feb', 'x-openstack-request-id': 'req-37a28d62-06cb-4197-88da-4e9e03e82feb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80554d38-65d2-455e-9807-31b598b647f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80554d38-65d2-455e-9807-31b598b647f1 could not be found."}}' 2025-08-04 08:45:08,259 99893 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-04 08:45:08,489 99893 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c 0.228s 2025-08-04 08:45:08,489 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01ee54cd-a82a-4371-a68a-7de198a9c88f', 'x-compute-request-id': 'req-01ee54cd-a82a-4371-a68a-7de198a9c88f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c'} Body: b'{"server": {"id": "050ef79f-3ec1-432e-aaac-34fdcb27722c", "name": "tempest-ServerActionsTestOtherA-server-2143659056", "status": "ACTIVE", "tenant_id": "0c172ad8f75e4447bb791ec82a66f222", "user_id": "2b4233d82587477e8c20ab925ebb512c", "metadata": {}, "hostId": "53d841f586c35a5a4362ed222ad293819ea00b63f0b63249f8ae7eb6", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:37:27Z", "updated": "2025-08-04T08:37:43Z", "addresses": {"tempest-ServerActionsTestOtherA-766043394-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}, {"version": 4, "addr": "172.24.4.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:ee:fc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/050ef79f-3ec1-432e-aaac-34fdcb27722c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1082708225", "OS-SRV-USG:launched_at": "2025-08-04T08:37:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1172720055"}], "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 7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:47:04,674 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.174s 2025-08-04 08:47:04,674 99893 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-1324189148"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c726e1df-9600-45f6-86e3-ea58cde4d01d', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c726e1df-9600-45f6-86e3-ea58cde4d01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "9703ec34-cde8-4df9-9855-5b54053a5ddc", "name": "tempest-GroupSnapshotsV319Test-volume-type-1324189148", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-04 08:47:04,706 99893 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.028s 2025-08-04 08:47:04,706 99893 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-16885456"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40352d20-ef5f-4534-a7c9-5616279de403', 'content-length': '183', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40352d20-ef5f-4534-a7c9-5616279de403', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "8327f457-90de-4994-ad39-e99802765774", "name": "tempest-GroupSnapshotsV319Test-group-type-16885456", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-04 08:47:04,915 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.206s 2025-08-04 08:47:04,915 99893 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": "8327f457-90de-4994-ad39-e99802765774", "volume_types": ["9703ec34-cde8-4df9-9855-5b54053a5ddc"], "name": "tempest-GroupSnapshotsV319Test-Group-1962597731"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8785e8ad-6c63-46af-a784-44190854d8d6', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8785e8ad-6c63-46af-a784-44190854d8d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9", "name": "tempest-GroupSnapshotsV319Test-Group-1962597731"}}' 2025-08-04 08:47:04,949 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 0.032s 2025-08-04 08:47:04,949 99893 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': 'Mon, 04 Aug 2025 08:47:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cbb04d-b2c3-4e31-99b4-31b288c3bdb0', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cbb04d-b2c3-4e31-99b4-31b288c3bdb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9'} Body: b'{"group": {"id": "7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-04T08:47:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1962597731", "description": null, "group_type": "8327f457-90de-4994-ad39-e99802765774", "volume_types": ["9703ec34-cde8-4df9-9855-5b54053a5ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:47:05,983 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 0.028s 2025-08-04 08:47:05,983 99893 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': 'Mon, 04 Aug 2025 08:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c493773-230d-4879-a04b-9a3765c66fee', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c493773-230d-4879-a04b-9a3765c66fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9'} Body: b'{"group": {"id": "7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9", "status": "error", "availability_zone": "nova", "created_at": "2025-08-04T08:47:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1962597731", "description": null, "group_type": "8327f457-90de-4994-ad39-e99802765774", "volume_types": ["9703ec34-cde8-4df9-9855-5b54053a5ddc"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-04 08:47:06,027 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.037s 2025-08-04 08:47:06,027 99893 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': 'Mon, 04 Aug 2025 08:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f7a5c4-06b5-47a4-a272-bd5a40c4b5d0', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f7a5c4-06b5-47a4-a272-bd5a40c4b5d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-04 08:47:06,102 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9/action 0.061s 2025-08-04 08:47:06,102 99893 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': 'Mon, 04 Aug 2025 08:47:06 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-451f7357-75de-4271-968c-6630ef7d8ba5', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9/action'} Body: b'' 2025-08-04 08:47:06,116 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 0.014s 2025-08-04 08:47:06,117 99893 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': 'Mon, 04 Aug 2025 08:47:06 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-f0c06c5d-7c04-4f5c-a003-97a0d5356698', 'x-openstack-request-id': 'req-f0c06c5d-7c04-4f5c-a003-97a0d5356698', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 7c5c1fbe-c9ba-4cbc-9439-b41ade0fefb9 could not be found."}}' 2025-08-04 08:47:06,149 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/8327f457-90de-4994-ad39-e99802765774 0.032s 2025-08-04 08:47:06,149 99893 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': 'Mon, 04 Aug 2025 08:47:06 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-5c3ea686-166b-43b7-86b8-d740d3f7422f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/8327f457-90de-4994-ad39-e99802765774'} Body: b'' 2025-08-04 08:47:06,194 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc 0.044s 2025-08-04 08:47:06,195 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27c264e-75f1-4c41-b6f8-f3894b46015f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc'} Body: b'' 2025-08-04 08:47:06,210 99893 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc 0.015s 2025-08-04 08:47:06,210 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d059727e-fe91-405b-bbde-b4f2c046921f', 'x-openstack-request-id': 'req-d059727e-fe91-405b-bbde-b4f2c046921f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/9703ec34-cde8-4df9-9855-5b54053a5ddc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 9703ec34-cde8-4df9-9855-5b54053a5ddc could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6d63788-0142-452c-b475-54cf7d059367 failed to build and is in ERROR status 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 b6dbf3cf-7383-476b-92be-28f69f48119a 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 4cdfb026-4e45-4bbb-bdf9-a7869090224a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:47:19,761 99893 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.458s 2025-08-04 08:47:19,761 99893 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-1341663823"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4231bd82-ae50-4301-a2a7-6c8d2b6893d9', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4231bd82-ae50-4301-a2a7-6c8d2b6893d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4cdfb026-4e45-4bbb-bdf9-a7869090224a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:19.696499", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1341663823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}], "user_id": "bddf67c980d640a2bfccef1de0682461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:47:19,810 99893 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/4cdfb026-4e45-4bbb-bdf9-a7869090224a 0.037s 2025-08-04 08:47:19,811 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be788ec3-d8af-431e-9fc0-d814c0ce4065', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be788ec3-d8af-431e-9fc0-d814c0ce4065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a'} Body: b'{"volume": {"id": "4cdfb026-4e45-4bbb-bdf9-a7869090224a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1341663823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}], "user_id": "bddf67c980d640a2bfccef1de0682461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d66283b1deea4399873dd53f15bec366"}}' 2025-08-04 08:47:20,865 99893 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/4cdfb026-4e45-4bbb-bdf9-a7869090224a 0.041s 2025-08-04 08:47:20,866 99893 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08 :47:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e30f4ddf-6382-4391-8c7c-1df6d20045a1', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e30f4ddf-6382-4391-8c7c-1df6d20045a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a'} Body: b'{"volume": {"id": "4cdfb026-4e45-4bbb-bdf9-a7869090224a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": "2025-08-04T08:47:20.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1341663823", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4cdfb026-4e45-4bbb-bdf9-a7869090224a"}], "user_id": "bddf67c980d640a2bfccef1de0682461", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d66283b1deea4399873dd53f15bec366"}}' 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 4d70a692-ec95-4824-9220-37ca0dbd8dfe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:45:25,198 99905 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-04 08:45:25,198 99905 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-04 08:45:25,262 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2025-08-04 08:45:25,262 99905 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-1593438555", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKyjdkDnPLkzElta/yT0UQJS8eZAwf9H0f31sGyRcn5uU0TkRR4WlnsASGQbcqpAhXTAf+PSNjrA63A7iYlz8GZhVqYFnv+iGzsLtzhNw4XrBwze4K8vjhsc+Y0NK5FKYQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 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-5435bbb5-72e9-41fe-97bd-e397b66e76c5', 'x-compute-request-id': 'req-5435bbb5-72e9-41fe-97bd-e397b66e76c5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1593438555", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKyjdkDnPLkzElta/yT0UQJS8eZAwf9H0f31sGyRcn5uU0TkRR4WlnsASGQbcqpAhXTAf+PSNjrA63A7iYlz8GZhVqYFnv+iGzsLtzhNw4XrBwze4K8vjhsc+Y0NK5FKYQ==", "fingerprint": "f7:2a:df:f1:2d:34:4d:5b:c2:38:45:0f:85:a9:b6:49", "user_id": "8e3334c2a607456d9353203187477aa7"}}' 2025-08-04 08:45:25,264 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1593438555 created 2025-08-04 08:45:25,482 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.217s 2025-08-04 08:45:25,482 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--410811901", "description": "tempest-description--1611019985"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-76726170-a8bf-4fd8-be7a-376a5627675f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "name": "tempest-securitygroup--410811901", "stateful": true, "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "description": "tempest-description--1611019985", "shared": false, "security_group_rules": [{"id": "9949bced-58cf-4bbd-8f8e-92d8e4887eea", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "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": 1108, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}, {"id": "9d63df63-f3ec-4609-9be7-8680de9c8f84", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "etherty pe": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1109, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:45:25,690 99905 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-04 08:45:25,690 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5890bb88-7206-4cc2-befb-2dae724b48f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ff13d450-621a-461d-8c11-c82f9265ccde", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "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-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}}' 2025-08-04 08:45:25,888 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.197s 2025-08-04 08:45:25,889 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-737edaf4-9383-4a91-8ea5-7c22473cd2d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90da241f-7b28-40c8-bb30-49e9bdc887d1", "project_id": "45a2388b7ff3488a89a99f9181854c83", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "security_group_id": "ae21ca87-1d3d-482a-8aa8-23ced351f1d1", "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-04T08:45:25Z", "updated_at": "2025-08-04T08:45:25Z", "revision_number": 0}}' 2025-08-04 08:45:25,889 99905 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--410811901 created 2025-08-04 08:45:26,777 99905 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.887s 2025-08-04 08:45:26,777 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': ' application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-11c77a67-8a8d-436d-b815-2dda7a9cf9e3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.29", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "45a2388b7ff3488a89a99f9181854c83", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:45:26Z", "updated_at": "2025-08-04T08:45:26Z", "revision_number": 0}}' 2025-08-04 08:45:26,777 99905 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.29', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:45:26Z', 'updated_at': '2025-08-04T08:45:26Z', 'revision_number': 0, 'ip': '172.24.4.29'} created 2025-08-04 08:45:26,906 99905 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.123s 2025-08-04 08:45:26,906 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:26 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-2f708331-6df2-46fc-af05-ebec01fcdcd6', '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": "8e3334c2a607456d9353203187477aa7", "name": "tempest-AttachVolumeShelveTestJSON-215015910-project-member", "password_expires_at": null}, "audit_ids": ["gZCxnq3lT0KrsLKywNOjLw"], "expires_at": "2025-08-04T09:45:26.000000Z", "issued_at": "2025-08-04T08:45:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45a2388b7ff3488a89a99f9181854c83", "name": "tempest-AttachVolumeShelveTestJSON-215015910"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10. 0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/45a2388b7ff3488a89a99f9181854c83", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:45:26,907 99905 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'f31e99c3-e0c8-43d8-a8e4-b563775bc40d', 'name': 'tempest-AttachVolumeShelveTestJSON-1058339550-network', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48035, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:42:31Z', 'updated_at': '2025-08-04T08:42:31Z', 'revision_number': 1} available for tenant 2025-08-04 08:45:26,907 99905 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1593438555', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKyjdkDnPLkzElta/yT0UQJS8eZAwf9H0f31sGyRcn5uU0TkRR4WlnsASGQbcqpAhXTAf+PSNjrA63A7iYlz8GZhVqYFnv+iGzsLtzhNw4XrBwze4K8vjhsc+Y0NK5FKYQ==', 'fingerprint': 'f7:2a:df:f1:2d:34:4d:5b:c2:38:45:0f:85:a9:b6:49', 'user_id': '8e3334c2a607456d9353203187477aa7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDWnWe8d7Fg6IGcfYMW/fDvIMnAG3yx7wXq61pFLeTrp2eg6FAd0Hn3\nDNeoPEgpnWmgBwYFK4EEACKhZANiAASso3ZA5zy5MxJbWv8k9FECUvHmQMH/R9H9\n9bBskXJ+blNE5EUeFpZ7AEhkG3KqQIV0wH/j0jY6wOtwO4mJc/BmYVamBZ7/ohs7\nC7c4TcOF6wcM3uCvL44bHPmNDSuRSmE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ae21ca87-1d3d-482a-8aa8-23ced351f1d1', 'name': 'tempest-securitygroup--410811901', 'stateful': True, 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'description': 'tempest-description--1611019985', 'shared': False, 'security_group_rules': [{'id': '9949bced-58cf-4bbd-8f8e-92d8e4887eea', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'ae21ca87-1d3d-482a-8aa8-23ced351f1d1', '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': 1108, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-04T08:45:25Z', 'updated_at': '2025-08-04T08:45:25Z', 'revision_number': 0}, {'id': '9d63df63-f3ec-4609-9be7-8680de9c8f84', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'security_group_id': 'ae21ca87-1d3d-482a-8aa8-23ced351f1d1', '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': 1109, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at' : '2025-08-04T08:45:25Z', 'updated_at': '2025-08-04T08:45:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-04T08:45:25Z', 'updated_at': '2025-08-04T08:45:25Z', 'revision_number': 1, 'project_id': '45a2388b7ff3488a89a99f9181854c83'}, 'floating_ip': {'id': 'ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8', 'tenant_id': '45a2388b7ff3488a89a99f9181854c83', 'floating_ip_address': '172.24.4.29', 'floating_network_id': '68f83318-1ba0-4259-8392-5465791b4ea5', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '45a2388b7ff3488a89a99f9181854c83', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-04T08:45:26Z', 'updated_at': '2025-08-04T08:45:26Z', 'revision_number': 0, 'ip': '172.24.4.29'}} 2025-08-04 08:45:27,671 99905 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.763s 2025-08-04 08:45:27,672 99905 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-1851791648", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d"}], "security_groups": [{"name": "tempest-securitygroup--410811901"}], "key_name": "tempest-keypair-1593438555", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9', '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-42722f5a-ccf4-404a-8eb4-61d39bdcb0c7', 'x-compute-request-id': 'req-42722f5a-ccf4-404a-8eb4-61d39bdcb0c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--410811901"}], "adminPass": "password"}}' 2025-08-04 08:45:27,745 99905 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/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.071s 2025-08-04 08:45:27,746 99905 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': 'Mon, 04 Aug 2025 08:45:27 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-2face6d2-0bfc-441a-97fd-fdcba1ba1a72', 'x-compute-request-id': 'req-2face6d2-0bfc-441a-97fd-fdcba1ba1a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "name": "tempest-AttachVolumeShelveTestJSON-server-1851791648", "status": "BUILD", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2a 607456d9353203187477aa7", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:45:28Z", "updated": "2025-08-04T08:45:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1593438555", "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-04 08:46:18,119 99905 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/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.303s 2025-08-04 08:46:18,120 99905 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': 'Mon, 04 Aug 2025 08:46:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87fc7cb0-e7c1-4586-b44b-81e2422ada94', 'x-compute-request-id': 'req-87fc7cb0-e7c1-4586-b44b-81e2422ada94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "name": "tempest-AttachVolumeShelveTestJSON-server-1851791648", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:45:27Z", "updated": "2025-08-04T08:45:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:f4:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1593438555", "OS-SRV-USG:launched_at": "2025-08-04T08:45:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--410811901"}], "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-04 08:46:18,137 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-04 08:47:18,488 99905 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/2f877e2f-5 a25-4a72-90ed-a34bb8e525f9/os-interface 0.292s 2025-08-04 08:47:18,489 99905 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': 'Mon, 04 Aug 2025 08:47:18 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-adad50b7-0460-47de-b22a-5b9e7c9711e9', 'x-compute-request-id': 'req-adad50b7-0460-47de-b22a-5b9e7c9711e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "port_id": "683665e0-66ed-40db-b43f-28db94024448", "mac_addr": "fa:16:3e:cf:f4:07", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dab9aa78-1be2-479a-a237-8bfb0d9bc350", "ip_address": "10.0.0.13"}]}]}' 2025-08-04 08:47:19,548 99905 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/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8 1.053s 2025-08-04 08:47:19,548 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "683665e0-66ed-40db-b43f-28db94024448"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c1203743-b962-491b-851a-e825bb18a2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8'} Body: b'{"floatingip": {"id": "ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8", "tenant_id": "45a2388b7ff3488a89a99f9181854c83", "floating_ip_address": "172.24.4.29", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "7c240695-c6d1-4d40-a8ab-c7b16151b71e", "port_id": "683665e0-66ed-40db-b43f-28db94024448", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f31e99c3-e0c8-43d8-a8e4-b563775bc40d", "mac_address": "fa:16:3e:cf:f4:07", "admin_state_up": true, "status": "ACTIVE", "device_id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:45:26Z", "updated_at": "2025-08-04T08:47:18Z", "revision_number": 1, "project_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:47:19,549 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.29:22' as 'cirros' with public key authentication 2025-08-04 08:47:19,561 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:47:19,665 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:47:19,666 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.29 successfully created 2025-08-04 08:47:19,711 99905 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/2f877e2f-5a25-4a72-90ed-a34bb8e525f9/ips 0.044s 2025-08-04 08:47:19,711 99905 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': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-ver sion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-883b3205-683c-4b59-a713-331a2de84374', 'x-compute-request-id': 'req-883b3205-683c-4b59-a713-331a2de84374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-04 08:47:19,905 99905 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.191s 2025-08-04 08:47:19,905 99905 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-1928336962"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb6b192-2faa-45ba-87a6-782085c61c13', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb6b192-2faa-45ba-87a6-782085c61c13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4d70a692-ec95-4824-9220-37ca0dbd8dfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:19.842438", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1928336962", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:47:19,955 99905 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/4d70a692-ec95-4824-9220-37ca0dbd8dfe 0.038s 2025-08-04 08:47:19,956 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e395434-953d-4d17-a928-ed9ad10b1d15', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e395434-953d-4d17-a928-ed9ad10b1d15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe'} Body: b'{"volume": {"id": "4d70a692-ec95-4824-9220-37ca0dbd8dfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1928336962", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08 -04 08:47:21,011 99905 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/4d70a692-ec95-4824-9220-37ca0dbd8dfe 0.039s 2025-08-04 08:47:21,011 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8c34df-0592-43fd-9380-48967fadc9f2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8c34df-0592-43fd-9380-48967fadc9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe'} Body: b'{"volume": {"id": "4d70a692-ec95-4824-9220-37ca0dbd8dfe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:47:20.000000", "updated_at": "2025-08-04T08:47:20.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1928336962", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4d70a692-ec95-4824-9220-37ca0dbd8dfe"}], "user_id": "8e3334c2a607456d9353203187477aa7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45a2388b7ff3488a89a99f9181854c83"}}' 2025-08-04 08:47:21,160 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.133s 2025-08-04 08:47:21,160 99905 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': 'Mon, 04 Aug 2025 08:47:21 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-15f5deef-90c0-492c-b03b-e3d9e8fe194c', 'x-compute-request-id': 'req-15f5deef-90c0-492c-b03b-e3d9e8fe194c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'' 2025-08-04 08:47:21,405 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.244s 2025-08-04 08:47:21,405 99905 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': 'Mon, 04 Aug 2025 08:47:21 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-9952cfdf-c6c0-40fd-acef-38a27b39b25f', 'x-compute-request-id': 'req-9952cfdf-c6c0-40fd-acef-38a27b39b25f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"server": {"id": "2f877e2f-5a25-4a72-90ed-a34bb8e525f9", "name": "tempest-AttachVolumeShelveTestJSON-server-1851791648", "status": "ACTIVE", "tenant_id": "45a2388b7ff3488a89a99f9 181854c83", "user_id": "8e3334c2a607456d9353203187477aa7", "metadata": {}, "hostId": "bf0d4e4715d8b1b4c041861d2bf6ab865d5c08f0ff37741d86b6ad2b", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:45:27Z", "updated": "2025-08-04T08:47:21Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1058339550-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:f4:07"}, {"version": 4, "addr": "172.24.4.29", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:f4:07"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1593438555", "OS-SRV-USG:launched_at": "2025-08-04T08:45:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--410811901"}], "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-04 08:48:11,705 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9 0.233s 2025-08-04 08:48:11,705 99905 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': 'Mon, 04 Aug 2025 08:48:11 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-88b9869f-35fe-4f3f-a32f-1771b9415d5e', 'x-compute-request-id': 'req-88b9869f-35fe-4f3f-a32f-1771b9415d5e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2f877e2f-5a25-4a72-90ed-a34bb8e525f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2f877e2f-5a25-4a72-90ed-a34bb8e525f9 could not be found."}}' 2025-08-04 08:48:11,742 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1593438555 0.036s 2025-08-04 08:48:11,742 99905 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': 'Mon, 04 Aug 2025 08:48:11 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-cb2d5fb9-f06a-4043-bd01-25c7714023de', 'x-compute-request-id': 'req-cb2d5fb9-f06a-4043-bd01-25c7714023de', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1593438555'} Body: b'' 2025-08-04 08:48:11,938 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1 0.195s 2025-08-04 08:48:11,938 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-86481ac6-2cc4-4d0d-8073-d50a5fb9f9c6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1'} Body: b'' 2025-08-04 08:48:11,957 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1 0.018s 2025-08-04 08:48:11,957 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-87fb46aa-6e26-4016-abad-0e62d418d98f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae21ca87-1d3d-482a-8aa8-23ced351f1d1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ae21ca87-1d3d-482a-8aa8-23ced351f1d1 does not exist", "detail": ""}}' 2025-08-04 08:48:12,334 99905 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8 0.376s 2025-08-04 08:48:12,334 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f7e8fc4d-133d-4886-a874-e8e00ef9b075', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ed0ef9eb-3073-4de6-899d-fc2f32ecf5d8'} Body: b'' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 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 3f254cba-2822-475c-ab03-3ff6737e7687 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:48:17,486 99905 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.513s 2025-08-04 08:48:17,486 99905 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-1836332531", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3f254cba-2822-475c-ab03-3ff6737e7687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89bd21be-6e75-4f0d-be3b-12ffc6732ac7', 'x-compute-request-id': 'req-89bd21be-6e75-4f0d-be3b-12ffc6732ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3f254cba-2822-475c-ab03-3ff6737e7687", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:48:17.355256", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1836332531", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-04 08:48:17,545 99905 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/3f254cba-2822-475c-ab03-3ff6737e7687 0.053s 2025-08-04 08:48:17,545 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3b5a86f-b1c1-4239-80d1-24e6c334e333', 'x-compute-request-id': 'req-b3b5a86f-b1c1-4239-80d1-24e6c334e333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3f254cba-2822-475c-ab03-3ff6737e7687'} Body: b'{"volume": {"id": "3f254cba-2822-475c-ab03-3ff6737e7687", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:48:17.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1836332531", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-04 08:48:18,610 99905 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/3f254cba-2822-475c-ab03-3ff6737e7687 0.058s 2025-08-04 08:48:18,611 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa42d499-9f88-4232-82ce-cbb497e44d83', 'x-compute-request-id': 'req-aa42d499-9f88-4232-82ce-cbb497e44d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3f254cba-2822-475c-ab03-3ff6737e7687'} Body: b'{"volume": {"id": "3f254cba-2822-475c-ab03-3ff6737e7687", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-04T08:48:17.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1836332531", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:46:19,729 99909 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-04 08:46:20,429 99909 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.697s 2025-08-04 08:46:20,429 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--600603086", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1892b72d-341c-483e-8cba-063f0311273f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0ad6c596-4d58-4661-9fe5-97cadd965a57', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--600603086", "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": "44b566f25dc84fcf8ec1248c9fa00da5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1892b72d-341c-483e-8cba-063f0311273f", "created_at": "2025-08-04T08:46:20Z", "updated_at": "2025-08-04T08:46:20Z", "tags": [], "self": "/v2/images/1892b72d-341c-483e-8cba-063f0311273f", "file": "/v2/images/1892b72d-341c-483e-8cba-063f0311273f/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:46:21,782 99909 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/1892b72d-341c-483e-8cba-063f0311273f/file 1.351s 2025-08-04 08:46:21,782 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-564c6a7d-e727-40a0-9d3b-e8555e248fa0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1892b72d-341c-483e-8cba-063f0311273f/file'} Body: b'' 2025-08-04 08:46:21,783 99909 DEBUG [tempest.scenario.manager] image:1892b72d-341c-483e-8cba-063f0311273f 2025-08-04 08:46:21,834 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2025-08-04 08:46:21,834 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1857225166", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPqC6incUrvPOjba3ptW6XmYfD4AyhHXkMIIYmPdyOA0fHmZXCiwcDIVxDWPV8B28939U5yMJQ30Kv07/39CgZR0wQ9zjngVYEGQCS25feeTjCoY6Oe7o+KS90r3/2qrFQ=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:21 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-04af0f63-d4de-4238-942f-b0bc3b1ee81a', 'x-compute-request-id': 'req-04af0f63-d4de-4238-942f-b0bc3b1ee81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1857225166", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPqC6incUrvPOjba3ptW6XmYfD4AyhHXkMIIYmPdyOA0fHmZXCiwcDIVxDWPV8B28939U5yMJQ30Kv07/39CgZR0wQ9zjngVYEGQCS25feeTjCoY6Oe7o+KS90r3/2qrFQ==", "fingerprint": "74:71:26:30:24:fa:eb:5b:08:1d:42:ed:c9:8e:94:c6", "user_id": "e014e37dff344e7b813c7097024e215f"}}' 2025-08-04 08:46:21,891 99909 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.048s 2025-08-04 08:46:21,891 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:21 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-e16fb6b7-281a-48f6-bb7f-945a2908edc1', '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": "e014e37dff344e7b813c7097024e215f", "name": "tempest-TestMinimumBasicScenario-188700274-project-member", "password_expires_at": null}, "audit_ids": ["ckgM9MvIQaOMF7XOIhLcHQ"], "expires_at": "2025-08-04T09:46:21.000000Z", "issued_at": "2025-08-04T08:46:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44b566f25dc84fcf8ec1248c9fa00da5", "name": "tempest-TestMinimumBasicScenario-188700274"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/44b566f25dc84fcf8ec1248c9fa00da5", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:46:21,892 99909 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '4018946c-3854-485f-b6af-eb1029ccff33', 'name': 'tempest-TestMinimumBasicScenario-1297647040-network', 'tenant_id': '44b566f25dc84fcf8ec1 248c9fa00da5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '44b566f25dc84fcf8ec1248c9fa00da5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21677, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:46:05Z', 'updated_at': '2025-08-04T08:46:05Z', 'revision_number': 1} available for tenant 2025-08-04 08:46:22,389 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.496s 2025-08-04 08:46:22,390 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1225871689", "imageRef": "1892b72d-341c-483e-8cba-063f0311273f", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "networks": [{"uuid": "4018946c-3854-485f-b6af-eb1029ccff33"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b96efee2-2f49-4d52-a6e7-2ab23290e253', 'x-compute-request-id': 'req-b96efee2-2f49-4d52-a6e7-2ab23290e253', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Dhmx69mFX3X9"}}' 2025-08-04 08:46:22,456 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.063s 2025-08-04 08:46:22,456 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-229cddb4-2bb1-4701-88fd-f3046de0d3bc', 'x-compute-request-id': 'req-229cddb4-2bb1-4701-88fd-f3046de0d3bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "BUILD", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "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-04 08:47:12,871 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.351s 2025-08-04 08:47:12,872 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:47:12 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-89eba1f6-e1a1-4c4a-9832-6d3cb222aa50', 'x-compute-request-id': 'req-89eba1f6-e1a1-4c4a-9832-6d3cb222aa50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:47:12,903 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:48:13,223 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.266s 2025-08-04 08:48:13,224 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:12 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-open stack-request-id': 'req-22b5b51b-2b0d-43fe-9a64-1bdd8091a3d5', 'x-compute-request-id': 'req-22b5b51b-2b0d-43fe-9a64-1bdd8091a3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:48:13,315 99909 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.075s 2025-08-04 08:48:13,316 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4e38e05-912a-4660-b741-248edacc0760', 'x-compute-request-id': 'req-c4e38e05-912a-4660-b741-248edacc0760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}]}]}' 2025-08-04 08:48:13,478 99909 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/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.158s 2025-08-04 08:48:13,478 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 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-687dab77-57e6-4875-bcad-6cfaeb3ca557', 'x-compute-request-id': 'req-687dab77-57e6-4875-bcad-6cfaeb3ca557', 'connection': 'close', 'st atus': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:46:37Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:48:13,687 99909 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.192s 2025-08-04 08:48:13,687 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1965402595", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28489f79-ad10-41b3-8d54-17bdbad2ca7e', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28489f79-ad10-41b3-8d54-17bdbad2ca7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:13.631170", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1965402595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:48:13,737 99909 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/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.037s 2025-08-04 08:48:13,738 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comput e-request-id': 'req-a1dd1445-7b5e-458b-98a6-1ea6abb2856b', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1dd1445-7b5e-458b-98a6-1ea6abb2856b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'{"volume": {"id": "8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:14.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1965402595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:48:14,827 99909 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/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.075s 2025-08-04 08:48:14,827 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b511c35e-3ea3-42ba-ab1b-70e294f164a0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b511c35e-3ea3-42ba-ab1b-70e294f164a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'{"volume": {"id": "8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:14.000000", "updated_at": "2025-08-04T08:48:14.000000", "name": "tempest-TestMinimumBasicScenario-volume-1965402595", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:48:14,976 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.130s 2025-08-04 08:48:14,977 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48: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-fa4b001e-37ae-4a1e-bf4a-a5efeece405b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'' 2025-08-04 08:48:15,000 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8eb1 fdd3-6c4d-4d6d-8854-b3d8cbac5b4b 0.023s 2025-08-04 08:48:15,000 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48: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-8da4a390-24a9-40f2-82c0-68d223d5b58b', 'x-openstack-request-id': 'req-8da4a390-24a9-40f2-82c0-68d223d5b58b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8eb1fdd3-6c4d-4d6d-8854-b3d8cbac5b4b could not be found."}}' 2025-08-04 08:48:15,116 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.115s 2025-08-04 08:48:15,117 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:15 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-8979f8dd-49b5-481b-917d-4a3127d09648', 'x-compute-request-id': 'req-8979f8dd-49b5-481b-917d-4a3127d09648', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'' 2025-08-04 08:48:15,566 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.449s 2025-08-04 08:48:15,567 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:15 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-2723f131-323d-4d8c-96d7-612f65677076', 'x-compute-request-id': 'req-2723f131-323d-4d8c-96d7-612f65677076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"server": {"id": "782904bc-0c08-4db0-ad6b-d36dbd7883b7", "name": "tempest-TestMinimumBasicScenario-server-1225871689", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "1892b72d-341c-483e-8cba-063f0311273f", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1892b72d-341c-483e-8cba-063f0311273f"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:46:22Z", "updated": "2025-08-04T08:48:15Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:40:a2:a4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive" : "", "key_name": "tempest-TestMinimumBasicScenario-1857225166", "OS-SRV-USG:launched_at": "2025-08-04T08:46:37.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-04 08:49:05,668 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7 0.040s 2025-08-04 08:49:05,668 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49: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-98a803d1-f6de-4a27-9424-6620d4f04a19', 'x-compute-request-id': 'req-98a803d1-f6de-4a27-9424-6620d4f04a19', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/782904bc-0c08-4db0-ad6b-d36dbd7883b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 782904bc-0c08-4db0-ad6b-d36dbd7883b7 could not be found."}}' 2025-08-04 08:49:05,702 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1857225166 0.032s 2025-08-04 08:49:05,702 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49: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-f660f15d-787a-4bce-a42f-f7d4231dfbbf', 'x-compute-request-id': 'req-f660f15d-787a-4bce-a42f-f7d4231dfbbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1857225166'} Body: b'' 2025-08-04 08:49:05,807 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1892b72d-341c-483e-8cba-063f0311273f 0.104s 2025-08-04 08:49:05,807 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-96fa4b9c-fc44-43fc-a77d-9a3921f84bd1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1892b72d-341c-483e-8cba-063f0311273f'} Body: b'' 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 4e9ae93a-98b7-4ab5-8cf6-b9d6788369be failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:48:38,345 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.248s 2025-08-04 08:48:38,345 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-34894796", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKlo+6OSsa/asQVMrtR4hp6kUclwz0TjhryF+LI6geoPqzlfdOmSEhWC4Mu5oqsVGRtTc79oySs4fA/vgCqa0uuczSp+dGj3xP4JYMTAz9BqxpBRhhPjX223zWKaURJLtA=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '393', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82f6031e-9b4e-47d2-8b58-80014c59e396', 'x-compute-request-id': 'req-82f6031e-9b4e-47d2-8b58-80014c59e396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-34894796", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKlo+6OSsa/asQVMrtR4hp6kUclwz0TjhryF+LI6geoPqzlfdOmSEhWC4Mu5oqsVGRtTc79oySs4fA/vgCqa0uuczSp+dGj3xP4JYMTAz9BqxpBRhhPjX223zWKaURJLtA==", "fingerprint": "db:87:b0:21:35:83:d1:c9:29:57:a2:99:fd:ad:10:cd", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7"}}' 2025-08-04 08:48:38,576 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.228s 2025-08-04 08:48:38,576 99905 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-1831889368", "description": "tempest-secgroup-smoke-1831889368 description", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-b177d96c-48de-4591-b130-e217f3e816c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "name": "tempest-secgroup-smoke-1831889368", "stateful": true, "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "description": "tempest-secgroup-smoke-1831889368 description", "shared": false, "security_group_rules": [{"id": "5301519c-1a4e-4b99-881d-285e7e33bec5", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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": 1270, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}, {"id": "df85f099-247a-4630-a0a8-b79181599115", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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": 1271, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}], "tags": [], "created_at": "2025 -08-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 1, "project_id": "b0258fa4ce7b48e5a76b3d63ef032420"}}' 2025-08-04 08:48:38,771 99905 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.194s 2025-08-04 08:48:38,772 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-966fdb08-cf34-403d-99b0-5e319f4a9ecd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e054672-32c4-43ae-be11-9eb738b3fd26", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}}' 2025-08-04 08:48:38,984 99905 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.212s 2025-08-04 08:48:38,985 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-bfa4fc15-0e6d-4467-852e-184707e96459', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "88185c40-3fac-4911-ba20-8bc22a585ef8", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:38Z", "updated_at": "2025-08-04T08:48:38Z", "revision_number": 0}}' 2025-08-04 08:48:39,225 99905 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.239s 2025-08-04 08:48:39,225 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7259634d-c9c9-4c85-9816-9569b888d019', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "883b049c-94b6-4844-98f5-e47d42eba1b5", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:39,426 99905 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.200s 2025-08-04 08:48:39,427 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-2c00cf86-588b-42fa-af62-ee45906a2054', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2233d606-6e25-4bc9-b9f0-17c2498999f4", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:39,733 99905 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.305s 2025-08-04 08:48:39,733 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-9917387a-76ca-4e96-aabc-11b4212053d0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "394b3b64-9e33-4900-9f93-76088d629209", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:39,979 99905 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.245s 2025-08-04 08:48:39,980 99905 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-5822483b-23b3-44e0-a2a4-004922b8c278', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "46587204-c1a8-49b4-aefd-91c71723ca33", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "security_group_id": "e92e58db-fd11-48b3-b2d5-b00f98112c83", "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-04T08:48:39Z", "updated_at": "2025-08-04T08:48:39Z", "revision_number": 0}}' 2025-08-04 08:48:40,214 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.232s 2025-08-04 08:48:40,214 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-107203045", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8fd998-e1de-41f6-9141-153f3356621e', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8fd998-e1de-41f6-9141-153f3356621e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4e9ae93a-98b7-4ab5-8cf6-b9d6788369be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:40.155536", "updated_at": null, "name": "tempest-TestStampPattern-volume-107203045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}], "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:48:40,285 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.051s 2025-08-04 08:48:40,285 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:40 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-366d06f0-837b-4529-bb5b-9e2d7968de97', '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": "92cf8470a2f441aea2c845aa8b0c31f7", "name": "tempest-TestStampPattern-588254041-project-member", "password_expires_at": null}, "audit_ids": ["gy95iSyeTvuZ_d0nO7DS nA"], "expires_at": "2025-08-04T09:48:40.000000Z", "issued_at": "2025-08-04T08:48:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b0258fa4ce7b48e5a76b3d63ef032420", "name": "tempest-TestStampPattern-588254041"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b0258fa4ce7b48e5a76b3d63ef032420", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:48:40,286 99905 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '0a2c319c-62e8-420e-a8a3-97ae74219e91', 'name': 'tempest-TestStampPattern-1100148527-network', 'tenant_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37343, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:48:24Z', 'updated_at': '2025-08-04T08:48:24Z', 'revision_number': 1} available for tenant 2025-08-04 08:48:40,982 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.695s 2025-08-04 08:48:40,982 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-2112470721", "imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-34894796", "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "networks": [{"uuid": "0a2c319c-62e8-420e-a8a3-97ae74219e91"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-ope nstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2523f39a-f0bb-44b0-9020-2939305a156b', 'x-compute-request-id': 'req-2523f39a-f0bb-44b0-9020-2939305a156b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "adminPass": "htCLfXDnN9nu"}}' 2025-08-04 08:48:41,068 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.083s 2025-08-04 08:48:41,069 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:48:40 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-2235b32b-1eef-46aa-80b0-0f56a6ea7c95', 'x-compute-request-id': 'req-2235b32b-1eef-46aa-80b0-0f56a6ea7c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-TestStampPattern-server-2112470721", "status": "BUILD", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:41Z", "updated": "2025-08-04T08:48:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "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-04 08:49:31,322 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.210s 2025-08-04 08:49:31,322 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b41704bb-931c-4872-930e-231c51792e76', 'x-compute-request-id': 'req-b41704bb-931c-4872-930e-231c51792e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-T estStampPattern-server-2112470721", "status": "ACTIVE", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "69ce0fea6c6c497b9692caa28903bf1246b3161246c2b6c668608365", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:40Z", "updated": "2025-08-04T08:48:56Z", "addresses": {"tempest-TestStampPattern-1100148527-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "OS-SRV-USG:launched_at": "2025-08-04T08:48:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "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-04 08:49:31,350 99905 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:50:31,675 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.313s 2025-08-04 08:50:31,676 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc23a211-adf1-4e32-b457-81ef5f3464a4', 'x-compute-request-id': 'req-fc23a211-adf1-4e32-b457-81ef5f3464a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-TestStampPattern-server-2112470721", "status": "ACTIVE", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "69ce0fea6c6c497b9692caa28903bf1246b3161246c2b6c668608365", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:40Z", "updated": "2025-08-04T08:48:56Z", "addresses": {"tempest-TestStampPattern-1100148527-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "OS-SRV-USG:launched_at": "2025-08-04T08:48:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "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-04 08:50:31,784 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7 0.094s 2025-08-04 08:50:31,785 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-11dededf-f9f2-4af4-9dbd-d1eb4ecebd1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"ports":[{"id":"9e717ff2-031b-49a6-a6ea-72fe80b8e453","name":"","network_id":"0a2c319c-62e8-420e-a8a3-97ae74219e91","tenant_id":"b0258fa4ce7b48e5a76b3d63ef032420","mac_address":"fa:16:3e:24:c7:c6","admin_state_up":true,"status":"ACTIVE","device_id":"95ccaad7-44d5-459c-a566-7970f37135a7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"d663fc9e-698c-49ef-9692-f8808120d752","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["e92e58db-fd11-48b3-b2d5-b00f98112c83"],"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-04T08:48:45Z","updated_at":"2025-08-04T08:48:53Z","revision_number":5,"project_id":"b0258fa4ce7b48e5a76b3d63ef032420"}]}' 2025-08-04 08:50:31,785 99905 DEBUG [tempest.common.waiters] Server ID 95ccaad7-44d5-459c-a566-7970f37135a7 ports are all ACTIVE [{'id': '9e717ff2-031b-49a6-a6ea-72fe80b8e453', 'name': '', 'network_id': '0a2c319c-62e8-420e-a8a3-97ae74219e91', 'tenant_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'mac_address': 'fa:16:3e:24:c7:c6', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '95ccaad7-44d5-459c-a566-7970f37135a7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'd663fc9e-698c-49ef-9692-f8808120d752', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['e92e58db-fd11-48b3-b2d5-b00f98112c83'], '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-04T08:48:45Z', 'updated_at': '2025-08-04T08:48:53Z', 'revision_number': 5, 'project_id': 'b0258fa4ce7b48e5a76b3d63ef032420'}]: 2025-08-04 08:50:31,868 99905 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=68f83318-1ba0-4259-8392-5465791b4ea5&port_id=9e717ff2-031b-49a6-a6ea-72fe80b8e453 0.082s 2025-08-04 08:50:31,868 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-6999aed3-be72-4fdf-b15a-02cf498b5284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=68f83318-1ba0-4259-8392-5465791b4ea5&port_id=9e717ff2-031b-49a6-a6ea-72fe80b8e453'} Body: b'{"floatingips": []}' 2025-08-04 08:50:31,916 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/n etworking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7 0.048s 2025-08-04 08:50:31,917 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-ad679e31-134a-40aa-bd9d-8cf5530640d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"ports":[{"id":"9e717ff2-031b-49a6-a6ea-72fe80b8e453","name":"","network_id":"0a2c319c-62e8-420e-a8a3-97ae74219e91","tenant_id":"b0258fa4ce7b48e5a76b3d63ef032420","mac_address":"fa:16:3e:24:c7:c6","admin_state_up":true,"status":"ACTIVE","device_id":"95ccaad7-44d5-459c-a566-7970f37135a7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"d663fc9e-698c-49ef-9692-f8808120d752","ip_address":"10.0.0.10"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["e92e58db-fd11-48b3-b2d5-b00f98112c83"],"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-04T08:48:45Z","updated_at":"2025-08-04T08:48:53Z","revision_number":5,"project_id":"b0258fa4ce7b48e5a76b3d63ef032420"}]}' 2025-08-04 08:50:31,917 99905 DEBUG [tempest.common.waiters] Server ID 95ccaad7-44d5-459c-a566-7970f37135a7 ports are all ACTIVE [{'id': '9e717ff2-031b-49a6-a6ea-72fe80b8e453', 'name': '', 'network_id': '0a2c319c-62e8-420e-a8a3-97ae74219e91', 'tenant_id': 'b0258fa4ce7b48e5a76b3d63ef032420', 'mac_address': 'fa:16:3e:24:c7:c6', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '95ccaad7-44d5-459c-a566-7970f37135a7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'd663fc9e-698c-49ef-9692-f8808120d752', 'ip_address': '10.0.0.10'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['e92e58db-fd11-48b3-b2d5-b00f98112c83'], '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-04T08:48:45Z', 'updated_at': '2025-08-04T08:48:53Z', 'revision_number': 5, 'project_id': 'b0258fa4ce7b48e5a76b3d63ef032420'}]: 2025-08-04 08:50:33,208 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.289s 2025-08-04 08:50:33,209 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "port_id": "9e717ff2-031b-49a6-a6ea-72fe80b8e453", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "fixed_ip_address": "10.0.0.10"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-0745d41a-ca6c-4ef2-bfe1-d3a0ad8266e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9b6a08e1-49df-4638-bf90-58ffb4cc4bfd", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "floating_ip_address": "172.24.4.112", "floating_network_id": "68f83318-1ba0-4259-8392-5465791b4ea5", "router_id": "1b473345-8eeb-4a6d-bc4a-24cb00acea84", "port_id": "9e717ff2-031b-49a6-a6ea-72fe80b8e453", "fixed_ip_address": "10.0.0.10", "status": "DOW N", "project_id": "b0258fa4ce7b48e5a76b3d63ef032420", "description": "", "port_details": {"name": "", "network_id": "0a2c319c-62e8-420e-a8a3-97ae74219e91", "mac_address": "fa:16:3e:24:c7:c6", "admin_state_up": true, "status": "ACTIVE", "device_id": "95ccaad7-44d5-459c-a566-7970f37135a7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-04T08:50:32Z", "updated_at": "2025-08-04T08:50:32Z", "revision_number": 0}}' 2025-08-04 08:50:33,211 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.112:22' as 'cirros' with public key authentication 2025-08-04 08:50:33,224 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:50:33,327 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:50:33,328 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.112 successfully created 2025-08-04 08:50:33,328 99905 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-04 08:50:33,328 99905 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.112:22' as 'cirros' with public key authentication 2025-08-04 08:50:33,331 99905 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-04 08:50:33,434 99905 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-04 08:50:33,435 99905 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.112 successfully created 2025-08-04 08:50:33,484 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.039s 2025-08-04 08:50:33,484 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5830beba-6f3d-4fb8-baa6-91a138a3f316', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5830beba-6f3d-4fb8-baa6-91a138a3f316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'{"volume": {"id": "4e9ae93a-98b7-4ab5-8cf6-b9d6788369be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:40.000000", "updated_at": "2025-08-04T08:48:40.000000", "name": "tempest-TestStampPattern-volume-107203045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}], "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420"}}' 2025-08-04 08:50:34,547 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.046s 2025-08-04 08:50:34,547 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aab9b8e-f594-4013-80c9-c6dcf47be16b', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aab9b8e-f594-4013-80c9-c6dcf47be16b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'{"volume": {"id": "4e9ae93a-98b7-4ab5-8cf6-b9d6788369be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:48:40.000000", "updated_at": "2025-08-04T08:48:40.000000", "name": "tempest-TestStampPattern-volume-107203045", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be"}], "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420"}}' 2025-08-04 08:50:35,168 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9b6a08e1-49df-4638-bf90-58ffb4cc4bfd 0.606s 2025-08-04 08:50:35,168 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-20c5a5e7-ca40-45e1-98f2-400575defba9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9b6a08e1-49df-4638-bf90-58ffb4cc4bfd'} Body: b'' 2025-08-04 08:50:35,292 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.123s 2025-08-04 08:50:35,292 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1012003-6da0-408c-ae09-75f57777ddd6', 'x-compute-request-id': 'req-e1012003-6da0-408c-ae09-75f57777ddd6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'' 2025-08-04 08:50:35,506 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.213s 2025-08-04 08:50:35,506 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41944ac5-b47f-48b2-9732-ee4b77645da7', 'x-compute-request-id': 'req-41944ac5-b47f-48b2-9732-ee4b77645da7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"server": {"id": "95ccaad7-44d5-459c-a566-7970f37135a7", "name": "tempest-TestStampPattern-server-2112470721", "status": "ACTIVE", "tenant_id": "b0258fa4ce7b48e5a76b3d63ef032420", "user_id": "92cf8470a2f441aea2c845aa8b0c31f7", "metadata": {}, "hostId": "69ce0fea6c6c497b9692caa2890 3bf1246b3161246c2b6c668608365", "image": {"id": "2480d146-9f76-4f89-83ef-a7134086d19e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2480d146-9f76-4f89-83ef-a7134086d19e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:48:40Z", "updated": "2025-08-04T08:50:35Z", "addresses": {"tempest-TestStampPattern-1100148527-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}, {"version": 4, "addr": "172.24.4.112", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:c7:c6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/95ccaad7-44d5-459c-a566-7970f37135a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-34894796", "OS-SRV-USG:launched_at": "2025-08-04T08:48:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1831889368"}], "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-04 08:51:25,593 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7 0.056s 2025-08-04 08:51:25,593 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-094ce7d0-0846-450f-9f92-562991f57642', 'x-compute-request-id': 'req-094ce7d0-0846-450f-9f92-562991f57642', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/95ccaad7-44d5-459c-a566-7970f37135a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 95ccaad7-44d5-459c-a566-7970f37135a7 could not be found."}}' 2025-08-04 08:51:25,691 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.097s 2025-08-04 08:51:25,691 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-9e961794-cf7c-4022-8ef0-6ec6e6896c7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'' 2025-08-04 08:51:25,722 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be 0.030s 2025-08-04 08:51:25,722 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-f703a14a-41ad-4126-a8b8-db8e22e 2885c', 'x-openstack-request-id': 'req-f703a14a-41ad-4126-a8b8-db8e22e2885c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e9ae93a-98b7-4ab5-8cf6-b9d6788369be'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4e9ae93a-98b7-4ab5-8cf6-b9d6788369be could not be found."}}' 2025-08-04 08:51:26,018 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/e92e58db-fd11-48b3-b2d5-b00f98112c83 0.296s 2025-08-04 08:51:26,019 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1718e6f7-2f98-4009-8d78-9f4fa4c53c97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e92e58db-fd11-48b3-b2d5-b00f98112c83'} Body: b'' 2025-08-04 08:51:26,061 99905 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-34894796 0.042s 2025-08-04 08:51:26,061 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da16272e-0362-4f54-b8c8-7531f5484df9', 'x-compute-request-id': 'req-da16272e-0362-4f54-b8c8-7531f5484df9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-34894796'} Body: b'' 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 f905bdd3-be1d-489f-90ee-5ed27c066146 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:51:34,253 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.342s 2025-08-04 08:51:34,253 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-531074134"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f0538c6-27db-4c38-b352-9f7ac1aa7c18', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f0538c6-27db-4c38-b352-9f7ac1aa7c18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f905bdd3-be1d-489f-90ee-5ed27c066146", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.188938", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-531074134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:34,455 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.190s 2025-08-04 08:51:34,456 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1739243217"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da92f41c-f3ea-4e66-9afb-d482cccc1c7e', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da92f41c-f3ea-4e66-9afb-d482cccc1c7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bfa721b7-5b71-40c9-8f8a-9c2220181551", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.400075", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1739243217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bfa721b7-5b71-40c9-8f8a-9c2220181551"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bfa721b7-5b71-40c9-8f8a-9c2220181551"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:34,638 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.170s 2025-08-04 08:51:34,638 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-20493703 56"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b16ed1bc-8877-494a-ab18-7fffc673201a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b16ed1bc-8877-494a-ab18-7fffc673201a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "31e939aa-eff2-49fb-bfad-9c9723682a95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.584835", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2049370356", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/31e939aa-eff2-49fb-bfad-9c9723682a95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/31e939aa-eff2-49fb-bfad-9c9723682a95"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:34,817 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.167s 2025-08-04 08:51:34,818 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1469586733"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc421e6-b91a-4a70-855d-ad6083c53592', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc421e6-b91a-4a70-855d-ad6083c53592', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "432ba648-4914-4a0e-8888-814ac72ea4f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.762538", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1469586733", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/432ba648-4914-4a0e-8888-814ac72ea4f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/432ba648-4914-4a0e-8888-814ac72ea4f1"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:35,040 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.210s 2025-08-04 08:51:35,040 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2480d146-9f76-4f89-83ef-a7134086d19e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1717161570"}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1a40197-2c87-4abd-a73b-4d54c0c577eb', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1a40197-2c87-4abd-a73b-4d54c0c577eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "473ae4ba-01ef-4 dfe-aa1a-6ef9575a71c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.943841", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1717161570", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/473ae4ba-01ef-4dfe-aa1a-6ef9575a71c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/473ae4ba-01ef-4dfe-aa1a-6ef9575a71c3"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:35,090 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146 0.038s 2025-08-04 08:51:35,091 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa85373d-406f-446e-9ae4-4afd602ece6d', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa85373d-406f-446e-9ae4-4afd602ece6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146'} Body: b'{"volume": {"id": "f905bdd3-be1d-489f-90ee-5ed27c066146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.000000", "updated_at": "2025-08-04T08:51:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-531074134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}], "user_id": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b912ef2eb454ce8a4e626119303c46c"}}' 2025-08-04 08:51:36,145 99905 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146 0.040s 2025-08-04 08:51:36,145 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac0095c-40f1-41ff-9204-7f1194d13bf4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac0095c-40f1-41ff-9204-7f1194d13bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146'} Body: b'{"volume": {"id": "f905bdd3-be1d-489f-90ee-5ed27c066146", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:34.000000", "updated_at": "2025-08-04T08:51:34.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-531074134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f905bdd3-be1d-489f-90ee-5ed27c066146"}], "user_id ": "fa4ac1907610476893015f7e1999d6f9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0b912ef2eb454ce8a4e626119303c46c"}}' 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 78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:49:05,817 99909 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-04 08:49:06,396 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.575s 2025-08-04 08:49:06,396 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2044345618", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-86ff259a-2315-456d-8c04-d38b8f71d1bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2044345618", "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": "44b566f25dc84fcf8ec1248c9fa00da5", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "created_at": "2025-08-04T08:49:06Z", "updated_at": "2025-08-04T08:49:06Z", "tags": [], "self": "/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "file": "/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe/file", "schema": "/v2/schemas/image"}' 2025-08-04 08:49:07,575 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe/file 1.178s 2025-08-04 08:49:07,576 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f4ef4030-909d-48db-9dd7-0f52dfdb8608', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe/file'} Body: b'' 2025-08-04 08:49:07,576 99909 DEBUG [tempest.scenario.manager] image:e463e66b-60a1-4eaf-b3cc-ed00be9c38fe 2025-08-04 08:49:07,629 99909 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.050s 2025-08-04 08:49:07,629 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1378561889", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGCI2tknihgFEigj6JLNzbiwvJvWXjkP/VHRf9RNcnRSJsHfn8kJANPgrJruNVWCDw/jv9k+NmxEIendKbv3wrfs23lpX8LaxKjpyFcnHYIjchff6M4M1O36aroB0EiH9Q=="}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:07 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-d5fc3b5f-cf93-4cac-9873-e11ca07dedec', 'x-compute-request-id': 'req-d5fc3b5f-cf93-4cac-9873-e11ca07dedec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-137 8561889", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGCI2tknihgFEigj6JLNzbiwvJvWXjkP/VHRf9RNcnRSJsHfn8kJANPgrJruNVWCDw/jv9k+NmxEIendKbv3wrfs23lpX8LaxKjpyFcnHYIjchff6M4M1O36aroB0EiH9Q==", "fingerprint": "86:67:6a:17:a5:54:e4:35:d3:b8:8b:8e:bd:53:7a:ac", "user_id": "e014e37dff344e7b813c7097024e215f"}}' 2025-08-04 08:49:07,891 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2025-08-04 08:49:07,891 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49: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-eefa8f2d-1328-4159-b312-b0a224d11df6', '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": "e014e37dff344e7b813c7097024e215f", "name": "tempest-TestMinimumBasicScenario-188700274-project-member", "password_expires_at": null}, "audit_ids": ["n4p6E1pSRPev03QJQMgdkA"], "expires_at": "2025-08-04T09:49:07.000000Z", "issued_at": "2025-08-04T08:49:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "44b566f25dc84fcf8ec1248c9fa00da5", "name": "tempest-TestMinimumBasicScenario-188700274"}, "is_domain": false, "roles": [{"id": "d425bdb85c56441ea1e75f4141a88c87", "name": "member"}, {"id": "3f254a6eaebd479180751eebdfeb13e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "f4f9acd6ff4f43bc881ef1c552a37159", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "06e432873aaa4219801e1b25a35b2df5", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2843f546b71543e0aec513a42b09b3e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "711575338ac446cca5662b92e7e4d473", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "9e72b1177b7f4de1a5b3f5abc9ba94a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "821bcdb1021f4230a27ec743b19197a0", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6c6d2876a8724db697b24670413d09df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "94aa6ae3377e49278621a7aac600e9fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "fcd8923f1ade419b8b79a20593941b37", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "aa94a3c653eb43c3a72907535c3f7719", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2bcfc9afe81b4375b45c67886ad8768f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/44b566f25dc84fcf8ec1248c9fa00da5", "region": "RegionOne"}], "id": "bbdd6bf45b024fc29283f8e73cc83325", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e81e13d2c734449a9de616c1801ee8c3", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e4ab3e7105624c48a85d8a02dacae3f3", "type": "compute", "name": "nova"}]}}' 2025-08-04 08:49:07,892 99909 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '4018946c-3854-485f-b6af-eb1029ccff33', 'name': 'tempest-TestMinimumBasicScenario-1297647040-network', 'tenant_id': '44b566f25dc84fcf8ec1248c9fa00da5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '44b566f25dc84fcf8ec1248c9fa00da5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21677, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-04T08:46:05Z', 'updated_at': '2025-08-04T08:46:05Z', 'revision_number': 1} available for tenant 2025-08-04 08:49:08,399 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.506s 2025-08-04 08:49:08,399 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1100029459", "imageRef": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "networks": [{"uuid": "4018946c-3854-485f-b6af-eb1029ccff33"}]}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa64772d-fb52-4ec9-93cd-7719579f6b1a', 'x-compute-request-id': 'req-aa64772d-fb52-4ec9-93cd-7719579f6b1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wybgY4GPfNeG"}}' 2025-08-04 08:49:08,470 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.067s 2025-08-04 08:49:08,470 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c160a72d-7b9e-4d47-8a50-9080336ae363', 'x-compute-request-id': 'req-c160a72d-7b9e-4d47-8a50-9080336ae363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "BUILD", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT -AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "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-04 08:49:58,734 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.200s 2025-08-04 08:49:58,735 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:49:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afc21e01-b679-4e63-ba84-6850c0bc1b70', 'x-compute-request-id': 'req-afc21e01-b679-4e63-ba84-6850c0bc1b70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:49:58,750 99909 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-04 08:50:59,013 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.214s 2025-08-04 08:50:59,014 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b64049eb-92bc-4712-bb17-2270832e9746', 'x-compute-request-id': 'req-b64049eb-92bc-4712-bb17-2270832e9746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-46 36-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:50:59,309 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.281s 2025-08-04 08:50:59,310 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a826ff3f-6890-4d35-b159-f21a2bd5014b', 'x-compute-request-id': 'req-a826ff3f-6890-4d35-b159-f21a2bd5014b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}]}]}' 2025-08-04 08:50:59,516 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.202s 2025-08-04 08:50:59,516 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4d82ca5-66cb-4861-beea-7e7b2ed77116', 'x-compute-request-id': 'req-f4d82ca5-66cb-4861-beea-7e7b2ed77116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": " 92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:49:24Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:50:59,712 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-08-04 08:50:59,713 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-323051399", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a69c0f9f-5d16-4485-83d2-7ab821719d1d', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a69c0f9f-5d16-4485-83d2-7ab821719d1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:50:59.653153", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-323051399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:50:59,761 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.036s 2025-08-04 08:50:59,761 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dc58b35-67d3-4043-ba94-660f556c9eda', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dc58b35-67d3-4043-ba94-660f556c9eda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'{"volume": {"id": "78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:00.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-323051399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:51:00,811 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.035s 2025-08-04 08:51:00,812 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-135b0b80-d9d3-405a-a6a0-c38ee3cd7d35', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-135b0b80-d9d3-405a-a6a0-c38ee3cd7d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'{"volume": {"id": "78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:00.000000", "updated_at": "2025-08-04T08:51:00.000000", "name": "tempest-TestMinimumBasicScenario-volume-323051399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2"}], "user_id": "e014e37dff344e7b813c7097024e215f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5"}}' 2025-08-04 08:51:00,918 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.092s 2025-08-04 08:51:00,918 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d2b41a-d773-44db-b524-ef697c5a5085', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'' 2025-08-04 08:51:00,938 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 0.019s 2025-08-04 08:51:00,938 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id' : 'req-3b133c36-ed1d-4ef4-930d-e112f9ef0bdb', 'x-openstack-request-id': 'req-3b133c36-ed1d-4ef4-930d-e112f9ef0bdb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 78fd7dfa-d3d4-47a8-bce9-5cb48bbfe1b2 could not be found."}}' 2025-08-04 08:51:01,052 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.113s 2025-08-04 08:51:01,053 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-c97f5343-1e1e-4533-a9e5-02125c923f96', 'x-compute-request-id': 'req-c97f5343-1e1e-4533-a9e5-02125c923f96', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'' 2025-08-04 08:51:01,256 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.203s 2025-08-04 08:51:01,257 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:01 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-87145474-3d03-4cba-9b72-388a6e2d1ff0', 'x-compute-request-id': 'req-87145474-3d03-4cba-9b72-388a6e2d1ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"server": {"id": "045e9e1c-74b7-4636-abe6-dd73a2725999", "name": "tempest-TestMinimumBasicScenario-server-1100029459", "status": "ACTIVE", "tenant_id": "44b566f25dc84fcf8ec1248c9fa00da5", "user_id": "e014e37dff344e7b813c7097024e215f", "metadata": {}, "hostId": "92c2ce81d21440f957aff3b781d6fa174e3063baed1e2dd46ce52e89", "image": {"id": "e463e66b-60a1-4eaf-b3cc-ed00be9c38fe", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-04T08:49:08Z", "updated": "2025-08-04T08:51:01Z", "addresses": {"tempest-TestMinimumBasicScenario-1297647040-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:82:ea"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/045e9e1c-74b7-4636-abe6-dd73a2725999"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1378561889", "OS-SRV-USG:launched_at": "2025-08-04T08:49:23.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-04 08:51:51,506 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1 /servers/045e9e1c-74b7-4636-abe6-dd73a2725999 0.201s 2025-08-04 08:51:51,506 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-92ca2c64-1690-4d7c-9e91-3bdc16e0084e', 'x-compute-request-id': 'req-92ca2c64-1690-4d7c-9e91-3bdc16e0084e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/045e9e1c-74b7-4636-abe6-dd73a2725999'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 045e9e1c-74b7-4636-abe6-dd73a2725999 could not be found."}}' 2025-08-04 08:51:51,544 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1378561889 0.037s 2025-08-04 08:51:51,544 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-a0813787-7476-42d4-aa72-a3d91f458552', 'x-compute-request-id': 'req-a0813787-7476-42d4-aa72-a3d91f458552', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1378561889'} Body: b'' 2025-08-04 08:51:51,640 99909 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe 0.095s 2025-08-04 08:51:51,641 99909 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2e84fc3a-2817-4cb0-9db2-8ec49e9f8856', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e463e66b-60a1-4eaf-b3cc-ed00be9c38fe'} 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 229202e1-405d-4f65-b051-e9a7362fdb1f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-04 08:51:50,643 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.428s 2025-08-04 08:51:50,644 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1071279118", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84050ef8-f3be-4f6b-8b8c-5026a74569df', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84050ef8-f3be-4f6b-8b8c-5026a74569df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "229202e1-405d-4f65-b051-e9a7362fdb1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:50.580345", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1071279118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}], "user_id": "e21ec1fb29c945c4a9c17364721b832d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-04 08:51:50,695 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.039s 2025-08-04 08:51:50,695 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f4992f-a26c-4890-bfcf-50798c4110c6', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f4992f-a26c-4890-bfcf-50798c4110c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'{"volume": {"id": "229202e1-405d-4f65-b051-e9a7362fdb1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:51.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1071279118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}], "user_id": "e21ec1fb29c945c4a9c17364721b832d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3dfdd415f7d4ae582a230f4c394e1d7"}}' 2025-08-04 08:51:51,752 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.042s 2025-08-04 08:51:51,753 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-be9be77e-396c-4093-863d-d848f1707fb4', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9be77e-396c-4093-863d-d848f1707fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'{"volume": {"id": "229202e1-405d-4f65-b051-e9a7362fdb1f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-04T08:51:51.000000", "updated_at": "2025-08-04T08:51:51.000000", "name": "tempest-SnapshotDependencyTests-volume-1071279118", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f"}], "user_id": "e21ec1fb29c945c4a9c17364721b832d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b3dfdd415f7d4ae582a230f4c394e1d7"}}' 2025-08-04 08:51:51,885 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.118s 2025-08-04 08:51:51,885 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-8b6565c8-c4d6-4e48-88e3-83d91065885b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'' 2025-08-04 08:51:51,908 99905 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f 0.022s 2025-08-04 08:51:51,909 99905 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 04 Aug 2025 08:51: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-467a5aea-a148-41a6-9983-fe7cd9e7ba48', 'x-openstack-request-id': 'req-467a5aea-a148-41a6-9983-fe7cd9e7ba48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/229202e1-405d-4f65-b051-e9a7362fdb1f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 229202e1-405d-4f65-b051-e9a7362fdb1f could not be found."}}' ====== Totals ====== Ran: 218 tests in 1291.2670 sec. - Passed: 75 - Skipped: 31 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 112 Sum of execute time for each test: 4723.6691 sec. ============== Worker Balance ============== - Worker 0 (11 tests) => 0:13:36.282620 - Worker 1 (12 tests) => 0:16:08.484292 - Worker 2 (13 tests) => 0:07:53.283349 - Worker 3 (33 tests) => 0:08:07.604775 - Worker 4 (15 tests) => 0:01:27.678568 - Worker 5 (25 tests) => 0:01:27.119207 - Worker 6 (13 tests) => 0:09:49.325543 - Worker 7 (20 tests) => 0:21:05.055717 - Worker 8 (21 tests) => 0:06:52.322017 - Worker 9 (22 tests) => 0:21:02.954560 - Worker 10 (19 tests) => 0:08:40.689357 - Worker 11 (14 tests) => 0:01:19.391225 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed