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='1435721110' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {1} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {6} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {1} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {9} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.553717s] ... ok {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000693s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.981830s] ... 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 4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:36,907 98823 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.786s 2025-08-03 10:42:36,908 98823 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-322840568"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbf5587d-a819-4ecb-99b2-71d98e974216', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbf5587d-a819-4ecb-99b2-71d98e974216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "806ea24a-0243-4f92-96e7-e395408f09d8", "name": "tempest-GroupsTest-volume-type-322840568", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:42:36,963 98823 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.050s 2025-08-03 10:42:36,963 98823 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-1059289373"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522c6f7a-d64d-445c-a142-426e7c12ed27', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522c6f7a-d64d-445c-a142-426e7c12ed27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "d83e3320-4d6d-4949-b333-59541aa8a986", "name": "tempest-GroupsTest-group-type-1059289373", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:42:37,465 98823 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.499s 2025-08-03 10:42:37,466 98823 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": "d83e3320-4d6d-4949-b333-59541aa8a986", "volume_types": ["806ea24a-0243-4f92-96e7-e395408f09d8"], "name": "tempest-Group1-1402754314"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d146264-c49f-492b-870c-270f2fb16199', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d146264-c49f-492b-870c-270f2fb16199', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "4cef2948-2f4a-4cd5-9e9f-91dabcb7de68", "name": "tempest-Group1-1402754314"}}' 2025-08-03 10:42:37,533 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 0.065s 2025-08-03 10:42:37,533 98823 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': 'Sun, 03 Aug 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-b2c6717c-169c-4de2-bc8e-b84ec7b7487f', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c6717c-169c-4de2-bc8e-b84ec7b7487f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68'} Body: b'{"group": {"id": "4cef2948-2f4a-4cd5-9e9f-91dabcb7de68", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:42:37.000000", "name": "tempest-Group1-1402754314", "description": null, "group_type": "d83e3320-4d6d-4949-b333-59541aa8a986", "volume_types": ["806ea24a-0243-4f92-96e7-e395408f09d8"]}}' 2025-08-03 10:42:38,754 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 0.213s 2025-08-03 10:42:38,755 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c015a8db-2a77-4760-bcd2-265f0f42883e', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c015a8db-2a77-4760-bcd2-265f0f42883e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68'} Body: b'{"group": {"id": "4cef2948-2f4a-4cd5-9e9f-91dabcb7de68", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:42:37.000000", "name": "tempest-Group1-1402754314", "description": null, "group_type": "d83e3320-4d6d-4949-b333-59541aa8a986", "volume_types": ["806ea24a-0243-4f92-96e7-e395408f09d8"]}}' 2025-08-03 10:42:38,839 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.078s 2025-08-03 10:42:38,839 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600fa539-93e3-4bf4-93fe-481c5b85bbe6', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600fa539-93e3-4bf4-93fe-481c5b85bbe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:42:38,939 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68/action 0.080s 2025-08-03 10:42:38,940 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a79cddc-e976-4bde-a1bc-d13ee0b7b7d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68/action'} Body: b'' 2025-08-03 10:42:38,954 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 0.014s 2025-08-03 10:42:38, 955 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-008a5fe8-2237-4cab-a50a-57333f6f3dc9', 'x-openstack-request-id': 'req-008a5fe8-2237-4cab-a50a-57333f6f3dc9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 could not be found."}}' 2025-08-03 10:42:39,000 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/d83e3320-4d6d-4949-b333-59541aa8a986 0.045s 2025-08-03 10:42:39,001 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f5e515-d7d7-421c-bac3-df8cf1e290d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/d83e3320-4d6d-4949-b333-59541aa8a986'} Body: b'' 2025-08-03 10:42:39,085 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8 0.084s 2025-08-03 10:42:39,086 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42: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-066c88d4-fc07-4415-aaee-01e3b802a6d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8'} Body: b'' 2025-08-03 10:42:39,101 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8 0.014s 2025-08-03 10:42:39,101 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42: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-b83044c3-0399-4021-a490-b4fba4ce6377', 'x-openstack-request-id': 'req-b83044c3-0399-4021-a490-b4fba4ce6377', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 806ea24a-0243-4f92-96e7-e395408f09d8 could not be found."}}' {6} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.570094s] ... 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 b06633aa-f0d0-413d-a5a3-201d13210271 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:39,134 98823 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-03 10:42:39,135 98823 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-700884384"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188324e3-04f1-4294-9a55-ba54b60e4f33', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188324e3-04f1-4294-9a55-ba54b60e4f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e9ef2672-f01f-467d-a041-84ba10eb05a8", "name": "tempest-GroupsTest-volume-type-700884384", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:42:39,162 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.024s 2025-08-03 10:42:39,163 98823 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-754777949"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80077ccf-32a3-4e99-a133-9ced7077f8da', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80077ccf-32a3-4e99-a133-9ced7077f8da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "5167504e-a561-41d0-9b03-9d83c57b2846", "name": "tempest-GroupsTest-group-type-754777949", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:42:39,291 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.126s 2025-08-03 10:42:39,292 98823 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": "5167504e-a561-41d0-9b03-9d83c57b2846", "volume_types": ["e9ef2672-f01f-467d-a041-84ba10eb05a8"], "name": "tempest-GroupsTest-Group-1764332969"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c84ed8f-fe12-43eb-baff-a2342acaf4ef', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c84ed8f-fe12-43eb-baff-a2342acaf4ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "b06633aa-f0d0-413d-a5a3-201d13210271", "name": "tempest-GroupsTest-Group-1764332969"}}' 2025-08-03 10:42:39,340 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271 0.046s 2025-08-03 10:42:39,341 98823 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': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa659ba-f869-4909-95e3-5e087ce3adc 1', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa659ba-f869-4909-95e3-5e087ce3adc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271'} Body: b'{"group": {"id": "b06633aa-f0d0-413d-a5a3-201d13210271", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:42:39.000000", "name": "tempest-GroupsTest-Group-1764332969", "description": null, "group_type": "5167504e-a561-41d0-9b03-9d83c57b2846", "volume_types": ["e9ef2672-f01f-467d-a041-84ba10eb05a8"]}}' 2025-08-03 10:42:40,372 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271 0.026s 2025-08-03 10:42:40,373 98823 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': 'Sun, 03 Aug 2025 10:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6befb113-7d1e-42f1-8af4-a91a968d050b', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6befb113-7d1e-42f1-8af4-a91a968d050b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271'} Body: b'{"group": {"id": "b06633aa-f0d0-413d-a5a3-201d13210271", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:42:39.000000", "name": "tempest-GroupsTest-Group-1764332969", "description": null, "group_type": "5167504e-a561-41d0-9b03-9d83c57b2846", "volume_types": ["e9ef2672-f01f-467d-a041-84ba10eb05a8"]}}' 2025-08-03 10:42:40,453 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.075s 2025-08-03 10:42:40,453 98823 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': 'Sun, 03 Aug 2025 10:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc01f1bb-c3f4-4aa1-9c27-897712365f42', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc01f1bb-c3f4-4aa1-9c27-897712365f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:42:40,530 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271/action 0.061s 2025-08-03 10:42:40,531 98823 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': 'Sun, 03 Aug 2025 10:42:40 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-60ed3b54-b787-43ee-8433-0b29bbd1681c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271/action'} Body: b'' 2025-08-03 10:42:40,545 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271 0.013s 2025-08-03 10:42:40,545 98823 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': 'Sun, 03 Aug 2025 10:42:40 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-7f5336f1-e863-4117-b000-bc3323218c1e', 'x-openstack-request-id': 'req-7f5336f1-e863-4117-b000-bc3323218c1e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271'} Body: b'{"itemNotFound": {"code": 404, "message": "Group b06633aa-f0d0-413d-a5a3-201d13210271 could not be found."}}' 2025-08-03 10:42:40,584 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/5167504e-a561-41d0-9b03-9d83c57b2846 0.038s 2025-08-03 10:42:40,584 98823 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': 'Sun, 03 Aug 2025 10:42:40 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-1dd37166-d052-4acb-b95f-200e9a872d0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/5167504e-a561-41d0-9b03-9d83c57b2846'} Body: b'' 2025-08-03 10:42:40,658 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8 0.073s 2025-08-03 10:42:40,658 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe3785b-67dc-4f27-b8dc-2291dcf2fcdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8'} Body: b'' 2025-08-03 10:42:40,673 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8 0.014s 2025-08-03 10:42:40,673 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:40 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-e5de1249-0d24-4941-a6ec-fb4c0cd9ec0f', 'x-openstack-request-id': 'req-e5de1249-0d24-4941-a6ec-fb4c0cd9ec0f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e9ef2672-f01f-467d-a041-84ba10eb05a8 could not be found."}}' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.115333s] ... 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 26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:04,055 98813 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.289s 2025-08-03 10:43:04,055 98813 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-35157790"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-832d8aea-83b8-4005-93aa-691bd3ea3288', 'content-length': '222', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-832d8aea-83b8-4005-93aa-691bd3ea3288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e51941a7-97bc-4280-ab5f-e1c69218e2fa", "name": "tempest-GroupSnapshotsTest-volume-type-35157790", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:43:04,103 98813 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.043s 2025-08-03 10:43:04,103 98813 DEBUG [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-1837151105"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d452c07c-02fe-44f1-8ab9-aed65bc9d038', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d452c07c-02fe-44f1-8ab9-aed65bc9d038', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "name": "tempest-GroupSnapshotsTest-group-type-1837151105", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:43:04,346 98813 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.239s 2025-08-03 10:43:04,347 98813 DEBUG [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": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "volume_types": ["e51941a7-97bc-4280-ab5f-e1c69218e2fa"], "name": "tempest-GroupSnapshotsTest-Group-1306574355"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35df559-248e-44ea-bad7-577e278dce02', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35df559-248e-44ea-bad7-577e278dce02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e", "name": "tempest-GroupSnapshotsTest-Group-1306574355"}}' 2025-08-03 10:43:04,377 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e 0.028s 2025-08-03 10:43:04,377 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3cdadbf-2883-436c-8516-f7e33ae4b473', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3cdadbf-2883-436c-8516-f7e33ae4b473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e'} Body: b'{"group": {"id": "26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:43:04.000000", "name": "tempest-GroupSnapshotsTest-Group-1306574355", "description": null, "group_type": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "volume_types": ["e51941a7-97bc-4280-ab5f-e1c69218e2fa"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:05,461 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e 0.078s 2025-08-03 10:43:05,461 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702e834b-c02e-4123-b245-956a45b2807d', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702e834b-c02e-4123-b245-956a45b2807d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e'} Body: b'{"group": {"id": "26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:43:04.000000", "name": "tempest-GroupSnapshotsTest-Group-1306574355", "description": null, "group_type": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "volume_types": ["e51941a7-97bc-4280-ab5f-e1c69218e2fa"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:05,555 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.088s 2025-08-03 10:43:05,556 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f45c154e-5952-46a8-8441-257496064cf5', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45c154e-5952-46a8-8441-257496064cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:43:05,714 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e/action 0.142s 2025-08-03 10:43:05,714 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9558c8d7-b5db-4c75-8c48-f29caa475e39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/2 6a661c3-5f81-41ce-bfe1-b1bb9cb42c5e/action'} Body: b'' 2025-08-03 10:43:05,730 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e 0.015s 2025-08-03 10:43:05,730 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a067f48-7e20-4a90-a734-80d6aed578fb', 'x-openstack-request-id': 'req-2a067f48-7e20-4a90-a734-80d6aed578fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e could not be found."}}' 2025-08-03 10:43:05,769 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/1f1216e0-3663-4a8d-a4be-0b693c98d6e0 0.038s 2025-08-03 10:43:05,770 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c89c5ed-2385-4b68-8e72-646e94cc3cd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/1f1216e0-3663-4a8d-a4be-0b693c98d6e0'} Body: b'' 2025-08-03 10:43:05,862 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa 0.091s 2025-08-03 10:43:05,862 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c59ff7-a868-4a5d-8778-ad18822af83a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa'} Body: b'' 2025-08-03 10:43:05,879 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa 0.016s 2025-08-03 10:43:05,879 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 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-b8630dfa-857e-465c-b764-c0671d160ea9', 'x-openstack-request-id': 'req-b8630dfa-857e-465c-b764-c0671d160ea9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e51941a7-97bc-4280-ab5f-e1c69218e2fa could not be found."}}' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.493218s] ... 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 9cb5e8be-0fe0-45dc-820e-82e272be416e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:05,918 98813 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.036s 2025-08-03 10:43:05,918 98813 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-1027323038"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-254a56c7-ace2-450e-9c2e-6e8ec402b26e', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-254a56c7-ace2-450e-9c2e-6e8ec402b26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "6247b1b4-eb73-43b2-ad7e-319239b5da99", "name": "tempest-GroupSnapshotsTest-volume-type-1027323038", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:43:05,975 98813 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.053s 2025-08-03 10:43:05,975 98813 DEBUG [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-1038366072"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18362692-cf26-4bd2-ae0b-85695a0a54f7', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18362692-cf26-4bd2-ae0b-85695a0a54f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "149de7fc-7201-4eb9-9dce-12505ab2af96", "name": "tempest-GroupSnapshotsTest-group-type-1038366072", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:43:06,061 98813 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.083s 2025-08-03 10:43:06,061 98813 DEBUG [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": "149de7fc-7201-4eb9-9dce-12505ab2af96", "volume_types": ["6247b1b4-eb73-43b2-ad7e-319239b5da99"], "name": "tempest-GroupSnapshotsTest-Group-1644047837"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cfdfaec-e562-427a-b51d-0cf6eaa9add7', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cfdfaec-e562-427a-b51d-0cf6eaa9add7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "9cb5e8be-0fe0-45dc-820e-82e272be416e", "name": "tempest-GroupSnapshotsTest-Group-1644047837"}}' 2025-08-03 10:43:06,095 98813 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/9cb5e8be-0fe0-45dc-820e-82e272be416e 0.031s 2025-08-03 10:43:06,095 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c943c493-5dca-4e4c-940d-78884fc4ae35', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c943c493-5dca-4e4c-940d-78884fc4ae35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e'} Body: b'{"group": {"id": "9cb5e8be-0fe0-45dc-820e-82e272be416e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:43:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1644047837", "description": null, "group_type": "149de7fc-7201-4eb9-9dce-12505ab2af96", "volume_types": ["6247b1b4-eb73-43b2-ad7e-319239b5da99"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:07,134 98813 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/9cb5e8be-0fe0-45dc-820e-82e272be416e 0.032s 2025-08-03 10:43:07,135 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2855b121-bf77-47e0-bf84-306c55b5a8b8', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2855b121-bf77-47e0-bf84-306c55b5a8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e'} Body: b'{"group": {"id": "9cb5e8be-0fe0-45dc-820e-82e272be416e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:43:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1644047837", "description": null, "group_type": "149de7fc-7201-4eb9-9dce-12505ab2af96", "volume_types": ["6247b1b4-eb73-43b2-ad7e-319239b5da99"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:07,139 98813 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-03 10:43:07,172 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-08-03 10:43:07,173 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5930b0c-ecf3-4d4b-b735-08990fc1dc1b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5930b0c-ecf3-4d4b-b735-08990fc1dc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:43:07,251 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e/action 0.063s 2025-08-03 10:43:07,251 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab7b5944-baff-4e05-9005-39af688ab977', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e/action'} Body: b'' 2025-08-03 10:43:07,266 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e 0.014s 2025-08-03 10:43:07,266 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0376f66-cb13-437a-92a0-7c2bfa46307b', 'x-openstack-request-id': 'req-a0376f66-cb13-437a-92a0-7c2bfa46307b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 9cb5e8be-0fe0-45dc-820e-82e272be416e could not be found."}}' 2025-08-03 10:43:07,300 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/149de7fc-7201-4eb9-9dce-12505ab2af96 0.033s 2025-08-03 10:43:07,300 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741cf399-ecac-4ff8-989f-d1ad3cd93d27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/149de7fc-7201-4eb9-9dce-12505ab2af96'} Body: b'' 2025-08-03 10:43:07,356 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/6247b1b4-eb73-43b2-ad7e-319239b5da99 0.055s 2025-08-03 10:43:07,356 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ccfcf3-cf5c-46e9-80b7-241d9fe11a92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/6247b1b4-eb73-43b2-ad7e-319239b5da99'} Body: b'' 2025-08-03 10:43:07,373 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/6247b1b4-eb73-43b2-ad7e-319239b5da99 0.016s 2025-08-03 10:43:07,373 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca02c41f-e202-4c52-bc9e-3f41d41d08dd', 'x-openstack-request-id': 'req-ca02c41f-e202-4c52-bc9e-3f41d41d08dd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/6247b 1b4-eb73-43b2-ad7e-319239b5da99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6247b1b4-eb73-43b2-ad7e-319239b5da99 could not be found."}}' {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.188754s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.090774s] ... ok {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.522676s] ... 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 1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:07,409 98813 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.031s 2025-08-03 10:43:07,409 98813 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-397335184"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e79c30-eeab-40fe-8892-c0613e44f384', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e79c30-eeab-40fe-8892-c0613e44f384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "808f4e95-0586-4f80-987a-a23e22e5cf62", "name": "tempest-GroupSnapshotsTest-volume-type-397335184", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:43:07,461 98813 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.048s 2025-08-03 10:43:07,461 98813 DEBUG [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-1734545200"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318b2ac7-f257-447f-9823-23c2dd3b7191', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318b2ac7-f257-447f-9823-23c2dd3b7191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "name": "tempest-GroupSnapshotsTest-group-type-1734545200", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:43:07,592 98813 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.128s 2025-08-03 10:43:07,592 98813 DEBUG [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": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "volume_types": ["808f4e95-0586-4f80-987a-a23e22e5cf62"], "name": "tempest-GroupSnapshotsTest-Group-829846856"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb8da69-2e7a-4ce5-adae-d4b0da7803df', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb8da69-2e7a-4ce5-adae-d4b0da7803df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "1271fecd-446d-4ad7-9d70-cd8d7b46a7d0", "name": "tempest-GroupSnapshotsTest-Group-829846856"}}' 2025-08-03 10:43:07,623 98813 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/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 0.029s 2025-08-03 10:43:07,624 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c49839-6a9f-4921-a643-0173dd394718', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c49839-6a9f-4921-a643-0173dd394718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0'} Body: b'{"group": {"id": "1271fecd-446d-4ad7-9d70-cd8d7b46a7d0", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:43:08.000000", "name": "tempest-GroupSnapshotsTest-Group-829846856", "description": null, "group_type": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "volume_types": ["808f4e95-0586-4f80-987a-a23e22e5cf62"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:08,656 98813 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/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 0.026s 2025-08-03 10:43:08,657 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c52111da-9426-455c-8ed9-4a022a3cf3ab', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c52111da-9426-455c-8ed9-4a022a3cf3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0'} Body: b'{"group": {"id": "1271fecd-446d-4ad7-9d70-cd8d7b46a7d0", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:43:08.000000", "name": "tempest-GroupSnapshotsTest-Group-829846856", "description": null, "group_type": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "volume_types": ["808f4e95-0586-4f80-987a-a23e22e5cf62"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:08,694 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-08-03 10:43:08,694 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21d49f68-9b2b-4ad8-a9fc-21003f67552d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21d49f68-9b2b-4ad8-a9fc-21003f67552d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:43:08,792 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0/action 0.083s 2025-08-03 10:43:08,792 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 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-32fa3f21-2862-49b0-84de-9c87033cbc00', 'connection': 'close', 'status': '202', 'content-location': 'http://1 0.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0/action'} Body: b'' 2025-08-03 10:43:08,809 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 0.016s 2025-08-03 10:43:08,810 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 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-8d54d516-d0be-4ad0-9dbb-b338def94f64', 'x-openstack-request-id': 'req-8d54d516-d0be-4ad0-9dbb-b338def94f64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 could not be found."}}' 2025-08-03 10:43:08,841 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/028f7eb7-10ea-4d56-8790-7c71476a24e4 0.030s 2025-08-03 10:43:08,841 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 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-71b55042-290d-4645-b7a8-378c6891c55b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/028f7eb7-10ea-4d56-8790-7c71476a24e4'} Body: b'' 2025-08-03 10:43:08,885 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62 0.043s 2025-08-03 10:43:08,885 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-0488f548-3529-4c55-b71a-30896f75132d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62'} Body: b'' 2025-08-03 10:43:08,899 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62 0.013s 2025-08-03 10:43:08,899 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:08 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-c603830d-e430-4180-a120-ccc654b3d25c', 'x-openstack-request-id': 'req-c603830d-e430-4180-a120-ccc654b3d25c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 808f4e95-0586-4f80-987a-a23e22e5cf62 could not be found."}}' {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.237555s] ... ok {2} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.799092s] ... 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 39beb42e-2bfc-402b-99b0-d11ab4963bcf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:20,393 98815 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.565s 2025-08-03 10:43:20,394 98815 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-1786696642"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a267e13-f7b3-424c-bf8a-4014fd5a6aef', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a267e13-f7b3-424c-bf8a-4014fd5a6aef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "39beb42e-2bfc-402b-99b0-d11ab4963bcf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:20.297402", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1786696642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}], "user_id": "cc829af7e4bf4f2b8eaed47a4dbaa8c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:20,503 98815 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf 0.095s 2025-08-03 10:43:20,503 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf82039-2b28-4603-90bd-faffb2ac5953', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf82039-2b28-4603-90bd-faffb2ac5953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf'} Body: b'{"volume": {"id": "39beb42e-2bfc-402b-99b0-d11ab4963bcf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:20.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1786696642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}], "user_id": "cc829af7e4bf4f2b8eaed47a4dbaa8c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f4bc3b9e6e684b998747bc48bb855d23"}}' 2025-08-03 10:43:21,610 98815 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf 0.091s 2025-08-03 10:43:21,611 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c023bc9-8a10-4889-84ba-8d2b041480c4', 'content-length': '835', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c023bc9-8a10-4889-84ba-8d2b041480c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf'} Body: b'{"volume": {"id": "39beb42e-2bfc-402b-99b0-d11ab4963bcf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:20.000000", "updated_at": "2025-08-03T10:43:21.000000", "name": "tempest-TestVolumeSwap-volume-1786696642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}], "user_id": "cc829af7e4bf4f2b8eaed47a4dbaa8c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f4bc3b9e6e684b998747bc48bb855d23"}}' {8} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.964244s] ... 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 9c37e784-d26a-4e39-a895-0ce5e033e049 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:27,472 98827 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.769s 2025-08-03 10:43:27,472 98827 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-1117933078", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e33d0c8-237f-4dde-8baf-260ce71e0f75', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e33d0c8-237f-4dde-8baf-260ce71e0f75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9c37e784-d26a-4e39-a895-0ce5e033e049", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:27.401115", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1117933078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}], "user_id": "7d71382f44ac43b78aa572efaeca9090", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:27,563 98827 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049 0.078s 2025-08-03 10:43:27,564 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb02864-1c07-412c-8ef4-de77ec2573cf', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb02864-1c07-412c-8ef4-de77ec2573cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049'} Body: b'{"volume": {"id": "9c37e784-d26a-4e39-a895-0ce5e033e049", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:27.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1117933078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}], "user_id": "7d71382f44ac43b78aa572efaeca9090", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2a40f2666bb46adbd9b60dcde0a4cf0"}}' 2025-08-03 10:43:28,649 98827 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049 0.069s 2025-08-03 10:43:28,649 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf71dfb-a48b-416d-ba1c-178bc6b199bb', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf71dfb-a48b-416d-ba1c-178bc6b199bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049'} Body: b'{"volume": {"id": "9c37e784-d26a-4e39-a895-0ce5e033e049", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:27.000000", "updated_at": "2025-08-03T10:43:28.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1117933078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}], "user_id": "7d71382f44ac43b78aa572efaeca9090", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2a40f2666bb46adbd9b60dcde0a4cf0"}}' {9} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.780536s] ... 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 22b718ac-2990-47e1-9801-a0802aba37f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:29,005 98829 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.663s 2025-08-03 10:43:29,005 98829 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-2011930133", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac94e43-8c67-490f-88d1-34278290bff2', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac94e43-8c67-490f-88d1-34278290bff2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "22b718ac-2990-47e1-9801-a0802aba37f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:28.939928", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2011930133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}], "user_id": "499a38c822d34a6f84ba81662ae9b0ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:29,053 98829 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4 0.035s 2025-08-03 10:43:29,054 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9557d1ae-c006-4d67-9f9b-994c6d0832af', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9557d1ae-c006-4d67-9f9b-994c6d0832af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4'} Body: b'{"volume": {"id": "22b718ac-2990-47e1-9801-a0802aba37f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:29.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2011930133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}], "user_id": "499a38c822d34a6f84ba81662ae9b0ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7e493af8bf14f6e85068ab553655cda"}}' 2025-08-03 10:43:30,105 98829 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4 0.035s 2025-08-03 10:43:30,105 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-51bf265f-8bd3-4541-b824-2fad6c2cd58e', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51bf265f-8bd3-4541-b824-2fad6c2cd58e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4'} Body: b'{"volume": {"id": "22b718ac-2990-47e1-9801-a0802aba37f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:29.000000", "updated_at": "2025-08-03T10:43:29.000000", "name": "tempest-TaggedBootDevicesTest-volume-2011930133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}], "user_id": "499a38c822d34a6f84ba81662ae9b0ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7e493af8bf14f6e85068ab553655cda"}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.344941s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.033589s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.044381s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.748210s] ... 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 f1d1385e-9ad9-488a-b432-88610aaeddd5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:34,584 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/12807b4687444e9c937d8871860a406d?usage=True 0.109s 2025-08-03 10:43:34,584 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-340a5343-e13b-494c-8048-e3fbfd760d7a', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-340a5343-e13b-494c-8048-e3fbfd760d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/12807b4687444e9c937d8871860a406d?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:34,913 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.311s 2025-08-03 10:43:34,914 98813 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-915777860"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3919545-a82a-4f2d-8845-4517fb1ec181', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3919545-a82a-4f2d-8845-4517fb1ec181', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:34.848901", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:34,973 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.047s 2025-08-03 10:43:34,974 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-ee7d2b09-26d0-4f59-8fdc-40d6e299e031', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7d2b09-26d0-4f59-8fdc-40d6e299e031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:35.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:36,027 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.040s 2025-08-03 10:43:36,028 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d68d266-e16b-467e-bdd3-6c6f8f88907d', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d68d266-e16b-467e-bdd3-6c6f8f88907d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:35.000000", "updated_at": "2025-08-03T10:43:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:36,081 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.038s 2025-08-03 10:43:36,082 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d9b210-a600-41fa-9333-c0e07d6070fa', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46d9b210-a600-41fa-9333-c0e07d6070fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "202 5-08-03T10:43:35.000000", "updated_at": "2025-08-03T10:43:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:36,198 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.102s 2025-08-03 10:43:36,198 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58fa9893-694e-4ed5-963c-1418f16cabcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'' 2025-08-03 10:43:36,221 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.022s 2025-08-03 10:43:36,221 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f8d2af-4d1c-407b-9f87-00de9d8fe9b6', 'x-openstack-request-id': 'req-98f8d2af-4d1c-407b-9f87-00de9d8fe9b6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f1d1385e-9ad9-488a-b432-88610aaeddd5 could not be found."}}' {10} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [12.742704s] ... 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 99f00702-9bbe-4c29-9f20-c08dd3d5e297 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:27,562 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 3.991s 2025-08-03 10:43:27,562 98831 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-1006812401"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a1984ac9-16ec-49a8-b1a2-0fb49b8b613e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"e84a4d6b-b00d-48c9-bfb6-d75d165fdb91","name":"tempest-tagged-attachments-test-net-1006812401","tenant_id":"9b31a14d2c654083af3fd373bbe8244a","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"9b31a14d2c654083af3fd373bbe8244a","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-03T10:43:26Z","updated_at":"2025-08-03T10:43:26Z","revision_number":1}}' 2025-08-03 10:43:31,038 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 3.475s 2025-08-03 10:43:31,038 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "e84a4d6b-b00d-48c9-bfb6-d75d165fdb91", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-1f939c6c-0049-466a-87b8-428376c95859', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"002d2171-78ea-49d6-a8f3-64bc986c2756","name":"","tenant_id":"9b31a14d2c654083af3fd373bbe8244a","network_id":"e84a4d6b-b00d-48c9-bfb6-d75d165fdb91","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-03T10:43:29Z","updated_at":"2025-08-03T10:43:29Z","revision_number":0,"project_id":"9b31a14d2c654083af3fd373bbe8244a"}}' 2025-08-03 10:43:31,638 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.599s 2025-08-03 10:43:31,639 98831 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-2139740371"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e67437c9-f206-4f41-996c-72def5a1a206', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e67437c9-f206-4f41-996c-72def5a1a206', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99f00702-9bbe-4c29-9f20-c08dd3d5e297", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:31.509696", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-21397403 71", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}], "user_id": "3554af70ff3446938896b100522a444e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:31,704 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297 0.051s 2025-08-03 10:43:31,705 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e7c334c-2b75-4916-80c8-e24087d7be90', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e7c334c-2b75-4916-80c8-e24087d7be90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297'} Body: b'{"volume": {"id": "99f00702-9bbe-4c29-9f20-c08dd3d5e297", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:32.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2139740371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}], "user_id": "3554af70ff3446938896b100522a444e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b31a14d2c654083af3fd373bbe8244a"}}' 2025-08-03 10:43:32,773 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297 0.052s 2025-08-03 10:43:32,773 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9c480c-9e92-4bee-8538-7da7ff51a0ca', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9c480c-9e92-4bee-8538-7da7ff51a0ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297'} Body: b'{"volume": {"id": "99f00702-9bbe-4c29-9f20-c08dd3d5e297", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:32.000000", "updated_at": "2025-08-03T10:43:32.000000", "name": "tempest-TaggedAttachmentsTest-volume-2139740371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}], "user_id": "3554af70ff3446938896b100522a444e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b31a14d2c654083af3fd373bbe8244a"}}' 2025-08-03 10:43:3 4,879 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/002d2171-78ea-49d6-a8f3-64bc986c2756 2.090s 2025-08-03 10:43:34,880 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a4c14fce-d02a-4350-8cd0-d324311ae8e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/002d2171-78ea-49d6-a8f3-64bc986c2756'} Body: b'' 2025-08-03 10:43:36,311 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/e84a4d6b-b00d-48c9-bfb6-d75d165fdb91 1.430s 2025-08-03 10:43:36,311 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cb11c4b2-af57-4707-8c6e-674564e4033a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/e84a4d6b-b00d-48c9-bfb6-d75d165fdb91'} Body: b'' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.532094s] ... 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 e0768e8d-3323-42ea-863a-20d456010e0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:36,421 98813 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.196s 2025-08-03 10:43:36,422 98813 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-1168336928"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf45f19-4bdc-499b-92a6-43f401df2dfa', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf45f19-4bdc-499b-92a6-43f401df2dfa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.360898", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:36,471 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.037s 2025-08-03 10:43:36,471 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41231844-360b-49dd-ab88-120d296b6a21', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41231844-360b-49dd-ab88-120d296b6a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:37,573 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.086s 2025-08-03 10:43:37,573 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-89475c86-5f82-4ccd-8336-899bdcb7cbb2', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89475c86-5f82-4ccd-8336-899bdcb7cbb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.000000", "updated_at": "2025-08-03T10:43:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:37,630 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.043s 2025-08-03 10:43:37,630 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804fdbcd-5a31-4e93-8cea-2b65131b1ec4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804fdbcd-5a31-4e93-8cea-2b65131b1ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.000000", "updated_at": "2025-08-03T10:43:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:37,733 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.089s 2025-08-03 10:43:37,734 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-22763a44-a8c6-4b19-925c-7178a2fe080d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'' 2025-08-03 10:43:37,755 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e0768e 8d-3323-42ea-863a-20d456010e0d 0.021s 2025-08-03 10:43:37,755 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d34d32-e1f5-4be1-9b76-31ea2e906c4e', 'x-openstack-request-id': 'req-f1d34d32-e1f5-4be1-9b76-31ea2e906c4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0768e8d-3323-42ea-863a-20d456010e0d could not be found."}}' {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.055808s] ... ok {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.244619s] ... ok {6} 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 7bb88dbf-62c5-4bc0-9b03-602791ed8b0b failed to build and is in ERROR status {6} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 99146a26-d1cb-4f2e-ba9b-d7937abf8cd4 failed to build and is in ERROR status {6} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {5} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.547775s] ... 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 10860bec-ed03-4ece-a968-130e10c5f179 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:45,124 98821 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.381s 2025-08-03 10:43:45,124 98821 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-870944696"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2468a36c-dfc7-4727-ab12-3daa27c6ad7e', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2468a36c-dfc7-4727-ab12-3daa27c6ad7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "10860bec-ed03-4ece-a968-130e10c5f179", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:45.017088", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-870944696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}], "user_id": "bdb83f56a7a44263a8748b5a85b5bd64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-03 10:43:45,216 98821 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179 0.078s 2025-08-03 10:43:45,216 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe588aa5-1dcd-4f4a-81e2-027cd9428087', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe588aa5-1dcd-4f4a-81e2-027cd9428087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179'} Body: b'{"volume": {"id": "10860bec-ed03-4ece-a968-130e10c5f179", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:45.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-870944696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}], "user_id": "bdb83f56a7a44263a8748b5a85b5bd64", "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": "7290c30c91604e0190e7ca2ceb52ce26"}}' 2025-08-03 10:43:46,274 98821 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179 0.043s 2025-08-03 10:43:46,275 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b98f9f8f-6073-424c-a048-619f22205bbb', 'content-length': '985', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b98f9f8f-6073-424c-a048-619f22205bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179'} Body: b'{"volume": {"id": "10860bec-ed03-4ece-a968-130e10c5f179", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:45.000000", "updated_at": "2025-08-03T10:43:45.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-870944696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}], "user_id": "bdb83f56a7a44263a8748b5a85b5bd64", "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": "7290c30c91604e0190e7ca2ceb52ce26"}}' {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.675292s] ... 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 ebc63a50-4554-4108-a64f-7127705ddfdd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:46,414 98823 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.492s 2025-08-03 10:43:46,414 98823 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-1770814946"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a242dc9a-a08e-42ff-ae5c-ebb4e1726b51', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a242dc9a-a08e-42ff-ae5c-ebb4e1726b51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ebc63a50-4554-4108-a64f-7127705ddfdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:46.212414", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1770814946", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}], "user_id": "c630901d37464fae9387f68bb1be83dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:46,471 98823 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd 0.045s 2025-08-03 10:43:46,471 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8326b1a3-00d8-475e-84b5-6b58e01b1279', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8326b1a3-00d8-475e-84b5-6b58e01b1279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd'} Body: b'{"volume": {"id": "ebc63a50-4554-4108-a64f-7127705ddfdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:46.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1770814946", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}], "user_id": "c630901d37464fae9387f68bb1be83dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "288e4603215a404fbff61fdf91c81c23"}}' 2025-08-03 10:43:47,581 98823 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd 0.094s 2025-08-03 10:43:47,581 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:47 GMT', 'server': 'Apache/2.4.52 ( Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34623a65-87e8-4027-9dce-59a440ab06d7', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34623a65-87e8-4027-9dce-59a440ab06d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd'} Body: b'{"volume": {"id": "ebc63a50-4554-4108-a64f-7127705ddfdd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:46.000000", "updated_at": "2025-08-03T10:43:47.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1770814946", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}], "user_id": "c630901d37464fae9387f68bb1be83dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "288e4603215a404fbff61fdf91c81c23"}}' {2} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.247565s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.016375s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013625s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.056587s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.010526s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.012774s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.044630s] ... ok {9} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.075649s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [2.062530s] ... 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 650b44ba-f74b-4510-99d1-bd9aea50b700 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:52,224 98813 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.467s 2025-08-03 10:43:52,225 98813 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-985490482"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb3e7c3-528b-4091-87af-ba89c523fbc4', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb3e7c3-528b-4091-87af-ba89c523fbc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.165112", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:52,283 98813 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/650b44ba-f74b-4510-99d1-bd9aea50b700 0.046s 2025-08-03 10:43:52,283 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a63b20eb-7f50-46dc-80df-0f0117ea81e2', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a63b20eb-7f50-46dc-80df-0f0117ea81e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:53,335 98813 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/650b44ba-f74b-4510-99d1-bd9aea50b700 0.037s 2025-08-03 10:43:53,336 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-409c6bb1-7669-48c2-a2e5-8bf8be929984', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-409c6bb1-7669-48c2-a2e5-8bf8be929984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.000000", "updated_at": "2025-08-03T10:43:52.000000", "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:53,409 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700 0.059s 2025-08-03 10:43:53,409 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b02d431-5d98-4ab7-a3dc-ea5c11191840', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b02d431-5d98-4ab7-a3dc-ea5c11191840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.000000", "updated_at": "2025-08-03T10:43:52.000000", "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:53,779 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700 0.355s 2025-08-03 10:43:53,779 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-aa3280e2-2ae3-415c-8b93-47922ca10b59', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'' 2025-08-03 10:43:53,817 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700 0.037s 2025-08 -03 10:43:53,817 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-26bf731d-2e9c-42d4-a284-5fe3a7c336ab', 'x-openstack-request-id': 'req-26bf731d-2e9c-42d4-a284-5fe3a7c336ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 650b44ba-f74b-4510-99d1-bd9aea50b700 could not be found."}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.538917s] ... 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 c45a75d0-3d08-4f15-85da-14bce9f398ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:54,028 98813 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.207s 2025-08-03 10:43:54,028 98813 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-46722730"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa7f93b-a676-484a-ade3-e25175783e1d', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa7f93b-a676-484a-ade3-e25175783e1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:53.965736", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:54,082 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.041s 2025-08-03 10:43:54,082 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e34acd1-4389-46d2-b618-3b1a3eb265d1', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e34acd1-4389-46d2-b618-3b1a3eb265d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:55,142 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.045s 2025-08-03 10:43:55,143 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-bb48d417-f92a-4ee2-82c6-ed56ae115d1a', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb48d417-f92a-4ee2-82c6-ed56ae115d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.000000", "updated_at": "2025-08-03T10:43:54.000000", "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:55,194 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.038s 2025-08-03 10:43:55,194 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eee858c-7d8d-4b42-8f26-495542e15c84', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eee858c-7d8d-4b42-8f26-495542e15c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.000000", "updated_at": "2025-08-03T10:43:54.000000", "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:55,334 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.126s 2025-08-03 10:43:55,335 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-bd14ea9a-5033-463f-8dc7-785bc3ea212d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'' 2025-08-03 10:43:55,358 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.022s 2025-08-03 10:43:55,358 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-95118a47-0415-4175-9b16-86fc0e668ed7', 'x-openstack-request-id': 'req-95118a47-0415-4175-9b16-86fc0e668ed7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c45a75d0-3d08-4f15-85da-14bce9f398ba could not be found."}}' {6} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1 [4.703672s] ... 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 18d9a5e8-9bff-4578-9100-4cd8ce739538 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:52,541 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 1.174s 2025-08-03 10:43:52,542 98823 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': 'Sun, 03 Aug 2025 10:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/959057ca-b16d-45be-aef7-93b23193a603', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-79f16af1-cf35-4e17-8f62-f53971fac517', '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": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:52Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:53,899 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file 1.355s 2025-08-03 10:43:53,899 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dfe0b28a-550b-4c19-be0b-85720df93c2f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file'} Body: b'' 2025-08-03 10:43:53,924 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603 0.024s 2025-08-03 10:43:53,924 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9d5647eb-b644-4dd5-8fa0-e410b3f00679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603'} 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": "82e79b130677af5df72bb0fb4383088a", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2fda19b85a43e8ad011be03ac403d0e7abd6a57ab5d63a60a71921d638cba643cfdeda654e2f135fa4ac711ac7bc5d8c6730c524165cfd17102f29687dc70fcd", "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:54Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d- 45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:53,941 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603 0.016s 2025-08-03 10:43:53,941 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-48a03e54-786e-471d-81f8-a8415e7bc139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603'} 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": "82e79b130677af5df72bb0fb4383088a", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2fda19b85a43e8ad011be03ac403d0e7abd6a57ab5d63a60a71921d638cba643cfdeda654e2f135fa4ac711ac7bc5d8c6730c524165cfd17102f29687dc70fcd", "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:54Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:53,960 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603 0.019s 2025-08-03 10:43:53,961 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-18334286-2217-43b1-a9ff-b2c32c385fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603'} 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": "82e79b130677af5df72bb0fb4383088a", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2fda19b85a43e8ad011be03ac403d0e7abd6a57ab5d63a60a71921d638cba643cfdeda654e2f135fa4ac711ac7bc5d8c6730c524165cfd17102f29687dc70fcd", "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:54Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:54,852 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.890s 2025-08-03 10:43:54,853 98823 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": "959057ca-b16d-45be-aef7-93b23193a603", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e533a3f-0bd2-4 978-a3a0-6f7a581b2f0b', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e533a3f-0bd2-4978-a3a0-6f7a581b2f0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "18d9a5e8-9bff-4578-9100-4cd8ce739538", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.766354", "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/18d9a5e8-9bff-4578-9100-4cd8ce739538"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:43:54,940 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538 0.075s 2025-08-03 10:43:54,940 98823 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': 'Sun, 03 Aug 2025 10:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49662794-eb3c-4ddb-8f80-0056159de89a', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49662794-eb3c-4ddb-8f80-0056159de89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538'} Body: b'{"volume": {"id": "18d9a5e8-9bff-4578-9100-4cd8ce739538", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:55.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/18d9a5e8-9bff-4578-9100-4cd8ce739538"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 2025-08-03 10:43:56,055 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538 0.085s 2025-08-03 10:43:56,055 98823 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': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c142ae78-8a9c-4068-9afc-f13bad9670e5', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c142ae78-8a9c-4068-9afc-f13bad9670e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538'} Body: b'{"volume": {"id": "18d9a5e8-9bff-4578-9100-4cd8ce739538", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:55.000000" , "updated_at": "2025-08-03T10:43:55.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/18d9a5e8-9bff-4578-9100-4cd8ce739538"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' {8} 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 89858ab2-ab28-4beb-b333-0769f66ea69d failed to build and is in ERROR status {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.586870s] ... ok {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.317935s] ... ok {8} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.678061s] ... 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-03 10:43:59,816 98827 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.671s 2025-08-03 10:43:59,817 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0de96d0-b5fd-4fb3-b2ca-4ebf66b9387d', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0de96d0-b5fd-4fb3-b2ca-4ebf66b9387d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {6} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2 [4.170022s] ... 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 1cd8e5b5-f424-4a34-9780-19513550e8ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:57,127 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 1.055s 2025-08-03 10:43:57,127 98823 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': 'Sun, 03 Aug 2025 10:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2b0dfaf9-3d30-40e5-9d63-ba36f85524e1', '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": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:57Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:58,529 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file 1.399s 2025-08-03 10:43:58,529 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ea8b10bd-b05d-4f7d-a376-58270a3a8224', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file'} Body: b'' 2025-08-03 10:43:58,553 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1 0.023s 2025-08-03 10:43:58,553 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e4b0cc49-7bd2-46f6-9c59-909661fa0db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1'} 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": "432c900efeb1a9144d13352f8f331eca", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "01b6fdaa4751fdd44f426db320ec0fbfec6622e9465847c1ae6f21d4f1121264e29b66eb9d98b5ec4017d4031dee1b7dc3ac9c4f25a815191e36d5f43addc832", "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:58Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59- 4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:58,574 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1 0.020s 2025-08-03 10:43:58,575 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-797f4c97-631c-4950-a35c-2de817437f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1'} 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": "432c900efeb1a9144d13352f8f331eca", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "01b6fdaa4751fdd44f426db320ec0fbfec6622e9465847c1ae6f21d4f1121264e29b66eb9d98b5ec4017d4031dee1b7dc3ac9c4f25a815191e36d5f43addc832", "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:58Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:58,613 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1 0.037s 2025-08-03 10:43:58,613 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-330da9d6-45a8-4b58-87af-201b56f1a3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1'} 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": "432c900efeb1a9144d13352f8f331eca", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "01b6fdaa4751fdd44f426db320ec0fbfec6622e9465847c1ae6f21d4f1121264e29b66eb9d98b5ec4017d4031dee1b7dc3ac9c4f25a815191e36d5f43addc832", "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:58Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:59,060 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.447s 2025-08-03 10:43:59,061 98823 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": "37e345a6-7a59-4696-9707-640c49cafaf1", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5c2bfc-3ded-4 136-8871-169d23c2dff7', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5c2bfc-3ded-4136-8871-169d23c2dff7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1cd8e5b5-f424-4a34-9780-19513550e8ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:58.980014", "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/1cd8e5b5-f424-4a34-9780-19513550e8ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:43:59,151 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab 0.076s 2025-08-03 10:43:59,151 98823 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': 'Sun, 03 Aug 2025 10:43:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d4480bc-461a-4d36-9531-758fcb45c7a4', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d4480bc-461a-4d36-9531-758fcb45c7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab'} Body: b'{"volume": {"id": "1cd8e5b5-f424-4a34-9780-19513550e8ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43: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/1cd8e5b5-f424-4a34-9780-19513550e8ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 2025-08-03 10:44:00,216 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab 0.048s 2025-08-03 10:44:00,216 98823 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': 'Sun, 03 Aug 2025 10:44:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ecd2938-9f9d-4b87-8d3a-9f4d6e5b5f6b', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ecd2938-9f9d-4b87-8d3a-9f4d6e5b5f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab'} Body: b'{"volume": {"id": "1cd8e5b5-f424-4a34-9780-19513550e8ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:59.000000" , "updated_at": "2025-08-03T10:43: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/1cd8e5b5-f424-4a34-9780-19513550e8ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' {8} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.521885s] ... 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-03 10:44:00,343 98827 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.518s 2025-08-03 10:44:00,344 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09e2e008-0788-4ecb-9cdc-2d5b1c565050', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09e2e008-0788-4ecb-9cdc-2d5b1c565050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' {6} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3 [3.589149s] ... 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 e223d1da-921e-4eaf-9ee3-023462d463cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:01,002 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.759s 2025-08-03 10:44:01,003 98823 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': 'Sun, 03 Aug 2025 10:44:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/00e5e13b-f822-44f7-a171-df3865c76801', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ec6c2730-7db0-4829-a130-643a4a6ae11e', '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": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:01Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,243 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file 1.238s 2025-08-03 10:44:02,243 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d0d052c7-a265-4883-be9d-cd5ebbdd1459', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file'} Body: b'' 2025-08-03 10:44:02,264 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801 0.020s 2025-08-03 10:44:02,265 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aeb11628-4049-4a6d-a6a8-51333dfc123f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801'} 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": "4829d762c3d11665525b8f785c24d17b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e79131750b0e951030459ef31c1211c0813a95c728c699ccd4f2cac291fdea469d0a9143c4fa2ae3dd50b21ff2ae96589465d4c4ce2f04702ff06025db38e20b", "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:02Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822- 44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,289 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801 0.024s 2025-08-03 10:44:02,290 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e28e5da1-5428-4bca-af14-fc5e6634e0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801'} 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": "4829d762c3d11665525b8f785c24d17b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e79131750b0e951030459ef31c1211c0813a95c728c699ccd4f2cac291fdea469d0a9143c4fa2ae3dd50b21ff2ae96589465d4c4ce2f04702ff06025db38e20b", "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:02Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,313 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801 0.022s 2025-08-03 10:44:02,313 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2f0c5402-5c2d-4a3f-a3de-01ebae157616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801'} 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": "4829d762c3d11665525b8f785c24d17b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e79131750b0e951030459ef31c1211c0813a95c728c699ccd4f2cac291fdea469d0a9143c4fa2ae3dd50b21ff2ae96589465d4c4ce2f04702ff06025db38e20b", "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:02Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,679 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.365s 2025-08-03 10:44:02,679 98823 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": "00e5e13b-f822-44f7-a171-df3865c76801", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a3eaa87-7b32-4 b85-bace-82842682243b', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a3eaa87-7b32-4b85-bace-82842682243b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e223d1da-921e-4eaf-9ee3-023462d463cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:02.603182", "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/e223d1da-921e-4eaf-9ee3-023462d463cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:44:02,759 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc 0.067s 2025-08-03 10:44:02,759 98823 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': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc92a79-a0ab-4335-9d39-96951becbee4', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc92a79-a0ab-4335-9d39-96951becbee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc'} Body: b'{"volume": {"id": "e223d1da-921e-4eaf-9ee3-023462d463cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:03.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/e223d1da-921e-4eaf-9ee3-023462d463cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 2025-08-03 10:44:03,817 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc 0.043s 2025-08-03 10:44:03,817 98823 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': 'Sun, 03 Aug 2025 10:44:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623e5b35-8424-4d0d-825d-6d1c502ce943', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623e5b35-8424-4d0d-825d-6d1c502ce943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc'} Body: b'{"volume": {"id": "e223d1da-921e-4eaf-9ee3-023462d463cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:03.000000" , "updated_at": "2025-08-03T10:44:03.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/e223d1da-921e-4eaf-9ee3-023462d463cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.043343s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.033070s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.023916s] ... ok {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.899159s] ... 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 8f90cd1b-c3af-4643-80e9-b17570495b29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:10,765 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.686s 2025-08-03 10:44:10,765 98823 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-1471012009"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e4b09a2-a58a-4b36-8f01-7f46a793059e', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e4b09a2-a58a-4b36-8f01-7f46a793059e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8f90cd1b-c3af-4643-80e9-b17570495b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:10.681807", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1471012009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:44:10,843 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29 0.060s 2025-08-03 10:44:10,843 98823 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': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-073891ea-d3cf-4920-aa72-ab0f5d649f18', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-073891ea-d3cf-4920-aa72-ab0f5d649f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29'} Body: b'{"volume": {"id": "8f90cd1b-c3af-4643-80e9-b17570495b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1471012009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' 2025-08-03 10:44:11,954 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29 0.095s 2025-08-03 10:44:11,955 98823 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': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-11391e02-8121-4b90-b127-6f120660e161', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11391e02-8121-4b90-b127-6f120660e161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29'} Body: b'{"volume": {"id": "8f90cd1b-c3af-4643-80e9-b17570495b29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.000000", "updated_at": "2025-08-03T10:44:11.000000", "name": "tempest-VolumeRevertTests-Volume-1471012009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' {9} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [3.027153s] ... 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 e844dc7d-3345-40ea-809c-6793f2f4d366 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:11,853 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 1.575s 2025-08-03 10:44:11,853 98829 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-1795666590"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85ea6f33-d630-4f80-8f3c-9976a547700c', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85ea6f33-d630-4f80-8f3c-9976a547700c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.758885", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:11,932 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.063s 2025-08-03 10:44:11,932 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d770a8-11d4-427e-92c1-f7a799c3a391', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d770a8-11d4-427e-92c1-f7a799c3a391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e528fbcf7924871b55e215373ea45fc"}}' 2025-08-03 10:44:13,008 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.057s 2025-08-03 10:44:13,008 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:12 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb05aa3-2196-4f95-bc6e-094aa652cf6c', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb05aa3-2196-4f95-bc6e-094aa652cf6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e528fbcf7924871b55e215373ea45fc"}}' 2025-08-03 10:44:13,081 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.056s 2025-08-03 10:44:13,081 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d363592b-634f-4ca9-b713-74ae9f61bf9c', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d363592b-634f-4ca9-b713-74ae9f61bf9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e528fbcf7924871b55e215373ea45fc"}}' 2025-08-03 10:44:13,270 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.173s 2025-08-03 10:44:13,270 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd0860e-b1cc-48cd-bb27-7da8b5efb84e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'' 2025-08-03 10:44:13,301 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetype WithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.030s 2025-08-03 10:44:13,302 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae89ebc-f2d0-412e-b9d1-6df04ffd71ac', 'x-openstack-request-id': 'req-6ae89ebc-f2d0-412e-b9d1-6df04ffd71ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e844dc7d-3345-40ea-809c-6793f2f4d366 could not be found."}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.434109s] ... 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 40493793-0605-4c52-ae7e-912e949f239f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:12,248 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.268s 2025-08-03 10:44:12,249 98823 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-1647610273"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d0e4514-bda9-4ead-bc96-b2819f5678d5', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d0e4514-bda9-4ead-bc96-b2819f5678d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "40493793-0605-4c52-ae7e-912e949f239f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.160344", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1647610273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40493793-0605-4c52-ae7e-912e949f239f"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:44:12,307 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f 0.044s 2025-08-03 10:44:12,307 98823 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': 'Sun, 03 Aug 2025 10:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d653ffd6-76d8-4adc-9c38-abe258b115d4', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d653ffd6-76d8-4adc-9c38-abe258b115d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f'} Body: b'{"volume": {"id": "40493793-0605-4c52-ae7e-912e949f239f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1647610273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40493793-0605-4c52-ae7e-912e949f239f"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' 2025-08-03 10:44:13,397 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f 0.073s 2025-08-03 10:44:13,397 98823 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': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-fcaf7dd3-c6e5-40cb-8460-0a9d5102c4d3', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcaf7dd3-c6e5-40cb-8460-0a9d5102c4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f'} Body: b'{"volume": {"id": "40493793-0605-4c52-ae7e-912e949f239f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumeRevertTests-Volume-1647610273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40493793-0605-4c52-ae7e-912e949f239f"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [2.019041s] ... 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 9fcb3a44-347a-424c-b02e-d9889d799e0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:12,077 98827 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.621s 2025-08-03 10:44:12,078 98827 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-2073373813"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e67fda-6c91-4950-9be8-2bde3418db64', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e67fda-6c91-4950-9be8-2bde3418db64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.979458", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:12,149 98827 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/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.056s 2025-08-03 10:44:12,149 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a856b1b-972d-4aa6-86d8-c78c4fb22fbe', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a856b1b-972d-4aa6-86d8-c78c4fb22fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4b6ed5150b428d980562a21f4e2008"}}' 2025-08-03 10:44:13,212 98827 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/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.046s 2025-08-03 10:44:13,213 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-a8312b65-11cb-498a-9eb6-3cad1e1324be', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8312b65-11cb-498a-9eb6-3cad1e1324be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4b6ed5150b428d980562a21f4e2008"}}' 2025-08-03 10:44:13,281 98827 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.052s 2025-08-03 10:44:13,282 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72566f72-f0d1-42c9-9ffd-7983c3abab30', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72566f72-f0d1-42c9-9ffd-7983c3abab30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4b6ed5150b428d980562a21f4e2008"}}' 2025-08-03 10:44:13,439 98827 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.141s 2025-08-03 10:44:13,439 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f40c6a30-2042-404a-981d-15e67941b0e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'' 2025-08-03 10:44:13,473 98827 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e 0d 0.033s 2025-08-03 10:44:13,474 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-20026cac-8979-4e92-b76a-90cdf114201f', 'x-openstack-request-id': 'req-20026cac-8979-4e92-b76a-90cdf114201f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9fcb3a44-347a-424c-b02e-d9889d799e0d could not be found."}}' {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.030192s] ... ok {1} 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 1db710e4-5afa-449a-ab93-1eb1cea924fd failed to build and is in ERROR status {6} 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`. {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.200767s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.345913s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.019941s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.306337s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.027655s] ... ok {9} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.021198s] ... ok {8} 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 da382a67-1668-48c7-a1c3-99503bf073b8 failed to build and is in ERROR status {8} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {1} tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes [7.153899s] ... 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 0b35e915-a2b2-42fe-a63a-6acece062b36 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:48,724 98813 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571 on backend None 2025-08-03 10:44:48,901 98813 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.176s 2025-08-03 10:44:48,901 98813 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-2056775534-669217571", "extra_specs": {}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bccaf7d-6820-430b-8c01-4532bec71450', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bccaf7d-6820-430b-8c01-4532bec71450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "cf8e230f-f9ed-4704-b440-2d45d39bf921", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:44:48,905 98813 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-03 10:44:49,756 98813 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.850s 2025-08-03 10:44:49,757 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1590132241", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-5d5ea95a-a775-4039-9ba9-a0b610f5459f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1590132241", "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": "ed5721151a374d279649b2bf2bc3b531", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f38f6205-6279-4134-afd3-6f90cd66992d", "created_at": "2025-08-03T10:44:50Z", "updated_at": "2025-08-03T10:44:50Z", "tags": [], "self": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d", "file": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:51,497 98813 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/f38f6205-6279-4134-afd3-6f90cd66992d/file 1.739s 2025-08-03 10:44:51,498 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f66872c7-af40-490b-b588-253 599401b64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d/file'} Body: b'' 2025-08-03 10:44:51,498 98813 DEBUG [tempest.scenario.manager] image:f38f6205-6279-4134-afd3-6f90cd66992d 2025-08-03 10:44:51,612 98813 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.112s 2025-08-03 10:44:51,612 98813 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-1326300107", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJn/CtnLG0itk4e9wfniPpIOhB7oFp6dyjOimqUFnnjuS6YZ/vzoSRh4VAmNoCEdAD9E38Lkw+kAr9zXJ38kQ5ia38sVGfdCcrVpQnnCYkBxFNfmpmsuI6VrwXQtfM9jfg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 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-e0939bc4-0d8c-4f7c-96e9-16c091db8fe8', 'x-compute-request-id': 'req-e0939bc4-0d8c-4f7c-96e9-16c091db8fe8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-1326300107", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJn/CtnLG0itk4e9wfniPpIOhB7oFp6dyjOimqUFnnjuS6YZ/vzoSRh4VAmNoCEdAD9E38Lkw+kAr9zXJ38kQ5ia38sVGfdCcrVpQnnCYkBxFNfmpmsuI6VrwXQtfM9jfg==", "fingerprint": "4e:c2:6c:7c:06:dc:ae:88:3b:53:68:34:cc:6e:f4:a2", "user_id": "44f12521a3a2476da5e37698e777737f"}}' 2025-08-03 10:44:51,679 98813 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.063s 2025-08-03 10:44:51,679 98813 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': 'Sun, 03 Aug 2025 10:44:51 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-ad118b80-989d-46dc-9947-67280a13bef2', 'x-compute-request-id': 'req-ad118b80-989d-46dc-9947-67280a13bef2', '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-03T10:43:04.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-03T10:44:45.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-03T10:43:37.000000"}}}}]}' 2025-08-03 10:44:51,685 98813 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679 on backend None 2025-08-03 10:44:51,770 98813 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.085s 2025-08-03 10:44:51,771 98813 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "extra_specs": {}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8dfc79-f2f6-455b-9b98-3b78159edf4d', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8dfc79-f2f6-455b-9b98-3b78159edf4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "f8db0868-66b8-444e-8d8c-cb1de35d5f9f", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:44:51,774 98813 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120 on backend None 2025-08-03 10:44:51,820 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.045s 2025-08-03 10:44:51,820 98813 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-1901571471-955768120", "extra_specs": {}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44aaa10-9a9e-4fdb-a492-2ee7ff3db554', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44aaa10-9a9e-4fdb-a492-2ee7ff3db554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "999d7396-df0f-4f54-b9a9-adbb6b82d8b3", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:44:51,823 98813 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-03 10:44:52,045 98813 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.220s 2025-08-03 10:44:52,046 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-560856725", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1564489a-de08-43d6-a316-b698a2dc644f', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1564489a-de08-43d6-a316-b698a2dc644f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e9573b2b-1367-40a7-83b4-bf5ab36f05e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:51.978790", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volum e-560856725", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:52,708 98813 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.632s 2025-08-03 10:44:52,709 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-204679861", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e25bd8f-ac56-47df-a9b6-d0df48c862dc', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e25bd8f-ac56-47df-a9b6-d0df48c862dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2c5c09c4-d686-4fab-8ef2-2536752c1a99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:52.631106", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-204679861", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:52,745 98813 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/f38f6205-6279-4134-afd3-6f90cd66992d 0.024s 2025-08-03 10:44:52,745 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c9358010-959b-481a-90b9-9be811d2e0e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d'} Body: b'{"name": "tempest-scenario-img--1590132241", "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": "ed5721151a374d279649b2bf2bc3b531", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f38f6205-6279-4134-afd3-6f90cd66992d", "created_at": "2025-08-03T10:44:50Z", "updated_at": "2025-08-03T10:44:51Z", "tags": [], "self": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d", "file": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:53,177 98813 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.431s 2025-08-03 10:44:53,177 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "snapshot_id": null, "imageRef": "f38f6205-6279-4134-afd3-6f90cd66992d", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25fb4eac-ef13-4932-8890-781fd1b66055', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25fb4eac-ef13-4932-8890-781fd1b66055', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0b35e915-a2b2-42fe-a63a-6acece062b36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:53.069083", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:53,258 98813 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/0b35e915-a2b2-42fe-a63a-6acece062b36 0.068s 2025-08-03 10:44:53,258 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9946a41c-bbf1-4043-a037-b5fd3f42f465', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9946a41c-bbf1-4043-a037-b5fd3f42f465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'{"volume": {"id": "0b35e915-a2b2-42fe-a63a-6acece062b36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:53.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed5721151a374d279649b2bf2bc3 b531"}}' 2025-08-03 10:44:54,319 98813 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/0b35e915-a2b2-42fe-a63a-6acece062b36 0.046s 2025-08-03 10:44:54,319 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087b2225-6e45-478a-bdee-211d87c3889e', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087b2225-6e45-478a-bdee-211d87c3889e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'{"volume": {"id": "0b35e915-a2b2-42fe-a63a-6acece062b36", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:53.000000", "updated_at": "2025-08-03T10:44:53.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed5721151a374d279649b2bf2bc3b531"}}' 2025-08-03 10:44:54,485 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36 0.151s 2025-08-03 10:44:54,485 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-c0f46618-a889-4e91-8f74-4398b8eeb160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'' 2025-08-03 10:44:54,509 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36 0.023s 2025-08-03 10:44:54,510 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-d9c8af2d-5048-4ec8-84ff-18f46c3dce9b', 'x-openstack-request-id': 'req-d9c8af2d-5048-4ec8-84ff-18f46c3dce9b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0b35e915-a2b2-42fe-a63a-6acece062b36 could not be found."}}' 2025-08-03 10:44:54,654 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99 0.1 43s 2025-08-03 10:44:54,654 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-79e54f29-02bc-4961-ae46-bf50cc8757f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99'} Body: b'' 2025-08-03 10:44:54,683 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99 0.028s 2025-08-03 10:44:54,684 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-c276d574-db69-4f54-84a8-b1cccb0c5d91', 'x-openstack-request-id': 'req-c276d574-db69-4f54-84a8-b1cccb0c5d91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2c5c09c4-d686-4fab-8ef2-2536752c1a99 could not be found."}}' 2025-08-03 10:44:54,819 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3 0.135s 2025-08-03 10:44:54,820 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-101a8b7f-f31e-49a0-b0da-658afafef315', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3'} Body: b'' 2025-08-03 10:44:54,851 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3 0.031s 2025-08-03 10:44:54,851 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-01ea6200-3e2b-400c-b754-57d8d88b44d7', 'x-openstack-request-id': 'req-01ea6200-3e2b-400c-b754-57d8d88b44d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e9573b2b-1367-40a7-83b4-bf5ab36f05e3 could not be found."}}' 2025-08-03 10:44:54,937 98813 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.085s 2025-08-03 10:44:54,938 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48828090-13bb-465b-9c77-03d4889bed11', 'content-length': '15', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48828090-13bb-465b-9c77-03d4889bed11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": []}' 2025-08-03 10:44:55,009 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/999d7396-df0f-4f54-b9a9-adbb6b82d8b3 0.052s 2025-08-03 10:44:55,010 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-a9af6319-6296-4656-9f37-70e82e59e5f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/999d7396-df0f-4f54-b9a9-adbb6b82d8b3'} Body: b'' 2025-08-03 10:44:55,077 98813 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.066s 2025-08-03 10:44:55,077 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1cd28d-deda-40cc-b361-26e0ee804e88', 'content-length': '15', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1cd28d-deda-40cc-b361-26e0ee804e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": []}' 2025-08-03 10:44:55,146 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/f8db0868-66b8-444e-8d8c-cb1de35d5f9f 0.054s 2025-08-03 10:44:55,147 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-b0d3d902-4e0a-445e-bebf-e23cda50af9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/f8db0868-66b8-444e-8d8c-cb1de35d5f9f'} Body: b'' 2025-08-03 10:44:55,213 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1326300107 0.065s 2025-08-03 10:44:55,213 98813 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': 'Sun, 03 Aug 2025 10:44:55 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-0bd36cef-3cc6-4472-8d8e-1fb5de18ed7b', 'x-compute-request-id': 'req-0bd36cef-3cc 6-4472-8d8e-1fb5de18ed7b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1326300107'} Body: b'' 2025-08-03 10:44:55,564 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d 0.350s 2025-08-03 10:44:55,565 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-faa0f462-6ee2-425b-83ad-c241a15679ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d'} Body: b'' 2025-08-03 10:44:55,765 98813 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.199s 2025-08-03 10:44:55,765 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8353b7f1-a16e-410c-9795-1a8fb66bbc08', 'content-length': '15', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8353b7f1-a16e-410c-9795-1a8fb66bbc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": []}' 2025-08-03 10:44:55,874 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/cf8e230f-f9ed-4704-b440-2d45d39bf921 0.095s 2025-08-03 10:44:55,875 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-07fd0c40-cdef-4b6e-9c01-b184ba03c100', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/cf8e230f-f9ed-4704-b440-2d45d39bf921'} Body: b'' {1} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {7} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [150.169086s] ... 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 3e1bdd57-481f-4a5f-b30d-af641d2067d4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:51,859 98825 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.041s 2025-08-03 10:42:51,859 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:51 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-5630064b-8a0f-4f63-899d-c69e7194cf1b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4be819e4bd714eceaaec1dd41a2a536b", "name": "tempest-DeleteServersTestJSON-10685350-project-member", "password_expires_at": null}, "audit_ids": ["WjAlb_D9TT2vXOB5lHJxiA"], "expires_at": "2025-08-03T11:42:51.000000Z", "issued_at": "2025-08-03T10:42:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f707d268c614ab0a19547cba95d41ff", "name": "tempest-DeleteServersTestJSON-10685350"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5f707d268c614ab0a19547cba95d41ff", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:42:51,860 98825 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'e1425d2a-d395-4657-99f0-4674e7dc6d01', 'name': 'tempest-DeleteServersTestJSON-1285833573-network', 'tenant_id': '5f707d268c614ab0a19547cba95d41ff', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5f707d268c614ab0a19547cba95d41ff', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63826, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created _at': '2025-08-03T10:42:35Z', 'updated_at': '2025-08-03T10:42:35Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:24,115 98825 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 32.253s 2025-08-03 10:43:24,115 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-38942861", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "e1425d2a-d395-4657-99f0-4674e7dc6d01"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e746c4d0-0828-4bbc-8980-9c96e0c80f8c', 'x-compute-request-id': 'req-e746c4d0-0828-4bbc-8980-9c96e0c80f8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZqzczxKPkT9u"}}' 2025-08-03 10:43:28,314 98825 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/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d 4.196s 2025-08-03 10:43:28,315 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-906b8bc2-1d4d-45fe-a94a-577ee5146d12', 'x-compute-request-id': 'req-906b8bc2-1d4d-45fe-a94a-577ee5146d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d'} Body: b'{"server": {"id": "b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d", "name": "tempest-DeleteServersTestJSON-server-38942861", "status": "BUILD", "tenant_id": "5f707d268c614ab0a19547cba95d41ff", "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:24Z", "updated": "2025-08-03T10:43:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}], "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-03 10:44:20,591 98825 INFO [tempest.lib.common.rest_client] Request (DeleteServer sTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d 2.197s 2025-08-03 10:44:20,591 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2c5bce5-6af8-4f99-8b85-9bf74dd105ac', 'x-compute-request-id': 'req-b2c5bce5-6af8-4f99-8b85-9bf74dd105ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d'} Body: b'{"server": {"id": "b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d", "name": "tempest-DeleteServersTestJSON-server-38942861", "status": "ACTIVE", "tenant_id": "5f707d268c614ab0a19547cba95d41ff", "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "metadata": {}, "hostId": "be066861ee5890c0ef9479eeba36939ebe2aa5975f338da1f37c2725", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:23Z", "updated": "2025-08-03T10:43:57Z", "addresses": {"tempest-DeleteServersTestJSON-1285833573-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:15:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:44:20,608 98825 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-03 10:45:20,846 98825 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.235s 2025-08-03 10:45:20,846 98825 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-1840132462"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc83d8d-90be-4371-b27c-45ed7ea4069e', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc83d8d-90be-4371-b27c-45ed7ea4069e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3e1bdd57-481f-4a5f-b30d-af641d2067d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:20.782990", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1840132462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e1bdd57-48 1f-4a5f-b30d-af641d2067d4"}], "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:20,904 98825 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/3e1bdd57-481f-4a5f-b30d-af641d2067d4 0.043s 2025-08-03 10:45:20,904 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dcab0b2-5ae7-44f3-855e-dcba66c8049f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dcab0b2-5ae7-44f3-855e-dcba66c8049f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4'} Body: b'{"volume": {"id": "3e1bdd57-481f-4a5f-b30d-af641d2067d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:21.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1840132462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}], "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f707d268c614ab0a19547cba95d41ff"}}' 2025-08-03 10:45:21,960 98825 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/3e1bdd57-481f-4a5f-b30d-af641d2067d4 0.039s 2025-08-03 10:45:21,960 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d818eb-537e-483d-9b32-332f8b8d72eb', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d818eb-537e-483d-9b32-332f8b8d72eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4'} Body: b'{"volume": {"id": "3e1bdd57-481f-4a5f-b30d-af641d2067d4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:21.000000", "updated_at": "2025-08-03T10:45:21.000000", "name": "tempest-DeleteServersTestJSON-volume-1840132462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}], "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f707d268c614ab0a19547cba95d41ff"}}' {3} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [139.821413s] ... 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 a696fdae-bc10-4412-b6d5-6904d5bca13b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:24,593 98817 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:43:28,536 98817 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 3.941s 2025-08-03 10:43:28,536 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-966767139", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHsKuWc4cy9TNetwM6IQprJWNAvA4ffNj+1R6uLyumgeR/PVEvS0wGTbv+Ew3z2R2Uu1NKo8dAd8xAViwu9TBLaC8ezb4jmHIeVVNsiSKMHvFY5mTtc7ifwODHkkWCm7NA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:24 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-7db2e06f-02a8-4322-a2ac-ed5571ba1df9', 'x-compute-request-id': 'req-7db2e06f-02a8-4322-a2ac-ed5571ba1df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-966767139", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHsKuWc4cy9TNetwM6IQprJWNAvA4ffNj+1R6uLyumgeR/PVEvS0wGTbv+Ew3z2R2Uu1NKo8dAd8xAViwu9TBLaC8ezb4jmHIeVVNsiSKMHvFY5mTtc7ifwODHkkWCm7NA==", "fingerprint": "b7:d0:84:57:98:d4:f4:98:68:38:e0:20:70:53:a2:66", "user_id": "b711315898fb4c24ab39f90e8f14d96b"}}' 2025-08-03 10:43:28,539 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-966767139 created 2025-08-03 10:43:30,220 98817 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 1.680s 2025-08-03 10:43:30,220 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--99179172", "description": "tempest-description--198975017"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-92ea4314-3deb-4ea6-8258-72a947cbffc3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "name": "tempest-securitygroup--99179172", "stateful": true, "tenant_id": "3746428d930443f8979d038b361f4ea7", "description": "tempest-description--198975017", "shared": false, "security_group_rules": [{"id": "38274257-5e40-4da7-b5b6-55412c55e8cb", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "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": 306, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:29Z", "updated_at": "2025-08-03T10:43:29Z", "revision_number": 0}, {"id": "f392470e-1539-4bf3-bd73-642b6f9b1010", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remo te_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 307, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:29Z", "updated_at": "2025-08-03T10:43:29Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:43:29Z", "updated_at": "2025-08-03T10:43:29Z", "revision_number": 1, "project_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:43:32,579 98817 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.358s 2025-08-03 10:43:32,579 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8bcd07b7-c3b4-42be-b9a0-e5dfffbf3592', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be1509c5-e34a-4710-9496-165be3ab9abe", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "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-03T10:43:32Z", "updated_at": "2025-08-03T10:43:32Z", "revision_number": 0}}' 2025-08-03 10:43:34,580 98817 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.000s 2025-08-03 10:43:34,580 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-813d3db8-8e1a-4249-b13c-753e5bffe013', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d528651a-ae0d-471a-9dd4-1da253b3bef2", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "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-03T10:43:34Z", "updated_at": "2025-08-03T10:43:34Z", "revision_number": 0}}' 2025-08-03 10:43:34,580 98817 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--99179172 created 2025-08-03 10:43:36,593 98817 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.012s 2025-08-03 10:43:36,594 98817 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-954b7bab-1cf0-4888-b0d2-2adcb8d2dbd7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6b82c5be-40d0-4b61-ad9a-ca0e28230e89", "tenant_id": "3746428d930443f8979d038b361f4ea7", "floating_ip_address": "172.24.4.142", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3746428d930443f8979d038b361f4ea7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:36Z", "updated_at": "2025-08-03T10:43:36Z", "revision_number": 0}}' 2025-08-03 10:43:36,594 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6b82c5be-40d0-4b61-ad9a-ca0e28230e89', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3746428d930443f8979d038b361f4ea7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:36Z', 'updated_at': '2025-08-03T10:43:36Z', 'revision_number': 0, 'ip': '172.24.4.142'} created 2025-08-03 10:43:36,688 98817 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.089s 2025-08-03 10:43:36,688 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1881c3f1-26f9-4293-b561-0920ca4306d5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b711315898fb4c24ab39f90e8f14d96b", "name": "tempest-VolumesAdminNegativeTest-1679701934-project-member", "password_expires_at": null}, "audit_ids": ["JY18nhhgQqyhS4mP5VKHlw"], "expires_at": "2025-08-03T11:43:36.000000Z", "issued_at": "2025-08-03T10:43:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3746428d930443f8979d038b361f4ea7", "name": "tempest-VolumesAdminNegativeTest-1679701934"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3746428d930443f8979d038b361f4ea7", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f40 0ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:43:36,689 98817 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'c77f4519-b2e2-4d9e-b51e-27e13206a590', 'name': 'tempest-VolumesAdminNegativeTest-1090533263-network', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3746428d930443f8979d038b361f4ea7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42468, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:36,690 98817 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-966767139', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHsKuWc4cy9TNetwM6IQprJWNAvA4ffNj+1R6uLyumgeR/PVEvS0wGTbv+Ew3z2R2Uu1NKo8dAd8xAViwu9TBLaC8ezb4jmHIeVVNsiSKMHvFY5mTtc7ifwODHkkWCm7NA==', 'fingerprint': 'b7:d0:84:57:98:d4:f4:98:68:38:e0:20:70:53:a2:66', 'user_id': 'b711315898fb4c24ab39f90e8f14d96b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB/Bu/ormLv8LjHp/h1K/VryA/5EPKI4rZH1yyWg8cRTlu/W6U/6XR8\nzcnOiAB1nVagBwYFK4EEACKhZANiAAR7CrlnOHMvUzXrcDOiEKayVjQLwOH3zY/t\nUeri8rpoHkfz1RL0tMBk27/hMN89kdlLtTSqPHQHfMQFYsLvUwS2gvHs2+I5hyHl\nVTbIkijB7xWOZk7XO4n8Dgx5JFgpuzQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0c6460a5-ad68-462f-a52a-528e11b18bcd', 'name': 'tempest-securitygroup--99179172', 'stateful': True, 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'description': 'tempest-description--198975017', 'shared': False, 'security_group_rules': [{'id': '38274257-5e40-4da7-b5b6-55412c55e8cb', 'project_id': '3746428d930443f8979d038b361f4ea7', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'security_group_id': '0c6460a5-ad68-462f-a52a-528e11b18bcd', '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': 306, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:29Z', 'updated_at': '2025-08-03T10:43:29Z', 'revision_number': 0}, {'id': 'f392470e-1539-4bf3-bd73-642b6f9b1010', 'project_id': '3746428d930443f8979d038b361f4ea7', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'security_group_id': '0c6460a5-ad68-462f-a52a-528e11b18bcd', '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': 307, 'belongs_to_default_sg': False, 'description': None , 'tags': [], 'created_at': '2025-08-03T10:43:29Z', 'updated_at': '2025-08-03T10:43:29Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:43:29Z', 'updated_at': '2025-08-03T10:43:29Z', 'revision_number': 1, 'project_id': '3746428d930443f8979d038b361f4ea7'}, 'floating_ip': {'id': '6b82c5be-40d0-4b61-ad9a-ca0e28230e89', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3746428d930443f8979d038b361f4ea7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:36Z', 'updated_at': '2025-08-03T10:43:36Z', 'revision_number': 0, 'ip': '172.24.4.142'}} 2025-08-03 10:43:47,546 98817 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 10.855s 2025-08-03 10:43:47,546 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1024871978", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "c77f4519-b2e2-4d9e-b51e-27e13206a590"}], "security_groups": [{"name": "tempest-securitygroup--99179172"}], "key_name": "tempest-keypair-966767139", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fd4672b-4b2f-4759-bc4e-3e72b08b6b6b', 'x-compute-request-id': 'req-5fd4672b-4b2f-4759-bc4e-3e72b08b6b6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--99179172"}], "adminPass": "tPiU4wqP98gq"}}' 2025-08-03 10:43:48,997 98817 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/50c43dfc-a78b-4812-b50a-a2b8cc540fc2 1.447s 2025-08-03 10:43:48,997 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:47 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-7fffc6f4-1fb1-49c8-9c1f-b8baaeb76c4e', 'x-compute-request-id': 'req-7fffc6f4-1fb1-49c8-9c1f-b8baaeb76c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2'} Body: b'{"server": {"id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "name": "tempest-VolumesAdminNegativeTest-server-1024871978", "status": "BUILD", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "", " image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:47Z", "updated": "2025-08-03T10:43:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-966767139", "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-03 10:44:41,920 98817 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/50c43dfc-a78b-4812-b50a-a2b8cc540fc2 2.856s 2025-08-03 10:44:41,921 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46360573-8ff2-48f6-912a-6dd3cb45c876', 'x-compute-request-id': 'req-46360573-8ff2-48f6-912a-6dd3cb45c876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2'} Body: b'{"server": {"id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "name": "tempest-VolumesAdminNegativeTest-server-1024871978", "status": "ACTIVE", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "ff375677dee7701c1e1e9d185407d6ef468bbea4fa9b4ddeeac017c0", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:47Z", "updated": "2025-08-03T10:44:16Z", "addresses": {"tempest-VolumesAdminNegativeTest-1090533263-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:79:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-966767139", "OS-SRV-USG:launched_at": "2025-08-03T10:44:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--99179172"}], "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-03 10:44:41,939 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-03 10:45:42,149 98817 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/50c43dfc-a78b-4812-b50a-a2b8cc540fc2/os-interface 0.149s 2025-08-03 10:45:42,150 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf0ea590-1401-41b9-8bdc-689090540865', 'x-compute-request-id': 'req-bf0ea590-1401-41b9-8bdc-689090540865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c77f4519-b2e2-4d9e-b51e-27e13206a590", "port_id": "6cf64f8c-18ed-4594-9ac6-1686381d9ff8", "mac_addr": "fa:16:3e:8d:79:24", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "483a961b-86ff-4982-aece-9eaef072324d", "ip_address": "10.0.0.5"}]}]}' 2025-08-03 10:45:42,888 98817 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/6b82c5be-40d0-4b61-ad9a-ca0e28230e89 0.733s 2025-08-03 10:45:42,888 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6cf64f8c-18ed-4594-9ac6-1686381d9ff8"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-a8c13d3c-6b83-4d9a-82f3-58d36399aa3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/6b82c5be-40d0-4b61-ad9a-ca0e28230e89'} Body: b'{"floatingip": {"id": "6b82c5be-40d0-4b61-ad9a-ca0e28230e89", "tenant_id": "3746428d930443f8979d038b361f4ea7", "floating_ip_address": "172.24.4.142", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "604b5183-e5cb-4a09-baaf-b49aa0414672", "port_id": "6cf64f8c-18ed-4594-9ac6-1686381d9ff8", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c77f4519-b2e2-4d9e-b51e-27e13206a590", "mac_address": "fa:16:3e:8d:79:24", "admin_state_up": true, "status": "ACTIVE", "device_id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:36Z", "updated_at": "2025-08-03T10:45:42Z", "revision_number": 1, "project_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:45:42,890 98817 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.142:22' as 'cirros' with public key authentication 2025-08-03 10:45:42,913 98817 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:45:43,017 98817 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:45:43,018 98817 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.142 successfully created 2025-08-03 10:45:43,253 98817 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.234s 2025-08-03 10:45:43,254 98817 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-349962981"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9aa8b7-56be-4294-8367-e0a36fd38d97', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9aa8b7-56be- 4294-8367-e0a36fd38d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a696fdae-bc10-4412-b6d5-6904d5bca13b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:43.174823", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-349962981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:43,330 98817 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/a696fdae-bc10-4412-b6d5-6904d5bca13b 0.049s 2025-08-03 10:45:43,330 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d44ad6-daee-4177-80a9-23eb18bca531', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d44ad6-daee-4177-80a9-23eb18bca531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b'} Body: b'{"volume": {"id": "a696fdae-bc10-4412-b6d5-6904d5bca13b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:43.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-349962981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:45:44,398 98817 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/a696fdae-bc10-4412-b6d5-6904d5bca13b 0.038s 2025-08-03 10:45:44,399 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83722ed-2926-4e10-8d4a-903e41b00910', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83722ed-2926-4e10-8d4a-903e41b00910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b'} Body: b'{"volume": {"id": "a696fdae-bc10-4412-b6d5-6904d5bca13b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:43.000000", "updated_at": "2025-08-03T10:45:43.000000", "name": "tempest-VolumesAdminNegativeTest-volume-349962981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self" , "href": "http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' {4} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [207.988667s] ... 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 5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:58,157 98819 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:42:58,157 98819 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:42:58,642 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.484s 2025-08-03 10:42:58,643 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1506796806", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI386zmfoz6yOaMItLDgOovBFU8W7h5i9r8lNsCW1yqlFBuETGDxIcVQ/9CPTZv7n5jOtA4kfXaVOEVKKpezVJTZjzk/uB2xdQp8R22iq4wv6i+VUdWqcxSVkCUnYyqu9Q=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42: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-0bdfe6ab-34a0-4def-9264-189a71b53ce4', 'x-compute-request-id': 'req-0bdfe6ab-34a0-4def-9264-189a71b53ce4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1506796806", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI386zmfoz6yOaMItLDgOovBFU8W7h5i9r8lNsCW1yqlFBuETGDxIcVQ/9CPTZv7n5jOtA4kfXaVOEVKKpezVJTZjzk/uB2xdQp8R22iq4wv6i+VUdWqcxSVkCUnYyqu9Q==", "fingerprint": "dd:4f:7c:3b:73:d8:b8:5b:fb:85:f9:43:1a:53:c7:a5", "user_id": "188a786cac2b41f5bd8205758bc0cf20"}}' 2025-08-03 10:42:58,645 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1506796806 created 2025-08-03 10:43:04,623 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 5.977s 2025-08-03 10:43:04,623 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--924690191", "description": "tempest-description--37180315"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-862a98cc-0d7f-40d7-b5f3-f0f8733b9a56', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "21491694-de02-4979-8ead-1bf943f355bf", "name": "tempest-securitygroup--924690191", "stateful": true, "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "tempest-description--37180315", "shared": false, "security_group_rules": [{"id": "4d82f5a3-53c5-4a34-a164-b28c77314912", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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": 205, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:04Z", "updated_at": "2025-08-03T10:43:04Z", "revision_number": 0}, {"id": "c9643dfe-2d6b-4837-a170-1026c240b61e", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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": 206, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:04Z", "updated_at": "2025-08-03T10:43:04Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:43:04Z", "updated_at": "2025-08-03T10:43:04Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:43:06,430 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.806s 2025-08-03 10:43:06,431 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a356fec5-9d48-4235-addc-9766032e948f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b38d803d-01c6-4e3d-89f0-3b8de079de23", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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-03T10:43:06Z", "updated_at": "2025-08-03T10:43:06Z", "revision_number": 0}}' 2025-08-03 10:43:08,905 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.473s 2025-08-03 10:43:08,905 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bee20a1b-c405-408b-8f81-c9ad195e24aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d96c53e-6bba-4014-ba04-174ad7d6acc1", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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-03T10:43:08Z", "updated_at": "2025-08-03T10:43:08Z", "revision_number": 0}}' 2025-08-03 10:43:08,906 98819 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--924690191 created 2025-08-03 10:43:15,613 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 6.707s 2025-08-03 10:43:15,614 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-df30f676-1a74-4a01-9362-2dc9c51f85e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a58c8990-183d-4403-90de-e172599e8422", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:14Z", "updated_at": "2025-08-03T10:43:14Z", "revision_number": 0}}' 2025-08-03 10:43:15,614 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a58c8990-183d-4403-90de-e172599e8422', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:14Z', 'updated_at': '2025-08-03T10:43:14Z', 'revision_number': 0, 'ip': '172.24.4.182'} created 2025-08-03 10:43:15,714 98819 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.094s 2025-08-03 10:43:15,714 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:15 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-843d1d45-2836-42dc-991b-bd9e3067889e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "188a786cac2b41f5bd8205758bc0cf20", "name": "tempest-AttachVolumeNegativeTest-863899931-project-member", "password_expires_at": null}, "audit_ids": ["wY6WDXZUQom6qRQybAbCbA"], "expires_at": "2025-08-03T11:43:15.000000Z", "issued_at": "2025-08-03T10:43:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30509cab7717416cbd15cd6bf2388ecb", "name": "tempest-AttachVolumeNegativeTest-863899931"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30509cab7717416cbd15cd6bf2388ecb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "reg ion": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:43:15,715 98819 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'a5ee7952-c760-4ebf-a06d-056998be0c03', 'name': 'tempest-AttachVolumeNegativeTest-995598820-network', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19623, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:15,715 98819 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1506796806', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI386zmfoz6yOaMItLDgOovBFU8W7h5i9r8lNsCW1yqlFBuETGDxIcVQ/9CPTZv7n5jOtA4kfXaVOEVKKpezVJTZjzk/uB2xdQp8R22iq4wv6i+VUdWqcxSVkCUnYyqu9Q==', 'fingerprint': 'dd:4f:7c:3b:73:d8:b8:5b:fb:85:f9:43:1a:53:c7:a5', 'user_id': '188a786cac2b41f5bd8205758bc0cf20', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDClgWyeRV5yOA/1omBA9lVFTvFmKjUw4Q14+Z2Bej13vVlhBlp+Asds\nwvxHY+dk6PmgBwYFK4EEACKhZANiAASN/Os5n6M+sjmjCLSw4DqLwRVPFu4eYva/\nJTbAltcqpRQbhExg8SHFUP/Qj02b+5+YzrQOJH12lThFSiqXs1SU2Y85P7gdsXUK\nfEdtoquML+ovlVHVqnMUlZAlJ2MqrvU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '21491694-de02-4979-8ead-1bf943f355bf', 'name': 'tempest-securitygroup--924690191', 'stateful': True, 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': 'tempest-description--37180315', 'shared': False, 'security_group_rules': [{'id': '4d82f5a3-53c5-4a34-a164-b28c77314912', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '21491694-de02-4979-8ead-1bf943f355bf', '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': 205, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0}, {'id': 'c9643dfe-2d6b-4837-a170-1026c240b61e', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '21491694-de02-4979-8ead-1bf943f355bf', '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': 206, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0 }], 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 1, 'project_id': '30509cab7717416cbd15cd6bf2388ecb'}, 'floating_ip': {'id': 'a58c8990-183d-4403-90de-e172599e8422', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:14Z', 'updated_at': '2025-08-03T10:43:14Z', 'revision_number': 0, 'ip': '172.24.4.182'}} 2025-08-03 10:43:38,680 98819 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 22.963s 2025-08-03 10:43:38,680 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-139784317", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a5ee7952-c760-4ebf-a06d-056998be0c03"}], "security_groups": [{"name": "tempest-securitygroup--924690191"}], "key_name": "tempest-keypair-1506796806", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e868fa55-20b1-470b-bb1d-fd60f30793ba', 'x-compute-request-id': 'req-e868fa55-20b1-470b-bb1d-fd60f30793ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--924690191"}], "adminPass": "password"}}' 2025-08-03 10:43:40,648 98819 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/02439297-9db3-4691-b50e-f370b9f97f26 1.964s 2025-08-03 10:43:40,648 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:38 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-f2823b8f-0fae-4075-aabe-bb8d5eb22350', 'x-compute-request-id': 'req-f2823b8f-0fae-4075-aabe-bb8d5eb22350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "name": "tempest-AttachVolumeNegativeTest-server-139784317", "status": "BUILD", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:39Z", "updated": "2025-08-03T10:43:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1506796806", "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-03 10:44:32,096 98819 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/02439297-9db3-4691-b50e-f370b9f97f26 1.380s 2025-08-03 10:44:32,096 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:30 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-89ec58b4-a026-4292-9ce9-86fb365a2baf', 'x-compute-request-id': 'req-89ec58b4-a026-4292-9ce9-86fb365a2baf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "name": "tempest-AttachVolumeNegativeTest-server-139784317", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:02:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1506796806", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--924690191"}], "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-03 10:44:32,113 98819 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-03 10:45:32,339 98819 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/02439297-9db3-4691-b50e-f370b9f97f26/os-interface 0.170s 2025-08-03 10:45:32,339 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:32 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-d747d159-92b9-409c-9e97-79d6732f713d', 'x-compute-request-id': 'req-d747d159-92b9-409c-9e97-79d6732f713d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "port_id": "b1c1aaff-84bd-49c5-baf4-9ccea29c96ea", "mac_addr": "fa:16:3e:d6:02:db", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7a72c149-b34e-4a0a-8b55-349907b6465f", "ip_address": "10.0.0.13"}]}]}' 2025-08-03 10:45:33,495 98819 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/a58c8990-183d-4403-90de-e172599e8422 1.151s 2025-08-03 10:45:33,495 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b1c1aaff-84bd-49c5-baf4-9ccea29c96ea"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-d4f0915c-6761-4c4b-8ee6-d0d2f81f7913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a58c8990-183d-4403-90de-e172599e8422'} Body: b'{"floatingip": {"id": "a58c8990-183d-4403-90de-e172599e8422", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "09e65b90-9d25-4c48-b62e-0a80e9f8b70d", "port_id": "b1c1aaff-84bd-49c5-baf4-9ccea29c96ea", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "mac_address": "fa:16:3e:d6:02:db", "admin_state_up": true, "status": "ACTIVE", "device_id": "02439297-9db3-4691-b50e-f370b9f97f26", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:14Z", "updated_at": "2025-08-03T10:45:32Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:45:33,498 98819 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.182:22' as 'cirros' with public key authentication 2025-08-03 10:45:33,512 98819 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:45:33,615 98819 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:45:33,616 98819 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.182 successfully created 2025-08-03 10:45:33,657 98819 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/02439297-9db3-4691-b50e-f370b9f97f26/ips 0.041s 2025-08-03 10:45:33,657 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:33 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-2b469926-789d-49cb-905a-6feae068aedc', 'x-compute-request-id': 'req-2b469926-789d-49cb-905a-6feae068aedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0243929 7-9db3-4691-b50e-f370b9f97f26/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-03 10:45:33,881 98819 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.220s 2025-08-03 10:45:33,881 98819 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-607501549"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49ae9e3-e047-4a33-82c7-cf7373293871', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49ae9e3-e047-4a33-82c7-cf7373293871', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:33.813686", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-607501549", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:33,934 98819 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/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae 0.040s 2025-08-03 10:45:33,935 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dfd7097-a85b-4653-978f-7c6f083c08fe', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dfd7097-a85b-4653-978f-7c6f083c08fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae'} Body: b'{"volume": {"id": "5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:34.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-607501549", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:45:34,986 98819 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/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae 0.036s 2025-08-03 10:45:34,986 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appl ication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6074cb3f-ac6d-4a21-930d-005b379aee6c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6074cb3f-ac6d-4a21-930d-005b379aee6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae'} Body: b'{"volume": {"id": "5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:34.000000", "updated_at": "2025-08-03T10:45:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-607501549", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:45:35,218 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26 0.217s 2025-08-03 10:45:35,218 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45: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-6a9ea096-1993-4eca-bda0-e0d7963438dd', 'x-compute-request-id': 'req-6a9ea096-1993-4eca-bda0-e0d7963438dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'' 2025-08-03 10:45:35,425 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26 0.206s 2025-08-03 10:45:35,425 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e07ae610-fb42-485d-b183-6df6125139c0', 'x-compute-request-id': 'req-e07ae610-fb42-485d-b183-6df6125139c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "name": "tempest-AttachVolumeNegativeTest-server-139784317", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-0 3T10:45:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:02:db"}, {"version": 4, "addr": "172.24.4.182", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:02:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1506796806", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--924690191"}], "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-03 10:46:25,533 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26 0.045s 2025-08-03 10:46:25,534 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-c738774c-a4d6-472d-803e-8c6742397ae0', 'x-compute-request-id': 'req-c738774c-a4d6-472d-803e-8c6742397ae0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 02439297-9db3-4691-b50e-f370b9f97f26 could not be found."}}' 2025-08-03 10:46:25,568 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1506796806 0.033s 2025-08-03 10:46:25,568 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-4a207cc9-c96b-4afa-af73-7320a4355517', 'x-compute-request-id': 'req-4a207cc9-c96b-4afa-af73-7320a4355517', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1506796806'} Body: b'' 2025-08-03 10:46:25,774 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf 0.205s 2025-08-03 10:46:25,774 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-13e9ca97-04d3-4865-b033-41e1ed3f3d54', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf'} Body: b'' 2025-08-03 10:46:25,792 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/netw orking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf 0.017s 2025-08-03 10:46:25,792 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-abba5ecb-71ad-4d0c-bd87-9e1d50ff7335', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 21491694-de02-4979-8ead-1bf943f355bf does not exist", "detail": ""}}' 2025-08-03 10:46:26,144 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/a58c8990-183d-4403-90de-e172599e8422 0.351s 2025-08-03 10:46:26,144 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fc23b23e-58c5-4374-bb98-c448530e74cc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a58c8990-183d-4403-90de-e172599e8422'} Body: b'' {7} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1355aa62-56cb-446d-a629-f11c0037a6ef failed to build and is in ERROR status {0} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [194.744896s] ... 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 ab53bc90-027d-4175-9bef-783d3ea0ce24 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:18,946 98811 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.289s 2025-08-03 10:43:18,947 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be0a5c74-fd66-4fcf-bc01-f96708633879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:19,701 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.720s 2025-08-03 10:43:19,701 98811 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': 'Sun, 03 Aug 2025 10:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d7421220-68df-4104-b079-447ec16a4659', '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": "8b22dd1c269340478cb875c1d94f8b06", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "created_at": "2025-08-03T10:43:20Z", "updated_at": "2025-08-03T10:43:20Z", "tags": [], "self": "/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce", "file": "/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:21,100 98811 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/8db7ec40-ced2-42cc-b54e-df21ded321ce/file 1.397s 2025-08-03 10:43:21,100 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2f51cfe3-9711-4323-bf96-aef01c871b06', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce/file'} Body: b'' 2025-08-03 10:43:21,101 98811 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:43:21,101 98811 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:43:24,443 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 3.340s 2025-08-03 10:43:24,443 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1176864161", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8ha5CidzVJTPOLKwPPBhc4Vf0yEyhdNC41pyIWVEJcGbUH7Vy+Y4EMnwP4KyNRl/kGgrNdqLJixIYEUpGtZqf2dXXBpDbKQNa4fXNuB66RdGqvMrY5Q+E9oZZ8Q47GXg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-589f8d54-a68d-4e65-84b6-b3184310c080', 'x-compute-request-id': 'req-589f8d54-a68d-4e65-84b6-b3184310c080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1176864161", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8ha5CidzVJTPOLKwPPBhc4Vf0yEyhdNC41pyIWVEJcGbUH7Vy+Y4EMnwP4KyNRl/kGgrNdqLJixIYEUpGtZqf2dXXBpDbKQNa4fXNuB66RdGqvMrY5Q+E9oZZ8Q47GXg==", "fingerprint": "ac:fa:13:45:32:fd:c2:63:fd:db:3c:82:86:c9:e2:1c", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0"}}' 2025-08-03 10:43:24,446 98811 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1176864161 created 2025-08-03 10:43:28,794 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 4.347s 2025-08-03 10:43:28,795 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1094171029", "description": "tempest-description--535127469"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-1cd261fb-17d8-4496-8b63-21efda9bd4ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "90446f3d-1049-4e58-909e-35b4357a8833", "name": "tempest-securitygroup--1094171029", "stateful": true, "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "description": "tempest-description--535127469", "shared": false, "security_group_rules": [{"id": "1a17844b-82a3-44e4-9620-2d537886030a", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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": 293, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:28Z", "updated_at ": "2025-08-03T10:43:28Z", "revision_number": 0}, {"id": "47ed8e03-e4a0-4a44-9ebf-913465603466", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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": 292, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:28Z", "updated_at": "2025-08-03T10:43:28Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:43:28Z", "updated_at": "2025-08-03T10:43:28Z", "revision_number": 1, "project_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:43:30,644 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.848s 2025-08-03 10:43:30,644 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4354c430-fd0b-4f2b-9ae9-d66718d422aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fbbeda7e-156d-47eb-822a-dc0d789adaa0", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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-03T10:43:30Z", "updated_at": "2025-08-03T10:43:30Z", "revision_number": 0}}' 2025-08-03 10:43:33,120 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.475s 2025-08-03 10:43:33,120 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9d9ef88b-a7de-4763-ae93-0ad119dd0057', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "631889cd-3369-4b78-b898-c490decb2084", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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-03T10:43:32Z", "updated_at": "2025-08-03T10:43:32Z", "revision_number": 0}}' 2025-08-03 10:43:33,121 98811 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1094171029 created 2025-08-03 10:43:35,72 6 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.605s 2025-08-03 10:43:35,726 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-bcd2a1e3-3afe-4fad-919f-ce093d3ff511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "12ee7dc0-5640-4fc1-bdeb-9015ff106c88", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "floating_ip_address": "172.24.4.93", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:35Z", "updated_at": "2025-08-03T10:43:35Z", "revision_number": 0}}' 2025-08-03 10:43:35,727 98811 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '12ee7dc0-5640-4fc1-bdeb-9015ff106c88', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'floating_ip_address': '172.24.4.93', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:35Z', 'updated_at': '2025-08-03T10:43:35Z', 'revision_number': 0, 'ip': '172.24.4.93'} created 2025-08-03 10:43:35,808 98811 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.077s 2025-08-03 10:43:35,808 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:35 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-e77211e5-ac8d-4096-ae16-483cf809a1f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90f7bb123aa44cf2b305f56cbc37f1b0", "name": "tempest-AttachSCSIVolumeTestJSON-541516691-project-member", "password_expires_at": null}, "audit_ids": ["V1KT0OUkTAqMb0oUOf1-0w"], "expires_at": "2025-08-03T11:43:35.000000Z", "issued_at": "2025-08-03T10:43:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c3614f100024e8dadd07c5e9f0be349", "name": "tempest-AttachSCSIVolumeTestJSON-541516691"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c3614f100024e8dadd07c5e9f0be349", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "r egion_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:43:35,809 98811 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '5e3ace63-e37d-48c2-bfff-71a8f4b87bcd', 'name': 'tempest-AttachSCSIVolumeTestJSON-537330652-network', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44993, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:35Z', 'updated_at': '2025-08-03T10:42:35Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:35,809 98811 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1176864161', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8ha5CidzVJTPOLKwPPBhc4Vf0yEyhdNC41pyIWVEJcGbUH7Vy+Y4EMnwP4KyNRl/kGgrNdqLJixIYEUpGtZqf2dXXBpDbKQNa4fXNuB66RdGqvMrY5Q+E9oZZ8Q47GXg==', 'fingerprint': 'ac:fa:13:45:32:fd:c2:63:fd:db:3c:82:86:c9:e2:1c', 'user_id': '90f7bb123aa44cf2b305f56cbc37f1b0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDArerf7ukqBEgT/9Vmfb13onXCv5ec5Y8aOBn7RrFr/Pod8YZwErrS2\nWjCmbpwYFdKgBwYFK4EEACKhZANiAARfIWuQonc1SUzziysDzwYXOFX9MhMoXTQu\nNaciFlRCXBm1B+1cvmOBDJ8D+CsjUZf5BoKzXaiyYsSGBFKRrWan9nV1waQ2ykDW\nuH1zbgeukXRqrzK2OUPhPaGWfEOOxl4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '90446f3d-1049-4e58-909e-35b4357a8833', 'name': 'tempest-securitygroup--1094171029', 'stateful': True, 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'description': 'tempest-description--535127469', 'shared': False, 'security_group_rules': [{'id': '1a17844b-82a3-44e4-9620-2d537886030a', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'security_group_id': '90446f3d-1049-4e58-909e-35b4357a8833', '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': 293, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:28Z', 'updated_at': '2025-08-03T10:43:28Z', 'revision_number': 0}, {'id': '47ed8e03-e4a0-4a44-9ebf-913465603466', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'security_group_id': '90446f3d-1049-4e58-909e-35b4357a8833', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_ra nge_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 292, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:28Z', 'updated_at': '2025-08-03T10:43:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:43:28Z', 'updated_at': '2025-08-03T10:43:28Z', 'revision_number': 1, 'project_id': '0c3614f100024e8dadd07c5e9f0be349'}, 'floating_ip': {'id': '12ee7dc0-5640-4fc1-bdeb-9015ff106c88', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'floating_ip_address': '172.24.4.93', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:35Z', 'updated_at': '2025-08-03T10:43:35Z', 'revision_number': 0, 'ip': '172.24.4.93'}} 2025-08-03 10:43:45,788 98811 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 9.978s 2025-08-03 10:43:45,789 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-739278081", "imageRef": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "5e3ace63-e37d-48c2-bfff-71a8f4b87bcd"}], "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "key_name": "tempest-keypair-1176864161", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f03436c-e9fc-463e-9d67-4ff58f0017ee', 'x-compute-request-id': 'req-3f03436c-e9fc-463e-9d67-4ff58f0017ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "adminPass": "jFHtuNzY893P"}}' 2025-08-03 10:43:46,891 98811 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/065e0913-db3c-424d-92bb-4b20a924d5f6 1.099s 2025-08-03 10:43:46,892 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9647eb15-610e-4bee-822a-3c23556eff62', 'x-compute-request-id': 'req-9647eb15-610e-4bee-822a-3c23556eff62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "name": "tempest-AttachS CSIVolumeTestJSON-server-739278081", "status": "BUILD", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "metadata": {}, "hostId": "", "image": {"id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8db7ec40-ced2-42cc-b54e-df21ded321ce"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:46Z", "updated": "2025-08-03T10:43:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1176864161", "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-03 10:44:39,471 98811 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/065e0913-db3c-424d-92bb-4b20a924d5f6 2.515s 2025-08-03 10:44:39,471 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-533298e6-24a0-4ac6-ab45-7c6ef53a2510', 'x-compute-request-id': 'req-533298e6-24a0-4ac6-ab45-7c6ef53a2510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "name": "tempest-AttachSCSIVolumeTestJSON-server-739278081", "status": "ACTIVE", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "metadata": {}, "hostId": "5425acc41d4b42d613c70707801f5266914692833446634ba7f60e7e", "image": {"id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8db7ec40-ced2-42cc-b54e-df21ded321ce"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:45Z", "updated": "2025-08-03T10:44:18Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-537330652-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:8f:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1176864161", "OS-SRV-USG:launched_at": "2025-08-03T10:44:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "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-03 10:44:39,489 98811 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 53 second wait 2025-08-03 10:45:39,756 98811 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/065e0913-db3c- 424d-92bb-4b20a924d5f6/os-interface 0.204s 2025-08-03 10:45:39,756 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:39 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-de10862a-b5a7-40d1-bf2a-cb2df5bd1f97', 'x-compute-request-id': 'req-de10862a-b5a7-40d1-bf2a-cb2df5bd1f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5e3ace63-e37d-48c2-bfff-71a8f4b87bcd", "port_id": "e2a2893c-01d9-427f-9ce6-0f82785de1e5", "mac_addr": "fa:16:3e:a2:8f:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cabaffb4-4f0a-4811-99f7-2964a8ed7c34", "ip_address": "10.0.0.5"}]}]}' 2025-08-03 10:45:40,565 98811 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/12ee7dc0-5640-4fc1-bdeb-9015ff106c88 0.804s 2025-08-03 10:45:40,565 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e2a2893c-01d9-427f-9ce6-0f82785de1e5"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-162af9c5-3d6c-466b-ae57-541e656c827c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/12ee7dc0-5640-4fc1-bdeb-9015ff106c88'} Body: b'{"floatingip": {"id": "12ee7dc0-5640-4fc1-bdeb-9015ff106c88", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "floating_ip_address": "172.24.4.93", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "2f040fc5-8d19-4f6d-8d8b-35f279bd7893", "port_id": "e2a2893c-01d9-427f-9ce6-0f82785de1e5", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5e3ace63-e37d-48c2-bfff-71a8f4b87bcd", "mac_address": "fa:16:3e:a2:8f:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:35Z", "updated_at": "2025-08-03T10:45:39Z", "revision_number": 1, "project_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:45:40,567 98811 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.93:22' as 'cirros' with public key authentication 2025-08-03 10:45:40,594 98811 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:45:40,699 98811 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:45:40,699 98811 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.93 successfully created 2025-08-03 10:45:40,909 98811 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.209s 2025-08-03 10:45:40,910 98811 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-777193588"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e463a3-1363-4eb6-bef2-b32c4f7686ab', 'content-length': '755', 'openst ack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e463a3-1363-4eb6-bef2-b32c4f7686ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ab53bc90-027d-4175-9bef-783d3ea0ce24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:40.844340", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-777193588", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}], "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:40,962 98811 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/ab53bc90-027d-4175-9bef-783d3ea0ce24 0.039s 2025-08-03 10:45:40,962 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3a0294-6c67-436f-95ea-1df7631611ee', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3a0294-6c67-436f-95ea-1df7631611ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24'} Body: b'{"volume": {"id": "ab53bc90-027d-4175-9bef-783d3ea0ce24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:41.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-777193588", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}], "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:45:42,020 98811 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/ab53bc90-027d-4175-9bef-783d3ea0ce24 0.042s 2025-08-03 10:45:42,020 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1caf51-b600-46ea-9e1d-63fd5a9b411b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1caf51-b600-46ea-9e1d-63fd5a9b411b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24'} Body: b'{"volume": {"id": "ab53bc90-027d-4175-9bef-783d3ea0ce24", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:41.000000", "updated_at": "2025-08-03T10:45:41.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-777193588", "description": null, "volume_type": "joviandss-2", "snapshot_id" : null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}], "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:45:42,156 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6 0.115s 2025-08-03 10:45:42,157 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 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-15a6f8d0-1e01-4c92-b49b-c472b03ecd79', 'x-compute-request-id': 'req-15a6f8d0-1e01-4c92-b49b-c472b03ecd79', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'' 2025-08-03 10:45:42,396 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6 0.238s 2025-08-03 10:45:42,397 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 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-e0dcac5b-eab6-4952-b1a5-4a88399157f1', 'x-compute-request-id': 'req-e0dcac5b-eab6-4952-b1a5-4a88399157f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "name": "tempest-AttachSCSIVolumeTestJSON-server-739278081", "status": "ACTIVE", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "metadata": {}, "hostId": "5425acc41d4b42d613c70707801f5266914692833446634ba7f60e7e", "image": {"id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8db7ec40-ced2-42cc-b54e-df21ded321ce"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:45Z", "updated": "2025-08-03T10:45:42Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-537330652-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:8f:84"}, {"version": 4, "addr": "172.24.4.93", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:8f:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1176864161", "OS-SRV-USG:launched_at": "2025-08-03T10:44:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "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-03 10:46:32,494 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6 0.032s 2025-08-03 10:46:32,494 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2d2ef5b1-4041-4aaa-9729-ed83123f775d', 'x-compute-request-id': 'req-2d2ef5b1-4041-4aaa-9729-ed83123f775d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 065e0913-db3c-424d-92bb-4b20a924d5f6 could not be found."}}' 2025-08-03 10:46:32,520 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1176864161 0.025s 2025-08-03 10:46:32,521 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d35c62e-a9c7-4be4-aab8-63f7ea9590dd', 'x-compute-request-id': 'req-2d35c62e-a9c7-4be4-aab8-63f7ea9590dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1176864161'} Body: b'' 2025-08-03 10:46:32,761 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833 0.240s 2025-08-03 10:46:32,761 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-77f475a0-28d8-488a-841c-144c313c2091', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833'} Body: b'' 2025-08-03 10:46:32,781 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833 0.019s 2025-08-03 10:46:32,781 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c90fde78-0a95-43aa-bc28-787d871d5beb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 90446f3d-1049-4e58-909e-35b4357a8833 does not exist", "detail": ""}}' 2025-08-03 10:46:33,235 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCS IVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/12ee7dc0-5640-4fc1-bdeb-9015ff106c88 0.453s 2025-08-03 10:46:33,236 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-52680c3e-6b49-45ad-9988-c621a2681073', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/12ee7dc0-5640-4fc1-bdeb-9015ff106c88'} Body: b'' 2025-08-03 10:46:33,383 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce 0.146s 2025-08-03 10:46:33,384 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f2ad39ef-fb77-430a-b7aa-31caacdeeb82', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce'} Body: b'' 2025-08-03 10:46:33,399 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce 0.015s 2025-08-03 10:46:33,400 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cbf84dd8-9559-4ae7-be3b-d73505ebdfa5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce'} Body: b'{"message": "No image found with ID 8db7ec40-ced2-42cc-b54e-df21ded321ce

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {7} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.681414s] ... 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 880f27e1-871a-4827-98a6-aba55f080fbb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:34,539 98825 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.463s 2025-08-03 10:46:34,540 98825 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-1523821513"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/880f27e1-871a-4827-98a6-aba55f080fbb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1c46f46-855d-41f5-b6ed-94fd30f0b130', 'x-compute-request-id': 'req-b1c46f46-855d-41f5-b6ed-94fd30f0b130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "880f27e1-871a-4827-98a6-aba55f080fbb", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:46:34.395129", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1523821513", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-03 10:46:34,646 98825 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/880f27e1-871a-4827-98a6-aba55f080fbb 0.101s 2025-08-03 10:46:34,646 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:34 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-fba5465f-eb42-4a62-998d-f49ec406153d', 'x-compute-request-id': 'req-fba5465f-eb42-4a62-998d-f49ec406153d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/880f27e1-871a-4827-98a6-aba55f080fbb'} Body: b'{"volume": {"id": "880f27e1-871a-4827-98a6-aba55f080fbb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:46:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1523821513", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-03 10:46:35,750 98825 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/880f27e1-871a-4827-98a6-aba55f080fbb 0.097s 2025-08-03 10:46:35,750 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-ad5a0ef3-1032-47d1-be37-9caab404a808', 'x-compute-request-id': 'req-ad5a0ef3-1032-47d1-be37-9caab404a808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/880f27e1-871a-4827-98a6-aba55f080fbb'} Body: b'{"volume": {"id": "880f27e1-871a-4827-98a6-aba55f080fbb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-0 3T10:46:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1523821513", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {7} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.973751s] ... 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 dab16502-b0e1-4d16-8385-c3e553f4ac7f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:38,396 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.162s 2025-08-03 10:46:38,396 98825 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-578975475"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5103f40d-a392-49cd-8093-b636dd3c77d8', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5103f40d-a392-49cd-8093-b636dd3c77d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "8ad99f4c-a02d-40c7-869d-41d235200e8d", "name": "tempest-GroupSnapshotsV319Test-volume-type-578975475", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:46:38,431 98825 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.032s 2025-08-03 10:46:38,431 98825 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-2114410353"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50cee8d3-a624-4882-bd89-801342724a98', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50cee8d3-a624-4882-bd89-801342724a98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "2f165480-7082-4cd2-b622-11b7f6e93817", "name": "tempest-GroupSnapshotsV319Test-group-type-2114410353", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:46:38,868 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.434s 2025-08-03 10:46:38,869 98825 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": "2f165480-7082-4cd2-b622-11b7f6e93817", "volume_types": ["8ad99f4c-a02d-40c7-869d-41d235200e8d"], "name": "tempest-GroupSnapshotsV319Test-Group-2079890568"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce3b17b-7039-47a3-b286-b102a02421bd', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce3b17b-7039-47a3-b286-b102a02421bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "dab16502-b0e1-4d16-8385-c3e553f4ac7f", "name": "tempest-GroupSnapshotsV319Test-Group-2079890568"}}' 2025-08-03 10:46:38,912 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f 0.039s 2025-08-03 10:46:38,913 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc92565-cb05-454b-a765-cc6e4776013c', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc92565-cb05-454b-a765-cc6e4776013c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f'} Body: b'{"group": {"id": "dab16502-b0e1-4d16-8385-c3e553f4ac7f", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:46:39.000000", "name": "tempest-GroupSnapshotsV319Test-Group-2079890568", "description": null, "group_type": "2f165480-7082-4cd2-b622-11b7f6e93817", "volume_types": ["8ad99f4c-a02d-40c7-869d-41d235200e8d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:46:39,954 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f 0.030s 2025-08-03 10:46:39,955 98825 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': 'Sun, 03 Aug 2025 10:46:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bce386fd-c76d-4df5-9289-82f4e412ac86', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bce386fd-c76d-4df5-9289-82f4e412ac86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f'} Body: b'{"group": {"id": "dab16502-b0e1-4d16-8385-c3e553f4ac7f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:46:39.000000", "name": "tempest-GroupSnapshotsV319Test-Group-2079890568", "description": null, "group_type": "2f165480-7082-4cd2-b622-11b7f6e93817", "volume_types": ["8ad99f4c-a02d-40c7-869d-41d235200e8d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:46:40,006 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.041s 2025-08-03 10:46:40,006 98825 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': 'Sun, 03 Aug 2025 10:46:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14df25cb-881d-48c5-ac20-00eed86e120c', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14df25cb-881d-48c5-ac20-00eed86e120c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:46:40,088 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f/action 0.066s 2025-08-03 10:46:40,088 98825 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': 'Sun, 03 Aug 2025 10:46:40 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-0f28782d-6602-456c-9d9c-912554831799', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f/action'} Body: b'' 2025-08-03 10:46:40,108 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f 0.019s 2025-08-03 10:46:40,108 98825 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': 'Sun, 03 Aug 2025 10:46:40 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-9a1d11ab-20cf-48a7-b5a0-9cea3478fa6c', 'x-openstack-request-id': 'req-9a1d11ab-20cf-48a7-b5a0-9cea3478fa6c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dab16502-b0e1-4d16-8385-c3e553f4ac7f could not be found."}}' 2025-08-03 10:46:40,137 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/2f165480-7082-4cd2-b622-11b7f6e93817 0.029s 2025-08-03 10:46:40,138 98825 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': 'Sun, 03 Aug 2025 10:46:40 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-cd4d5fd1-6f75-419a-8384-e0e163dcd60d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/2f165480-7082-4cd2-b622-11b7f6e93817'} Body: b'' 2025-08-03 10:46:40,189 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d 0.050s 2025-08-03 10:46:40,189 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12346380-59d6-4bb0-86ab-f977c6d445f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d'} Body: b'' 2025-08-03 10:46:40,205 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d 0.015s 2025-08-03 10:46:40,205 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:40 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-3b6804a7-5fd8-4532-b6d9-555060ce368d', 'x-openstack-request-id': 'req-3b6804a7-5fd8-4532-b6d9-555060ce368d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8ad99f4c-a02d-40c7-869d-41d235200e8d could not be found."}}' {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.844876s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.176382s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.143377s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.162242s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.020580s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.031191s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.141307s] ... ok {7} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.208604s] ... ok {7} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.783897s] ... ok {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [171.412533s] ... 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 df4c7776-98d6-4ce1-a9cf-54ca44b00da8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:05,464 98815 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:44:05,464 98815 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:44:05,859 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.393s 2025-08-03 10:44:05,860 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1627469135", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJMendQAolgLo1YVqRFGCft3EFwDT9Kbzh/sTQAbshnwhXB+3eInAzkGcIuhVQbTzWiCXZhhay0umeHPvQNNka/wtTl6mxwdCuDVDjFFia/3f084N/fmBLYpKPWkQZ3lA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38d471d7-d3b7-4ca3-a2fd-3214fa346a60', 'x-compute-request-id': 'req-38d471d7-d3b7-4ca3-a2fd-3214fa346a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1627469135", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJMendQAolgLo1YVqRFGCft3EFwDT9Kbzh/sTQAbshnwhXB+3eInAzkGcIuhVQbTzWiCXZhhay0umeHPvQNNka/wtTl6mxwdCuDVDjFFia/3f084N/fmBLYpKPWkQZ3lA==", "fingerprint": "d6:af:4d:6e:f4:0e:ba:31:50:d6:4f:ce:e1:df:03:f0", "user_id": "c836fe48c2cb41d29e251a50b0188f5b"}}' 2025-08-03 10:44:05,864 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1627469135 created 2025-08-03 10:44:07,598 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.732s 2025-08-03 10:44:07,599 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--338217810", "description": "tempest-description--1706022720"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-8629e591-5606-409f-8c99-07041506d4ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "name": "tempest-securitygroup--338217810", "stateful": true, "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "description": "tempest-description--1706022720", "shared": false, "security_group_rules": [{"id": "37dd3e76-1fd6-4a04-a00f-d115f1a7af1d", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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": 439, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:07Z", "updated_at": "2025-08-03T10:44:07Z", "revision_number": 0}, {"id": "b4139bf2-7da9-4782-acbc-00d59a5e77fa", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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": 438, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:07Z", "updated_at": "2025-08-03T10:44:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:44:07Z", "updated_at": "2025-08-03T10:44:07Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:44:08,337 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.738s 2025-08-03 10:44:08,338 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a6ebe81f-5d2e-4a07-af08-942f29b18085', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c6818b61-201f-43fb-9819-888dc8eeccab", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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-03T10:44:08Z", "updated_at": "2025-08-03T10:44:08Z", "revision_number": 0}}' 2025-08-03 10:44:08,861 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.522s 2025-08-03 10:44:08,862 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0c66664b-db7b-4221-b1ab-068657a64e3f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "288d9a1c-47fd-4ce4-853a-94646ca9b233", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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-03T10:44:08Z", "updated_at": "2025-08-03T10:44:08Z", "revision_number": 0}}' 2025-08-03 10:44:08,862 98815 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--338217810 created 2025-08-03 10:44:10,342 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.479s 2025-08-03 10:44:10,343 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c00581ea-81bb-432a-a2b6-2c2187e9131b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8491c32c-af1f-4bb2-8c9c-615d9259a41f", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.123", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b886cc5c10234057944eaa1f7a54783a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:44:09Z", "updated_at": "2025-08-03T10:44:09Z", "revision_number": 0}}' 2025-08-03 10:44:10,343 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8491c32c-af1f-4bb2-8c9c-615d9259a41f', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:44:09Z', 'updated_at': '2025-08-03T10:44:09Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2025-08-03 10:44:10,530 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.180s 2025-08-03 10:44:10,531 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2489', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-434e0212-7d31-4b46-9dea-3693fb6e2b4c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c836fe48c2cb41d29e251a50b0188f5b", "name": "tempest-AttachVolumeTestJSON-1136347320-project-member", "password_expires_at": null}, "audit_ids": ["QPuJC5LNQtaMWjGydlQHWw"], "expires_at": "2025-08-03T11:44:10.000000Z", "issued_at": "2025-08-03T10:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b886cc5c10234057944eaa1f7a54783a", "name": "tempest-AttachVolumeTestJSON-1136347320"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b886cc5c10234057944eaa1f7a54783a", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": " 3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:10,532 98815 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '7bb556a5-aa2d-4cb5-b939-0831a501b750', 'name': 'tempest-AttachVolumeTestJSON-1115392210-network', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26040, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:43:53Z', 'updated_at': '2025-08-03T10:43:54Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:10,532 98815 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1627469135', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJMendQAolgLo1YVqRFGCft3EFwDT9Kbzh/sTQAbshnwhXB+3eInAzkGcIuhVQbTzWiCXZhhay0umeHPvQNNka/wtTl6mxwdCuDVDjFFia/3f084N/fmBLYpKPWkQZ3lA==', 'fingerprint': 'd6:af:4d:6e:f4:0e:ba:31:50:d6:4f:ce:e1:df:03:f0', 'user_id': 'c836fe48c2cb41d29e251a50b0188f5b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC9dvG+d4t6ey5oRc/gIl99H8wgpzaq1Xpjjz/YbK9TmYN0QFgl3Lj6\nDS8sGwnmtkugBwYFK4EEACKhZANiAATyTHp3UAKJYC6NWFakRRgn7dxBcA0/Sm84\nf7E0AG7IZ8IVwft3iJwM5BnCLoVUG081ogl2YYWstLpnhz70DTZGv8LU5epscHQr\ng1Q4xRYmv939PODf35gS2KSj1pEGd5Q=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38', 'name': 'tempest-securitygroup--338217810', 'stateful': True, 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': 'tempest-description--1706022720', 'shared': False, 'security_group_rules': [{'id': '37dd3e76-1fd6-4a04-a00f-d115f1a7af1d', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': 'ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 439, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:44:07Z', 'updated_at': '2025-08-03T10:44:07Z', 'revision_number': 0}, {'id': 'b4139bf2-7da9-4782-acbc-00d59a5e77fa', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': 'ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 438, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:44:07Z', 'updated_at': '2025-08-03T10:44:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:44:07Z', ' updated_at': '2025-08-03T10:44:07Z', 'revision_number': 1, 'project_id': 'b886cc5c10234057944eaa1f7a54783a'}, 'floating_ip': {'id': '8491c32c-af1f-4bb2-8c9c-615d9259a41f', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:44:09Z', 'updated_at': '2025-08-03T10:44:09Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2025-08-03 10:44:11,416 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.883s 2025-08-03 10:44:11,417 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-879229342", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "7bb556a5-aa2d-4cb5-b939-0831a501b750"}], "security_groups": [{"name": "tempest-securitygroup--338217810"}], "key_name": "tempest-keypair-1627469135", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2993a4b2-46df-4ed1-a8e6-0fe4290ede8f', 'x-compute-request-id': 'req-2993a4b2-46df-4ed1-a8e6-0fe4290ede8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--338217810"}], "adminPass": "password"}}' 2025-08-03 10:44:11,564 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.143s 2025-08-03 10:44:11,565 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 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-d8a81953-6744-448a-9b14-d3376cd1fe3f', 'x-compute-request-id': 'req-d8a81953-6744-448a-9b14-d3376cd1fe3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "name": "tempest-AttachVolumeTestJSON-server-879229342", "status": "BUILD", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:11Z", "updated": "2025-08-03T10:44:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1627469135", "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-03 10:45:02,090 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.458s 2025-08-03 10:45:02,091 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:01 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-fe4d73ed-f9ae-4f88-aead-33d488e3310e', 'x-compute-request-id': 'req-fe4d73ed-f9ae-4f88-aead-33d488e3310e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "name": "tempest-AttachVolumeTestJSON-server-879229342", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:11Z", "updated": "2025-08-03T10:44:40Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:3b:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1627469135", "OS-SRV-USG:launched_at": "2025-08-03T10:44:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338217810"}], "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-03 10:45:02,106 98815 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:46:02,329 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/os-interface 0.165s 2025-08-03 10:46:02,330 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-opensta ck-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1756f47-c6a9-4764-87c2-eeb9e2cd6130', 'x-compute-request-id': 'req-f1756f47-c6a9-4764-87c2-eeb9e2cd6130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "port_id": "bcc9adac-627c-4dee-a18e-63e8a45f8011", "mac_addr": "fa:16:3e:97:3b:87", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d16209a4-7e34-4cf9-8cc9-ecff238fbc8e", "ip_address": "10.0.0.13"}]}]}' 2025-08-03 10:46:03,520 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f 1.186s 2025-08-03 10:46:03,521 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bcc9adac-627c-4dee-a18e-63e8a45f8011"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-4c6c026c-a9c7-4416-9d83-cc10bb55f0a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f'} Body: b'{"floatingip": {"id": "8491c32c-af1f-4bb2-8c9c-615d9259a41f", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.123", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "9123957e-40d5-4073-9007-3c9a8a422283", "port_id": "bcc9adac-627c-4dee-a18e-63e8a45f8011", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "mac_address": "fa:16:3e:97:3b:87", "admin_state_up": true, "status": "ACTIVE", "device_id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:44:09Z", "updated_at": "2025-08-03T10:46:02Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:03,523 98815 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2025-08-03 10:46:03,542 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:03,616 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:03,616 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2025-08-03 10:46:03,661 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/ips 0.044s 2025-08-03 10:46:03,662 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '105', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1f6157f-f27b-4094-88da-3f283690daf8', 'x-compute-request-id': 'req-c1f6157f-f27b-4094-88da-3f283690daf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-03 10:46:03,666 98815 INFO [tempest.lib.common.ssh] Crea ting ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2025-08-03 10:46:03,668 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:03,772 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:03,773 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2025-08-03 10:46:03,773 98815 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-03 10:46:03,773 98815 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2025-08-03 10:46:03,776 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:03,877 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:03,878 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2025-08-03 10:46:04,159 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.268s 2025-08-03 10:46:04,159 98815 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-670754244"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa22c3f-708f-4c7a-98f7-2ca76f7f6ef6', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa22c3f-708f-4c7a-98f7-2ca76f7f6ef6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "df4c7776-98d6-4ce1-a9cf-54ca44b00da8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:04.077731", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-670754244", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:46:04,215 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8 0.042s 2025-08-03 10:46:04,215 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c384f85-f0f6-4273-9276-8c49561e27cf', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c384f85-f0f6-4273-9276-8c49561e27cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8'} Body: b'{"volume": {"id": "df4c7776-98d6-4ce1-a9cf-54ca44b00da8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:04.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-670754244", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel ": "self", "href": "http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:05,274 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8 0.043s 2025-08-03 10:46:05,275 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f1cc75-29ac-40ef-9fb0-dfe7b601c60e', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f1cc75-29ac-40ef-9fb0-dfe7b601c60e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8'} Body: b'{"volume": {"id": "df4c7776-98d6-4ce1-a9cf-54ca44b00da8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:04.000000", "updated_at": "2025-08-03T10:46:04.000000", "name": "tempest-AttachVolumeTestJSON-volume-670754244", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:05,511 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.221s 2025-08-03 10:46:05,511 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-3e6f8cb4-7e7b-4866-b6c6-a38ed9297287', 'x-compute-request-id': 'req-3e6f8cb4-7e7b-4866-b6c6-a38ed9297287', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'' 2025-08-03 10:46:05,731 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.219s 2025-08-03 10:46:05,731 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18c205cb-3149-4dfe-b9bb-01b8fb074ce5', 'x-compute-request-id': 'req-18c205cb-3149-4dfe-b9bb-01b8fb074ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "name": "tempest-AttachVolumeTestJSON-server-879229342", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:11Z", "updated": "2025-08-03T10:46:05Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:3b:87"}, {"version": 4, "addr": "172.24.4.123", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:3b:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1627469135", "OS-SRV-USG:launched_at": "2025-08-03T10:44:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338217810"}], "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-03 10:46:55,838 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.042s 2025-08-03 10:46:55,838 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d8f6e6ea-6ff9-4586-a57f-80f5d0860b08', 'x-compute-request-id': 'req-d8f6e6ea-6ff9-4586-a57f-80f5d0860b08', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d4a62b05-9598-40d9-81d4-f8baf96e1727 could not be found."}}' 2025-08-03 10:46:55,874 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627469135 0.034s 2025-08-03 10:46:55,875 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-213b0f31-79d0-4fb0-b701-f1b3fb0eb76b', 'x-compute-request-id': 'req-213b0f31-79d0-4fb0-b701-f1b3fb0eb76b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627469135'} Body: b'' 2025-08-03 10:46:56,293 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http:// 10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38 0.417s 2025-08-03 10:46:56,294 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-85b28126-18b4-4965-aabd-dde259ca5014', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38'} Body: b'' 2025-08-03 10:46:56,314 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38 0.020s 2025-08-03 10:46:56,315 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7a238e9e-66d7-456b-82f3-bcf759ee359d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38 does not exist", "detail": ""}}' 2025-08-03 10:46:56,874 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f 0.558s 2025-08-03 10:46:56,874 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7a9b2c2a-7255-4b70-a484-e93d1c5176fd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f'} Body: b'' {7} 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 097eed5b-8631-4608-8420-62acdf9e243a failed to build and is in ERROR status {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.764435s] ... 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 2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:52,869 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2025-08-03 10:44:52,869 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2483', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b81b9f45-d7f0-4177-a064-c3f6d0630987', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "853db9bfb448495ba2cb11fec3d41072", "name": "tempest-VolumesActionsTest-574148251-project-member", "password_expires_at": null}, "audit_ids": ["IE-FK1NKTtONPSNDER0dTA"], "expires_at": "2025-08-03T11:44:52.000000Z", "issued_at": "2025-08-03T10:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b729575bb12549fa96b53e8943fcb670", "name": "tempest-VolumesActionsTest-574148251"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b729575bb12549fa96b53e8943fcb670", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:52,870 98829 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'e9595fc8-ff84-442a-bd60-563a93602a3e', 'name': 'tempest-VolumesActionsTest-1425025943-network', 'tenant_id': 'b729575bb12549fa96b53e8943fcb670', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b729575bb12549fa96b53e8943fcb670', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45817, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:30Z', 'updated_at': '2025-0 8-03T10:44:30Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:53,504 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.633s 2025-08-03 10:44:53,505 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-236246320", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "e9595fc8-ff84-442a-bd60-563a93602a3e"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99b24833-3153-44bf-9eb1-b183d3c2bd1f', 'x-compute-request-id': 'req-99b24833-3153-44bf-9eb1-b183d3c2bd1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mJncDNZgWbC5"}}' 2025-08-03 10:44:53,649 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.140s 2025-08-03 10:44:53,649 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48fd2484-e52e-469f-8112-698850b77824', 'x-compute-request-id': 'req-48fd2484-e52e-469f-8112-698850b77824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "name": "tempest-VolumesActionsTest-instance-236246320", "status": "BUILD", "tenant_id": "b729575bb12549fa96b53e8943fcb670", "user_id": "853db9bfb448495ba2cb11fec3d41072", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:53Z", "updated": "2025-08-03T10:44:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "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-03 10:45:43,935 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-4 4b1-8597-fa8488a21213 0.219s 2025-08-03 10:45:43,935 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:43 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-cf1d8eb6-3976-4e71-a7ef-22ef33ddfcc5', 'x-compute-request-id': 'req-cf1d8eb6-3976-4e71-a7ef-22ef33ddfcc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "name": "tempest-VolumesActionsTest-instance-236246320", "status": "ACTIVE", "tenant_id": "b729575bb12549fa96b53e8943fcb670", "user_id": "853db9bfb448495ba2cb11fec3d41072", "metadata": {}, "hostId": "0f65d9ff2c94d616e77b4db138524c0764fdaf18772bcb036a0441f2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:53Z", "updated": "2025-08-03T10:45:10Z", "addresses": {"tempest-VolumesActionsTest-1425025943-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:7b:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:45:09.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-03 10:45:43,951 98829 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:46:44,286 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.274s 2025-08-03 10:46:44,287 98829 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-121138973"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc548f8-c51f-4bc7-a965-8847e921bee9', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc548f8-c51f-4bc7-a965-8847e921bee9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.202613", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencyg roup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:46:44,670 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.368s 2025-08-03 10:46:44,670 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779cc998-0f09-4345-a4ee-5dab89cca250', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779cc998-0f09-4345-a4ee-5dab89cca250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.000000", "updated_at": "2025-08-03T10:46:44.000000", "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:46:45,735 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.048s 2025-08-03 10:46:45,735 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507a7a90-462d-45da-81e9-aa6ec2b2f913', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-507a7a90-462d-45da-81e9-aa6ec2b2f913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.000000", "updated_at": "2025-08-03T10:46:44.000000", "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:46:45,794 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.044s 2025-08-03 10:46:45,795 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:4 6:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f676dac6-a96f-4da8-b39a-728b59f1737c', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f676dac6-a96f-4da8-b39a-728b59f1737c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.000000", "updated_at": "2025-08-03T10:46:44.000000", "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:46:45,932 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.123s 2025-08-03 10:46:45,932 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-d41d0f84-d88c-4ad0-a9b1-86759f38ffbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'' 2025-08-03 10:46:45,955 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.022s 2025-08-03 10:46:45,956 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-d119940a-023c-43ed-bf50-e444dd0f239c', 'x-openstack-request-id': 'req-d119940a-023c-43ed-bf50-e444dd0f239c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 could not be found."}}' 2025-08-03 10:46:46,139 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.183s 2025-08-03 10:46:46,140 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:45 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-13e922bf-867d-4703-8dca-acf560d02339', 'x-compute-request-id': 'req-13e922bf-867d-4703-8dca-acf560d02339', 'connection': 'close', 'statu s': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'' 2025-08-03 10:46:46,413 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.273s 2025-08-03 10:46:46,414 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:46 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-7cbc8fe0-17db-49df-9879-5d8804f515a5', 'x-compute-request-id': 'req-7cbc8fe0-17db-49df-9879-5d8804f515a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "name": "tempest-VolumesActionsTest-instance-236246320", "status": "ACTIVE", "tenant_id": "b729575bb12549fa96b53e8943fcb670", "user_id": "853db9bfb448495ba2cb11fec3d41072", "metadata": {}, "hostId": "0f65d9ff2c94d616e77b4db138524c0764fdaf18772bcb036a0441f2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:53Z", "updated": "2025-08-03T10:46:46Z", "addresses": {"tempest-VolumesActionsTest-1425025943-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:7b:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:45:09.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-03 10:47:36,512 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.033s 2025-08-03 10:47:36,513 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ae72c5ee-3180-445d-b96c-9e91332f8092', 'x-compute-request-id': 'req-ae72c5ee-3180-445d-b96c-9e91332f8092', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 755a28fe-9355-44b1-8597-fa8488a21213 could not be found."}}' {3} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.433642s] ... 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 ec82ca11-6b0d-4416-88fe-df96db9d2aac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:45:44,571 98817 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.142s 2025-08-03 10:45:44,571 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c04d73a0-0768-42f9-b0aa-9d288936921f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b711315898fb4c24ab39f90e8f14d96b", "name": "tempest-VolumesAdminNegativeTest-1679701934-project-member", "password_expires_at": null}, "audit_ids": ["_QvlGCEOTEmW5mKp0-9ZKg"], "expires_at": "2025-08-03T11:45:44.000000Z", "issued_at": "2025-08-03T10:45:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3746428d930443f8979d038b361f4ea7", "name": "tempest-VolumesAdminNegativeTest-1679701934"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3746428d930443f8979d038b361f4ea7", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:45:44,572 98817 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'c77f4519-b2e2-4d9e-b51e-27e13206a590', 'name': 'tempest-VolumesAdminNegativeTest-1090533263-network', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3746428d930443f8979d038b361f4ea7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42468, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scop e': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:45:45,080 98817 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.507s 2025-08-03 10:45:45,080 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1563312763", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "c77f4519-b2e2-4d9e-b51e-27e13206a590"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1a572f5-8230-4540-9748-76650f84d83f', 'x-compute-request-id': 'req-e1a572f5-8230-4540-9748-76650f84d83f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "54e2575b-3017-4875-9e65-5dcb52843358", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54e2575b-3017-4875-9e65-5dcb52843358"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HJXcdc9i3q7z"}}' 2025-08-03 10:45:45,148 98817 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/54e2575b-3017-4875-9e65-5dcb52843358 0.064s 2025-08-03 10:45:45,149 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:45 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-687a4de5-493e-48bf-bf49-01486b483195', 'x-compute-request-id': 'req-687a4de5-493e-48bf-bf49-01486b483195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358'} Body: b'{"server": {"id": "54e2575b-3017-4875-9e65-5dcb52843358", "name": "tempest-VolumesAdminNegativeTest-server-1563312763", "status": "BUILD", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:45:45Z", "updated": "2025-08-03T10:45:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54e2575b-3017-4875-9e65-5dcb52843358"}], "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-03 10:46:35,445 98817 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/54e2575b-3017-4875-9e65-5dcb52843358 0.233s 2025-08-03 10:46:35,446 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-9e7fe18f-4433-406b-8b3b-d1d7dc8e06a5', 'x-compute-request-id': 'req-9e7fe18f-4433-406b-8b3b-d1d7dc8e06a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358'} Body: b'{"server": {"id": "54e2575b-3017-4875-9e65-5dcb52843358", "name": "tempest-VolumesAdminNegativeTest-server-1563312763", "status": "ACTIVE", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "ff375677dee7701c1e1e9d185407d6ef468bbea4fa9b4ddeeac017c0", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:45:45Z", "updated": "2025-08-03T10:46:00Z", "addresses": {"tempest-VolumesAdminNegativeTest-1090533263-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:e8:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54e2575b-3017-4875-9e65-5dcb52843358"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:46:35,460 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:47:35,715 98817 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.195s 2025-08-03 10:47:35,716 98817 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-655317923"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef76ad34-c4ff-44f9-b323-02dd67075a73', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef76ad34-c4ff-44f9-b323-02dd67075a73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ec82ca11-6b0d-4416-88fe-df96db9d2aac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:35.648600", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-655317923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http:// 10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:35,780 98817 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/ec82ca11-6b0d-4416-88fe-df96db9d2aac 0.037s 2025-08-03 10:47:35,780 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e0bf09-9d47-4039-9d0c-b40f887a0550', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e0bf09-9d47-4039-9d0c-b40f887a0550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac'} Body: b'{"volume": {"id": "ec82ca11-6b0d-4416-88fe-df96db9d2aac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:36.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-655317923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:47:36,841 98817 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/ec82ca11-6b0d-4416-88fe-df96db9d2aac 0.046s 2025-08-03 10:47:36,842 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a71b58-f98d-4483-809b-604d4b4a4bff', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a71b58-f98d-4483-809b-604d4b4a4bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac'} Body: b'{"volume": {"id": "ec82ca11-6b0d-4416-88fe-df96db9d2aac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:36.000000", "updated_at": "2025-08-03T10:47:36.000000", "name": "tempest-VolumesAdminNegativeTest-volume-655317923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.742638s] ... 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 1df62938-2da1-4887-9ad2-c2e7acec7748 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:36,864 98829 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.347s 2025-08-03 10:47:36,865 98829 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-1318939592"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84d79ee-a903-405f-9236-4ee791385bb1', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84d79ee-a903-405f-9236-4ee791385bb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:36.798790", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:36,965 98829 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/1df62938-2da1-4887-9ad2-c2e7acec7748 0.073s 2025-08-03 10:47:36,965 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8523389-d380-4e84-9bd3-fc52bc1aef79', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8523389-d380-4e84-9bd3-fc52bc1aef79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:37.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:38,046 98829 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/1df62938-2da1-4887-9ad2-c2e7acec7748 0.058s 2025-08-03 10:47:38,046 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-3f0ffe36-0762-495a-9e63-606e3fa7d558', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0ffe36-0762-495a-9e63-606e3fa7d558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:37.000000", "updated_at": "2025-08-03T10:47:37.000000", "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:38,103 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748 0.041s 2025-08-03 10:47:38,103 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd51838-8dea-4b15-a798-676ec9271c7b', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd51838-8dea-4b15-a798-676ec9271c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:37.000000", "updated_at": "2025-08-03T10:47:37.000000", "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:38,232 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748 0.115s 2025-08-03 10:47:38,232 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f7f9ac-0ab0-4f22-ab53-330147bdb0d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'' 2025-08-03 10:47:38,257 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748 0.024s 2025-0 8-03 10:47:38,258 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb740d6e-eeb6-4209-ab63-703e4cc3f756', 'x-openstack-request-id': 'req-eb740d6e-eeb6-4209-ab63-703e4cc3f756', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1df62938-2da1-4887-9ad2-c2e7acec7748 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.896211s] ... 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 5a990576-2ce2-4121-b491-820a5659076a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:38,498 98829 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.237s 2025-08-03 10:47:38,499 98829 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-1551271965"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1cad3c-e8e8-4aea-a523-bd727a8e1e69', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1cad3c-e8e8-4aea-a523-bd727a8e1e69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.395464", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:38,583 98829 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/5a990576-2ce2-4121-b491-820a5659076a 0.066s 2025-08-03 10:47:38,584 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3535b03-4c08-4e57-ade9-8aebe632921d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3535b03-4c08-4e57-ade9-8aebe632921d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:39,643 98829 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/5a990576-2ce2-4121-b491-820a5659076a 0.043s 2025-08-03 10:47:39,643 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174a1a87-6dc9-41ae-85ee-1e013e7f4510', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174a1a87-6dc9-41ae-85ee-1e013e7f4510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.000000", "updated_at": "2025-08-03T10:47:39.000000", "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:39,726 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a 0.068s 2025-08-03 10:47:39,726 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d662b6-0a11-41b5-ac30-ec1d0f911346', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d662b6-0a11-41b5-ac30-ec1d0f911346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.000000", "updated_at": "2025-08-03T10:47:39.000000", "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:39,837 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a 0.096s 2025-08-03 10:47:39,838 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-092a6ebb-5316-498e-a48f-a635a1b703e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'' 2025-08-03 10:47:40,155 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a 0.317s 2025-08-0 3 10:47:40,156 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc64369-627d-4a15-b5d3-80649343b1e2', 'x-openstack-request-id': 'req-5cc64369-627d-4a15-b5d3-80649343b1e2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a990576-2ce2-4121-b491-820a5659076a could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.652245s] ... 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 c32f86e4-79f7-47bc-befc-7fa557489630 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:40,389 98829 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.230s 2025-08-03 10:47:40,389 98829 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-141872111"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7ef217b-4e4d-4de4-9aa8-0f1a6813393e', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7ef217b-4e4d-4de4-9aa8-0f1a6813393e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.329899", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:40,439 98829 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/c32f86e4-79f7-47bc-befc-7fa557489630 0.038s 2025-08-03 10:47:40,440 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2371309-bf80-49f4-b82c-03671d2649e5', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2371309-bf80-49f4-b82c-03671d2649e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:41,496 98829 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/c32f86e4-79f7-47bc-befc-7fa557489630 0.042s 2025-08-03 10:47:41,497 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-86847d45-c333-4322-a86d-27abb57b5281', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86847d45-c333-4322-a86d-27abb57b5281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.000000", "updated_at": "2025-08-03T10:47:40.000000", "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:41,552 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630 0.041s 2025-08-03 10:47:41,553 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d017ef16-60cd-4033-b3e7-a7b311e04bf2', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d017ef16-60cd-4033-b3e7-a7b311e04bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.000000", "updated_at": "2025-08-03T10:47:40.000000", "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:41,786 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630 0.215s 2025-08-03 10:47:41,786 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-8d37ef7e-8cd0-4f1d-858c-9089aa53a3a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'' 2025-08-03 10:47:41,809 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630 0.022s 2025-08-03 10:47:41,809 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36eedbe-0803-4f15-9b6a-0110a505f06d', 'x-openstack-request-id': 'req-d36eedbe-0803-4f15-9b6a-0110a505f06d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c32f86e4-79f7-47bc-befc-7fa557489630 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.491192s] ... 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 12f77f90-bfeb-4cbf-8807-6283cbb0298c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:42,000 98829 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.185s 2025-08-03 10:47:42,000 98829 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-1082991577"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350e605c-c586-44e9-8ef7-0d5b0bebe749', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350e605c-c586-44e9-8ef7-0d5b0bebe749', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:41.937322", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:42,055 98829 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/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.043s 2025-08-03 10:47:42,056 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8277b67a-16a3-499d-825c-668ba6ffd2a6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8277b67a-16a3-499d-825c-668ba6ffd2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:42.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:43,108 98829 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/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.037s 2025-08-03 10:47:43,108 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-ca4d1ae0-062f-4107-a66e-df518c14f71d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca4d1ae0-062f-4107-a66e-df518c14f71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:42.000000", "updated_at": "2025-08-03T10:47:42.000000", "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:43,168 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.046s 2025-08-03 10:47:43,168 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a05c40-6cbc-48e0-8270-ddd5e8191227', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a05c40-6cbc-48e0-8270-ddd5e8191227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:42.000000", "updated_at": "2025-08-03T10:47:42.000000", "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:43,279 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.097s 2025-08-03 10:47:43,279 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70af25f6-d55c-49a6-87a2-49323a07416b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'' 2025-08-03 10:47:43,304 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.024s 2025-08-03 10:47:43,304 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26e2a2b-470d-4d7e-a78a-f8a9afdfba44', 'x-openstack-request-id': 'req-d26e2a2b-470d-4d7e-a78a-f8a9afdfba44', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 12f77f90-bfeb-4cbf-8807-6283cbb0298c could not be found."}}' {8} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [172.119626s] ... 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 7321d49e-5baa-48dc-817a-d43a4872aa1d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:52,583 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.276s 2025-08-03 10:44:52,583 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1008144488", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCjxynv0zFjjmc+SbTDj7maPoXPOEl4DCQ3hi3pt+FHUurfLdty/8U4PI9UMad02wmeCw9Og5rcVHRvgr3vE665GtMiqXvAL0vMxAd/7K2CLddCE6xkPE3RXVJqPWWpBsA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f83e19-8ed2-4a7b-b464-c852b4413bd0', 'x-compute-request-id': 'req-62f83e19-8ed2-4a7b-b464-c852b4413bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1008144488", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCjxynv0zFjjmc+SbTDj7maPoXPOEl4DCQ3hi3pt+FHUurfLdty/8U4PI9UMad02wmeCw9Og5rcVHRvgr3vE665GtMiqXvAL0vMxAd/7K2CLddCE6xkPE3RXVJqPWWpBsA==", "fingerprint": "5d:bb:cc:3d:ba:c7:0a:1b:d4:80:61:da:8d:14:90:e6", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5"}}' 2025-08-03 10:44:53,758 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.172s 2025-08-03 10:44:53,759 98827 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-620248150", "description": "tempest-secgroup-smoke-620248150 description", "project_id": "43ed7c5fd2d54144a24076a5f1901497"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-e89ca6e3-1da3-4614-b824-7e3291e6a050', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "586d7868-2400-41f2-8fd5-20d11934f967", "name": "tempest-secgroup-smoke-620248150", "stateful": true, "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "description": "tempest-secgroup-smoke-620248150 description", "shared": false, "security_group_rules": [{"id": "5486fa08-be9b-4fb2-877d-689e0a4361e2", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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": 589, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:53Z", "updated_at": "2025-08-03T10:44:53Z", "revision_number": 0}, {"id": "54b8934b-49d5-4620-9fb4-4f6ce3ace1f8", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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": 588, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:52Z", "updated_at": "2025-08-03T10:44:52Z", "revision_number": 0}], "tags": [], "created_at": "2025-0 8-03T10:44:52Z", "updated_at": "2025-08-03T10:44:53Z", "revision_number": 1, "project_id": "43ed7c5fd2d54144a24076a5f1901497"}}' 2025-08-03 10:44:54,035 98827 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.276s 2025-08-03 10:44:54,036 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d2a713b7-66bd-4dce-b1f7-f6190d93f929', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2840df9-6d44-4b86-a386-f5d62060cebb", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:53Z", "updated_at": "2025-08-03T10:44:53Z", "revision_number": 0}}' 2025-08-03 10:44:54,342 98827 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-03 10:44:54,342 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-6840cf91-3921-46f2-abec-cdf6d319ee80', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60e047a0-bfaa-4669-b3c8-b7845f5214be", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:54Z", "updated_at": "2025-08-03T10:44:54Z", "revision_number": 0}}' 2025-08-03 10:44:55,989 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.646s 2025-08-03 10:44:55,989 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7088217b-5629-4ec3-a6d8-c72617a166b8', 'c onnection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4bda1383-1e83-49a7-a242-f3adf7ba7c7e", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:54Z", "updated_at": "2025-08-03T10:44:54Z", "revision_number": 0}}' 2025-08-03 10:44:56,918 98827 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.928s 2025-08-03 10:44:56,919 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-b5190972-26c8-4259-abb5-b32063da6a4b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d3692ff-e9aa-4f35-be38-eca11d35d2c1", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:56Z", "updated_at": "2025-08-03T10:44:56Z", "revision_number": 0}}' 2025-08-03 10:44:57,163 98827 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.244s 2025-08-03 10:44:57,163 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-15d41b1b-e90c-4b47-b548-900aab6a1f0b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f1d653fa-ff42-4fec-a2f7-5227c6f7f712", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:57Z", "updated_at": "2025-08-03T10:44:57Z", "revision_number": 0}}' 2025-08-03 10:44:57,605 98827 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.440s 2025-08-03 10:44:57,605 98827 DEBUG [tempest.lib.common.r est_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-1b0615dd-ad2e-4cd7-9edc-fc363e4e149c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5bd53266-41fa-47b0-abdd-75a9c378e0a4", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:57Z", "updated_at": "2025-08-03T10:44:57Z", "revision_number": 0}}' 2025-08-03 10:44:57,828 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.221s 2025-08-03 10:44:57,828 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1628025650", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402a5ce0-8e6f-4342-898e-a3e539623fce', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402a5ce0-8e6f-4342-898e-a3e539623fce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7321d49e-5baa-48dc-817a-d43a4872aa1d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:57.754352", "updated_at": null, "name": "tempest-TestStampPattern-volume-1628025650", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}], "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:57,899 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.054s 2025-08-03 10:44:57,899 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2481', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-630732e4-9343-4d0b-a088-0693558223b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "20497cd2f47d4a4e8c6071d78eb1cea5", "name": "tempest-TestStampPattern-1999148262-project-member", "password_expires_at": null}, "audit_ids": ["1uRMsG-ZSOe61LZgGnG cWg"], "expires_at": "2025-08-03T11:44:57.000000Z", "issued_at": "2025-08-03T10:44:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43ed7c5fd2d54144a24076a5f1901497", "name": "tempest-TestStampPattern-1999148262"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/43ed7c5fd2d54144a24076a5f1901497", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:57,900 98827 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '73994948-9d51-4368-a3a3-8299d0bcb28e', 'name': 'tempest-TestStampPattern-1218523396-network', 'tenant_id': '43ed7c5fd2d54144a24076a5f1901497', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '43ed7c5fd2d54144a24076a5f1901497', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14268, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:30Z', 'updated_at': '2025-08-03T10:44:31Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:58,523 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.622s 2025-08-03 10:44:58,523 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-799653698", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-1008144488", "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "networks": [{"uuid": "73994948-9d51-4368-a3a3-8299d0bcb28e"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-o penstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68623a01-b412-4283-99de-e9c35ea63269', 'x-compute-request-id': 'req-68623a01-b412-4283-99de-e9c35ea63269', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "adminPass": "bGiJGsZ9AJvD"}}' 2025-08-03 10:44:58,613 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.087s 2025-08-03 10:44:58,613 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:58 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-8e2fcda0-f8f5-470c-8344-5e845d4962cb', 'x-compute-request-id': 'req-8e2fcda0-f8f5-470c-8344-5e845d4962cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest-TestStampPattern-server-799653698", "status": "BUILD", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:44:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "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-03 10:45:48,890 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.213s 2025-08-03 10:45:48,891 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:48 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-6cedb740-639b-43e0-a25b-b983edbefc81', 'x-compute-request-id': 'req-6cedb740-639b-43e0-a25b-b983edbefc81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest -TestStampPattern-server-799653698", "status": "ACTIVE", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "3aa73b0de8a13f424f333708605552e13fdd22d156a9767eb7648c46", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:45:14Z", "addresses": {"tempest-TestStampPattern-1218523396-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "OS-SRV-USG:launched_at": "2025-08-03T10:45:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "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-03 10:45:48,907 98827 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:46:49,301 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.334s 2025-08-03 10:46:49,302 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:48 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-dcbd915b-c39d-4693-b0da-73403d1f11dc', 'x-compute-request-id': 'req-dcbd915b-c39d-4693-b0da-73403d1f11dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest-TestStampPattern-server-799653698", "status": "ACTIVE", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "3aa73b0de8a13f424f333708605552e13fdd22d156a9767eb7648c46", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:45:14Z", "addresses": {"tempest-TestStampPattern-1218523396-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "OS-SRV-USG:launched_at": "2025-08-03T10:45:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:powe r_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:46:49,577 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b 0.259s 2025-08-03 10:46:49,577 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-71556f0b-92fb-4717-b5d0-27a8410665b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"ports":[{"id":"6b9c5ee9-ec70-403b-b9fb-8d693341bd45","name":"","network_id":"73994948-9d51-4368-a3a3-8299d0bcb28e","tenant_id":"43ed7c5fd2d54144a24076a5f1901497","mac_address":"fa:16:3e:b6:f6:1d","admin_state_up":true,"status":"ACTIVE","device_id":"bc462416-0007-4f1c-9a15-471b8bd17a0b","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"500661cb-e158-4749-8edd-ba6c6dfb1dd0","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["586d7868-2400-41f2-8fd5-20d11934f967"],"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-03T10:45:03Z","updated_at":"2025-08-03T10:45:11Z","revision_number":5,"project_id":"43ed7c5fd2d54144a24076a5f1901497"}]}' 2025-08-03 10:46:49,578 98827 DEBUG [tempest.common.waiters] Server ID bc462416-0007-4f1c-9a15-471b8bd17a0b ports are all ACTIVE [{'id': '6b9c5ee9-ec70-403b-b9fb-8d693341bd45', 'name': '', 'network_id': '73994948-9d51-4368-a3a3-8299d0bcb28e', 'tenant_id': '43ed7c5fd2d54144a24076a5f1901497', 'mac_address': 'fa:16:3e:b6:f6:1d', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'bc462416-0007-4f1c-9a15-471b8bd17a0b', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '500661cb-e158-4749-8edd-ba6c6dfb1dd0', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['586d7868-2400-41f2-8fd5-20d11934f967'], '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-03T10:45:03Z', 'updated_at': '2025-08-03T10:45:11Z', 'revision_number': 5, 'project_id': '43ed7c5fd2d54144a24076a5f1901497'}]: 2025-08-03 10:46:49,681 98827 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=51ccd8da-7194-44b3-add9-21a2fbc0a716&port_id=6b9c5ee9-ec70-403b-b9fb-8d693341bd45 0.102s 2025-08-03 10:46:49,681 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-5cd8783d-ddf6-4b41-91f7-87b0901c8f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=51ccd8da-7194-44b3-add9-21a2fbc0a716&port_id=6b9c5ee9-ec70-403b-b9fb-8d693341bd45'} Body: b'{"floatingips": []}' 2025-08-03 10:46:49,744 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210 /networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b 0.062s 2025-08-03 10:46:49,745 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-2b511b15-fd21-4c85-b80d-808fcd47b316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"ports":[{"id":"6b9c5ee9-ec70-403b-b9fb-8d693341bd45","name":"","network_id":"73994948-9d51-4368-a3a3-8299d0bcb28e","tenant_id":"43ed7c5fd2d54144a24076a5f1901497","mac_address":"fa:16:3e:b6:f6:1d","admin_state_up":true,"status":"ACTIVE","device_id":"bc462416-0007-4f1c-9a15-471b8bd17a0b","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"500661cb-e158-4749-8edd-ba6c6dfb1dd0","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["586d7868-2400-41f2-8fd5-20d11934f967"],"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-03T10:45:03Z","updated_at":"2025-08-03T10:45:11Z","revision_number":5,"project_id":"43ed7c5fd2d54144a24076a5f1901497"}]}' 2025-08-03 10:46:49,745 98827 DEBUG [tempest.common.waiters] Server ID bc462416-0007-4f1c-9a15-471b8bd17a0b ports are all ACTIVE [{'id': '6b9c5ee9-ec70-403b-b9fb-8d693341bd45', 'name': '', 'network_id': '73994948-9d51-4368-a3a3-8299d0bcb28e', 'tenant_id': '43ed7c5fd2d54144a24076a5f1901497', 'mac_address': 'fa:16:3e:b6:f6:1d', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'bc462416-0007-4f1c-9a15-471b8bd17a0b', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '500661cb-e158-4749-8edd-ba6c6dfb1dd0', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['586d7868-2400-41f2-8fd5-20d11934f967'], '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-03T10:45:03Z', 'updated_at': '2025-08-03T10:45:11Z', 'revision_number': 5, 'project_id': '43ed7c5fd2d54144a24076a5f1901497'}]: 2025-08-03 10:46:51,409 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.662s 2025-08-03 10:46:51,409 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "port_id": "6b9c5ee9-ec70-403b-b9fb-8d693341bd45", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "fixed_ip_address": "10.0.0.12"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-519c505f-6b06-46fc-a332-14f62aa27771', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ede5adc1-269d-4042-9d57-6503bfee82c3", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "floating_ip_address": "172.24.4.234", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "60627afc-db95-49df-8fa6-5b243336244b", "port_id": "6b9c5ee9-ec70-403b-b9fb-8d693341bd45", "fixed_ip_address": "10.0.0.12", "status": "D OWN", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "description": "", "port_details": {"name": "", "network_id": "73994948-9d51-4368-a3a3-8299d0bcb28e", "mac_address": "fa:16:3e:b6:f6:1d", "admin_state_up": true, "status": "ACTIVE", "device_id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:50Z", "updated_at": "2025-08-03T10:46:50Z", "revision_number": 0}}' 2025-08-03 10:46:51,411 98827 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2025-08-03 10:46:51,428 98827 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:51,532 98827 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:51,532 98827 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2025-08-03 10:46:51,533 98827 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-03 10:46:51,533 98827 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2025-08-03 10:46:51,537 98827 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:51,639 98827 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:51,639 98827 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2025-08-03 10:46:51,744 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.095s 2025-08-03 10:46:51,744 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d2834b-1541-4c67-bb1e-a3a6005b88a4', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d2834b-1541-4c67-bb1e-a3a6005b88a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'{"volume": {"id": "7321d49e-5baa-48dc-817a-d43a4872aa1d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:58.000000", "updated_at": "2025-08-03T10:44:58.000000", "name": "tempest-TestStampPattern-volume-1628025650", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}], "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43ed7c5fd2d54144a24076a5f1901497"}}' 2025-08-03 10:46:52,798 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.039s 2025-08-03 10:46:52,799 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1add4582-2e65-4814-9801-5530b2f963fe', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'x-openstack-request-id': 'req-1add4582-2e65-4814-9801-5530b2f963fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'{"volume": {"id": "7321d49e-5baa-48dc-817a-d43a4872aa1d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:58.000000", "updated_at": "2025-08-03T10:44:58.000000", "name": "tempest-TestStampPattern-volume-1628025650", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}], "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43ed7c5fd2d54144a24076a5f1901497"}}' 2025-08-03 10:46:53,463 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ede5adc1-269d-4042-9d57-6503bfee82c3 0.650s 2025-08-03 10:46:53,463 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-97d76089-f7c8-49cf-9344-a2eaca61980b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ede5adc1-269d-4042-9d57-6503bfee82c3'} Body: b'' 2025-08-03 10:46:53,602 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.138s 2025-08-03 10:46:53,602 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:53 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-1c956cf2-b154-40d4-a5ed-080fe8459d7c', 'x-compute-request-id': 'req-1c956cf2-b154-40d4-a5ed-080fe8459d7c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'' 2025-08-03 10:46:53,933 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.330s 2025-08-03 10:46:53,933 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:53 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-b5cbe281-a78d-4e59-b533-01e66ebc5058', 'x-compute-request-id': 'req-b5cbe281-a78d-4e59-b533-01e66ebc5058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest-TestStampPattern-server-799653698", "status": "ACTIVE", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "3aa73b0de8a13f424f333708 605552e13fdd22d156a9767eb7648c46", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:46:54Z", "addresses": {"tempest-TestStampPattern-1218523396-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}, {"version": 4, "addr": "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "OS-SRV-USG:launched_at": "2025-08-03T10:45:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "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-03 10:47:44,033 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.034s 2025-08-03 10:47:44,034 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a177726b-59a6-46b0-be62-0f5b3491229e', 'x-compute-request-id': 'req-a177726b-59a6-46b0-be62-0f5b3491229e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bc462416-0007-4f1c-9a15-471b8bd17a0b could not be found."}}' 2025-08-03 10:47:44,128 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.094s 2025-08-03 10:47:44,129 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-91706abe-1fe0-4ae4-b124-2acb5ee855e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'' 2025-08-03 10:47:44,152 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.022s 2025-08-03 10:47:44,152 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f8dd18-d4bc-4ba0-9a24-91b 500e38dcb', 'x-openstack-request-id': 'req-82f8dd18-d4bc-4ba0-9a24-91b500e38dcb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7321d49e-5baa-48dc-817a-d43a4872aa1d could not be found."}}' 2025-08-03 10:47:44,394 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/586d7868-2400-41f2-8fd5-20d11934f967 0.242s 2025-08-03 10:47:44,395 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4a9e481d-f6e1-45d9-88fa-d56405e2921d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/586d7868-2400-41f2-8fd5-20d11934f967'} Body: b'' 2025-08-03 10:47:44,423 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1008144488 0.027s 2025-08-03 10:47:44,423 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 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-2a65462b-415e-4e3c-9298-34229b044f75', 'x-compute-request-id': 'req-2a65462b-415e-4e3c-9298-34229b044f75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1008144488'} Body: b'' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.561189s] ... 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 349c9424-cf7a-4d71-ab9d-3b5f99f50e66 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:43,507 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-03 10:47:43,507 98829 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-1236028132"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f3f3f8-ef28-43e1-ac20-30ab4bf2de10', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f3f3f8-ef28-43e1-ac20-30ab4bf2de10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.436009", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:43,559 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.040s 2025-08-03 10:47:43,559 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169d9561-5ca1-44c3-8a1c-c06bb2b4c683', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169d9561-5ca1-44c3-8a1c-c06bb2b4c683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:44,650 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.076s 2025-08-03 10:47:44,650 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-468bf87a-dcb2-4d79-8361-ebb06b1118c2', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-468bf87a-dcb2-4d79-8361-ebb06b1118c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.000000", "updated_at": "2025-08-03T10:47:44.000000", "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:44,716 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.052s 2025-08-03 10:47:44,716 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfe9488d-fee5-4865-ae0b-93f7f32bbed4', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfe9488d-fee5-4865-ae0b-93f7f32bbed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.000000", "updated_at": "2025-08-03T10:47:44.000000", "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:44,843 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.113s 2025-08-03 10:47:44,844 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-f2699150-f078-44a7-a789-be459ea4c166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'' 2025-08-03 10:47:44,866 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.022s 2025-08-03 10:47:44,867 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ad36bf-ccfc-46cb-a6f6-10f3f0d06f3c', 'x-openstack-request-id': 'req-57ad36bf-ccfc-46cb-a6f6-10f3f0d06f3c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 349c9424-cf7a-4d71-ab9d-3b5f99f50e66 could not be found."}}' {9} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance [1.897884s] ... 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 76014f81-c002-48df-8478-3cae7c8c560b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:12,308 98827 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.140s 2025-08-03 10:48:12,309 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f603169a-ccba-438f-89e8-bac66faf54e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:12,787 98827 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.477s 2025-08-03 10:48:12,787 98827 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-1215940654", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd60ce2-12c6-4ea4-a59d-f896bf60b7eb', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd60ce2-12c6-4ea4-a59d-f896bf60b7eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "76014f81-c002-48df-8478-3cae7c8c560b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:12.586644", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1215940654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:12,836 98827 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/76014f81-c002-48df-8478-3cae7c8c560b 0.037s 2025-08-03 10:48:12,836 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8c389e1-be9a-4067-97a2-59cb17fc3f6a', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8c389e1-be9a-4067-97a2-59cb17fc3f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'{"volume": {"id": "76014f81-c002-48df-8478-3cae7c8c560b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:13.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1215940654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:13,933 98827 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/76014f81-c002-48df-8478-3cae7c8c560b 0.082s 2025-08-03 10:48:13,933 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8285d98-87e8-4565-b7ab-9a8b220004ec', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8285d98-87e8-4565-b7ab-9a8b220004ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'{"volume": {"id": "76014f81-c002-48df-8478-3cae7c8c560b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:13.000000", "updated_at": "2025-08-03T10:48:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1215940654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:14,042 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b 0.094s 2025-08-03 10:48:14,043 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc220f2e-814a-4562-8c86-25a6996e90fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'' 2025-08-03 10:48:14,064 98827 IN FO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b 0.021s 2025-08-03 10:48:14,064 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10: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-dc4fc84e-92d7-4c14-84bd-2afcd8aeba71', 'x-openstack-request-id': 'req-dc4fc84e-92d7-4c14-84bd-2afcd8aeba71', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76014f81-c002-48df-8478-3cae7c8c560b could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.614485s] ... 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 71e78475-d0d4-4598-86fb-b5e4239e7148 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:14,086 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.019s 2025-08-03 10:48:14,087 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97b4e65a-94f5-4e65-a6a9-cba9d10aa195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:14,412 98827 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.324s 2025-08-03 10:48:14,412 98827 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-75331019", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3807ebb1-bea8-47cb-8759-9b6843c518a6', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3807ebb1-bea8-47cb-8759-9b6843c518a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "71e78475-d0d4-4598-86fb-b5e4239e7148", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:14.341984", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-75331019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:14,465 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.041s 2025-08-03 10:48:14,465 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date' : 'Sun, 03 Aug 2025 10:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0af8bf-4695-4080-8ad1-189a8f7c90d6', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0af8bf-4695-4080-8ad1-189a8f7c90d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'{"volume": {"id": "71e78475-d0d4-4598-86fb-b5e4239e7148", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-75331019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:15,520 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.039s 2025-08-03 10:48:15,520 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0f034a2-e252-4200-827b-926a8bbc2fa8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f034a2-e252-4200-827b-926a8bbc2fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'{"volume": {"id": "71e78475-d0d4-4598-86fb-b5e4239e7148", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:14.000000", "updated_at": "2025-08-03T10:48:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-75331019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:15,657 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.123s 2025-08-03 10:48:15,657 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2566f915-4b48-4624-b077-6c35d828370e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'' 2025-08-03 10:48:15,680 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.022s 2025-08-03 10:48:15,680 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f8a300-1ffd-4802-ab7f-a7bc2d40c0d0', 'x-openstack-request-id': 'req-54f8a300-1ffd-4802-ab7f-a7bc2d40c0d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 71e78475-d0d4-4598-86fb-b5e4239e7148 could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.649207s] ... 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 a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:15,702 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.019s 2025-08-03 10:48:15,703 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0de93a21-a813-4174-8c8c-28326b2348a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:16,034 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.331s 2025-08-03 10:48:16,035 98827 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-1104153615", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2074dd7c-4882-47ec-a863-28d80d3b2d40', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2074dd7c-4882-47ec-a863-28d80d3b2d40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a2c1e268-a962-42d6-87d4-3d2eeb22e4d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:15.960140", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1104153615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:16,090 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.042s 2025-08-03 10:48:16,091 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4d239c-4320-4815-b2ff-43ee06de7d5f', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4d239c-4320-4815-b2ff-43ee06de7d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'{"volume": {"id": "a2c1e268-a962-42d6-87d4-3d2eeb22e4d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:16.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1104153615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:17,153 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.047s 2025-08-03 10:48:17,154 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf278884-1e1c-427e-9667-b24d15d57cd0', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf278884-1e1c-427e-9667-b24d15d57cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'{"volume": {"id": "a2c1e268-a962-42d6-87d4-3d2eeb22e4d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:16.000000", "updated_at": "2025-08-03T10:48:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1104153615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:17,308 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.139s 2025-08-03 10:48:17,309 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1430b63c-863a-4565-944a-b6370bffd261', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'' 2025-08-03 10:48:17,331 98827 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.022s 2025-08-03 10:48:17,331 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9bf8545-d41b-4a2e-b11d-c4bcb48971db', 'x-openstack-request-id': 'req-a9bf8545-d41b-4a2e-b11d-c4bcb48971db', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.173828s] ... 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 c406937c-7535-40ff-9f1e-335177d477b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:17,334 98827 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-03 10:48:17,383 98827 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.047s 2025-08-03 10:48:17,384 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1888192609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDG/tg2JUklTSqLYCS7rE4/fV4OGHS6rfhW5jqQgODTCRBcOskD4PkF2HxKEG2qYk3Of1+utGNtndqC5+mXtKjwzBiOXBVCJoaDPkMwcOO9IoE9HGfv1wMaUDyxycI8bg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d03853f6-ae12-41f2-9dbb-b63e7e195da5', 'x-compute-request-id': 'req-d03853f6-ae12-41f2-9dbb-b63e7e195da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1888192609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDG/tg2JUklTSqLYCS7rE4/fV4OGHS6rfhW5jqQgODTCRBcOskD4PkF2HxKEG2qYk3Of1+utGNtndqC5+mXtKjwzBiOXBVCJoaDPkMwcOO9IoE9HGfv1wMaUDyxycI8bg==", "fingerprint": "95:c4:77:c5:7f:ac:18:9c:93:ac:78:11:1f:95:62:52", "user_id": "7ef88ffed61c48079ba814c6067fd439"}}' 2025-08-03 10:48:17,676 98827 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.289s 2025-08-03 10:48:17,676 98827 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-708588383", "description": "tempest-secgroup-smoke-708588383 description", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-d128ee14-adb8-4ca9-a100-4f94253037b7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "name": "tempest-secgroup-smoke-708588383", "stateful": true, "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "description": "tempest-secgroup-smoke-708588383 description", "shared": false, "security_group_rules": [{"id": "28fcfcc9-098e-438e-be63-42f8cdb59775", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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": 786, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}, {"id": "978b6fe6-72b0-4aba-9ca5-bcbf75e065b4", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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": 787, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 1, "project_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:17,892 98827 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.215s 2025-08-03 10:48:17,893 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-80bbd7cf-1c71-4fd7-bce9-06b1555e9bb1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c8f80c0-406e-4f8c-a9ad-4239f7ddce18", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}}' 2025-08-03 10:48:18,093 98827 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.200s 2025-08-03 10:48:18,093 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-48480639-ecd5-4317-8e52-a4a4d1ea22f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dad20249-3b63-437b-8fc9-97662d1c7270", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}}' 2025-08-03 10:48:18,311 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-03 10:48:18,312 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fbb5f1d5-3e51-4111-8d0a-5d106cfa92ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ec5fa32-22d4-4636-858f-a6780a1f02a0", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:18Z", "updated_at": "2025-08-03T10:48:18Z", "revision_number": 0}}' 2025-08-03 10:48:18,539 98827 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.226s 2025-08-03 10:48:18,539 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-b22c0f7e-4bf1-4000-bbee-7bcded6295a7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "19d7a1fe-edfc-475d-838d-b9c1b6c477c9", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:18Z", "updated_at": "2025-08-03T10:48:18Z", "revision_number": 0}}' 2025-08-03 10:48:19,244 98827 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.704s 2025-08-03 10:48:19,244 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-14e40cc1-1653-47bc-ae97-5aef2976bc19', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d27f3b5b-6418-49ef-9a9a-aa9f88725c6e", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:18Z", "updated_at": "2025-08-03T10:48:18Z", "revision_number": 0}}' 2025-08-03 10:48:19,510 98827 INFO [temp est.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.265s 2025-08-03 10:48:19,510 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-660ee056-efa2-4fb4-bfcc-e90efac118ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f9aadfd-4324-474e-b552-6c54de71fb10", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:19Z", "updated_at": "2025-08-03T10:48:19Z", "revision_number": 0}}' 2025-08-03 10:48:19,510 98827 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-03 10:48:19,530 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.019s 2025-08-03 10:48:19,530 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e63196f2-745f-486d-91e5-dead8aebe7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:19,928 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.397s 2025-08-03 10:48:19,928 98827 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-1854670198", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu )', 'content-type': 'application/json', 'x-compute-request-id': 'req-92092d73-040d-4b3b-b6f4-3ede481e2d11', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92092d73-040d-4b3b-b6f4-3ede481e2d11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c406937c-7535-40ff-9f1e-335177d477b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:19.816591", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1854670198", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:19,992 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.052s 2025-08-03 10:48:19,992 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b1865d9-e9c7-4efe-864f-51dda07217aa', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b1865d9-e9c7-4efe-864f-51dda07217aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'{"volume": {"id": "c406937c-7535-40ff-9f1e-335177d477b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:20.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1854670198", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:21,045 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.038s 2025-08-03 10:48:21,045 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0ac135-07f2-4324-baad-71ffb607961e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0ac135-07f2-4324-baad-71ffb607961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'{"volume": {"id": "c406937c-7535-40ff-9f1e-335177d477b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:20.000000", "updated_at": "2025-08-03T10:48:20.000000", "name": "te mpest-TestVolumeBootPattern-volume-origin-1854670198", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:21,173 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.112s 2025-08-03 10:48:21,173 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3fb81e7-261b-4389-8ba6-ffd393c213aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'' 2025-08-03 10:48:21,194 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.020s 2025-08-03 10:48:21,194 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48: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-f278c6ea-eed3-4045-9a63-041c72093874', 'x-openstack-request-id': 'req-f278c6ea-eed3-4045-9a63-041c72093874', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c406937c-7535-40ff-9f1e-335177d477b6 could not be found."}}' 2025-08-03 10:48:21,478 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/269170b4-fe43-4141-abe9-c2a5198a9c89 0.283s 2025-08-03 10:48:21,478 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-956a419e-8442-4916-8cea-e291e1c59f67', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/269170b4-fe43-4141-abe9-c2a5198a9c89'} Body: b'' 2025-08-03 10:48:21,507 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1888192609 0.028s 2025-08-03 10:48:21,507 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8 4e79f45-7cc6-46d0-891c-1b0a2ccc3ed0', 'x-compute-request-id': 'req-84e79f45-7cc6-46d0-891c-1b0a2ccc3ed0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1888192609'} Body: b'' {8} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain [1.640046s] ... 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 7109e668-2a2e-4705-a399-06993063657e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:33,272 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.494s 2025-08-03 10:48:33,273 98827 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-1934992020"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61337b5-40f1-4302-a4bc-949ca0e87ea3', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61337b5-40f1-4302-a4bc-949ca0e87ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7109e668-2a2e-4705-a399-06993063657e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:33.194283", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1934992020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7109e668-2a2e-4705-a399-06993063657e"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:33,346 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e 0.062s 2025-08-03 10:48:33,347 98827 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': 'Sun, 03 Aug 2025 10:48:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009dc434-b4f7-4b62-b5b1-b77611bd6fd2', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009dc434-b4f7-4b62-b5b1-b77611bd6fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e'} Body: b'{"volume": {"id": "7109e668-2a2e-4705-a399-06993063657e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:33.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1934992020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7109e668-2a2e-4705-a399-06993063657e"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:34,402 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e 0.040s 2025-08-03 10:48:34,402 98827 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': 'Sun, 03 Aug 2025 10:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-678a42f9-f424-49dc-ab92-e50ff5546daf', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678a42f9-f424-49dc-ab92-e50ff5546daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e'} Body: b'{"volume": {"id": "7109e668-2a2e-4705-a399-06993063657e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:33.000000", "updated_at": "2025-08-03T10:48:33.000000", "name": "tempest-VolumeDependencyTests-Volume-1934992020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7109e668-2a2e-4705-a399-06993063657e"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' {8} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2 [1.853829s] ... 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 2deb466b-96ad-4ded-968f-4d616a6a931d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:35,117 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.698s 2025-08-03 10:48:35,118 98827 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-904819611"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f3b813-1a12-4e7b-8400-6ac518619f8d', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f3b813-1a12-4e7b-8400-6ac518619f8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2deb466b-96ad-4ded-968f-4d616a6a931d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:34.703270", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-904819611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:35,184 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d 0.049s 2025-08-03 10:48:35,184 98827 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': 'Sun, 03 Aug 2025 10:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2326053-fcb6-46b3-a3bf-26b5dc1f61f7', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2326053-fcb6-46b3-a3bf-26b5dc1f61f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d'} Body: b'{"volume": {"id": "2deb466b-96ad-4ded-968f-4d616a6a931d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:35.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-904819611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:36,247 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d 0.048s 2025-08-03 10:48:36,247 98827 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': 'Sun, 03 Aug 2025 10:48:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26680f2f-9048-4286-9f26-96f25e149f5f', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26680f2f-9048-4286-9f26-96f25e149f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d'} Body: b'{"volume": {"id": "2deb466b-96ad-4ded-968f-4d616a6a931d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:35.000000", "updated_at": "2025-08-03T10:48:35.000000", "name": "tempest-VolumeDependencyTests-Volume-904819611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' {8} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot [1.323517s] ... 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 9681b5fa-3574-4d28-948d-ce2021c450cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:36,459 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.183s 2025-08-03 10:48:36,459 98827 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-216587635"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c628849-bf8f-4bbf-a18d-7387c2f1961d', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c628849-bf8f-4bbf-a18d-7387c2f1961d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9681b5fa-3574-4d28-948d-ce2021c450cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:36.400652", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-216587635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:36,518 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc 0.047s 2025-08-03 10:48:36,518 98827 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': 'Sun, 03 Aug 2025 10:48:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b580381-ce27-44ed-8c7f-d3c650192ff8', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b580381-ce27-44ed-8c7f-d3c650192ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc'} Body: b'{"volume": {"id": "9681b5fa-3574-4d28-948d-ce2021c450cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:36.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-216587635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:37,584 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc 0.051s 2025-08-03 10:48:37,585 98827 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: {'d ate': 'Sun, 03 Aug 2025 10:48:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139fa967-1116-444f-a780-7da73f72c2a6', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139fa967-1116-444f-a780-7da73f72c2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc'} Body: b'{"volume": {"id": "9681b5fa-3574-4d28-948d-ce2021c450cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:36.000000", "updated_at": "2025-08-03T10:48:37.000000", "name": "tempest-VolumeDependencyTests-Volume-216587635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' {8} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume [1.366855s] ... 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 3f9e891f-a09d-4a87-9639-53cf1968fe2b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:37,776 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.176s 2025-08-03 10:48:37,776 98827 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-1356462461"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd3c586-e0e8-4af6-acd3-e45e03156c96', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd3c586-e0e8-4af6-acd3-e45e03156c96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f9e891f-a09d-4a87-9639-53cf1968fe2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:37.719864", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1356462461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:37,894 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b 0.106s 2025-08-03 10:48:37,894 98827 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': 'Sun, 03 Aug 2025 10:48:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-925da2e9-acf4-46c9-bfeb-cc9875024ea7', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-925da2e9-acf4-46c9-bfeb-cc9875024ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b'} Body: b'{"volume": {"id": "3f9e891f-a09d-4a87-9639-53cf1968fe2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:38.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1356462461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:38,953 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b 0.043s 2025-08-03 10:48:38,953 98827 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 ': 'Sun, 03 Aug 2025 10:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ebf6322-7c72-4c30-9645-193efd8b6011', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ebf6322-7c72-4c30-9645-193efd8b6011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b'} Body: b'{"volume": {"id": "3f9e891f-a09d-4a87-9639-53cf1968fe2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:38.000000", "updated_at": "2025-08-03T10:48:38.000000", "name": "tempest-VolumeDependencyTests-Volume-1356462461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {10} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.372017s] ... 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 a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:52,571 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.247s 2025-08-03 10:48:52,571 98831 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-56820924"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c80ad8-9a62-429d-86ce-c861807c0879', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c80ad8-9a62-429d-86ce-c861807c0879', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.485929", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-56820924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:52,623 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5 0.039s 2025-08-03 10:48:52,623 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-690e705b-bd4b-434a-b94a-67ab43136d72', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-690e705b-bd4b-434a-b94a-67ab43136d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5'} Body: b'{"volume": {"id": "a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-56820924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' 2025-08-03 10:48:53,679 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5 0.041s 2025-08-03 10:48:53,679 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/j son', 'x-compute-request-id': 'req-f4baed0e-d053-444d-8ac2-f0602918832f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4baed0e-d053-444d-8ac2-f0602918832f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5'} Body: b'{"volume": {"id": "a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": "2025-08-03T10:48:53.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-56820924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' {10} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.346959s] ... 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 503f63e8-fc4f-496a-b0dd-1e0d707b5f53 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:53,920 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.224s 2025-08-03 10:48:53,921 98831 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-1216336338"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7587405-a155-4930-9f8a-6ce7dec32835', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7587405-a155-4930-9f8a-6ce7dec32835', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "503f63e8-fc4f-496a-b0dd-1e0d707b5f53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:53.852305", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1216336338", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:53,972 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53 0.038s 2025-08-03 10:48:53,972 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bfd39fd-34e6-40b7-a19f-f83811ac968e', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bfd39fd-34e6-40b7-a19f-f83811ac968e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53'} Body: b'{"volume": {"id": "503f63e8-fc4f-496a-b0dd-1e0d707b5f53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1216336338", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' 2025-08-03 10:48:55,028 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53 0.038s 2025-08-03 10:48:55,029 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-4865a3d8-7880-4eb3-80e3-bf2b903f2233', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4865a3d8-7880-4eb3-80e3-bf2b903f2233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53'} Body: b'{"volume": {"id": "503f63e8-fc4f-496a-b0dd-1e0d707b5f53", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:54.000000", "updated_at": "2025-08-03T10:48:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1216336338", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [283.609254s] ... 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 cfda3efb-4efc-475a-b5d7-9d94cb3faadf failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-03T10:48:37Z', 'message': 'Build of instance cfda3efb-4efc-475a-b5d7-9d94cb3faadf aborted: Volume 479bd82a-c3e9-44a0-98c5-40aa8fe57751 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-6faaa3db-c97a-412e-b552-9a9f886ebbd1. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:27,614 98821 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.059s 2025-08-03 10:44:27,615 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb54ca96-b06c-4b1e-9299-f070064c9b9c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["bj7MyxHwSgWTG2i9FkbLwA"], "expires_at": "2025-08-03T11:44:27.000000Z", "issued_at": "2025-08-03T10:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:27,615 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:29,232 98821 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.615s 2025-08-03 10:44:29,232 98821 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-1285632054", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607', '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-85f96ebe-925f-47a1-a89e-d8bdae5f3cbc', 'x-compute-request-id': 'req-85f96ebe-925f-47a1-a89e-d8bdae5f3cbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "C4uq3356vqFg"}}' 2025-08-03 10:44:29,368 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.132s 2025-08-03 10:44:29,369 98821 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': 'Sun, 03 Aug 2025 10:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f461b6ee-73b7-45e5-a658-9da01892b852', 'x-compute-request-id': 'req-f461b6ee-73b7-45e5-a658-9da01892b852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:44:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:te rminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-03 10:45:19,688 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.260s 2025-08-03 10:45:19,689 98821 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': 'Sun, 03 Aug 2025 10:45:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3161ddf3-215c-46f2-b517-05a98639f433', 'x-compute-request-id': 'req-3161ddf3-215c-46f2-b517-05a98639f433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:44:51Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:a5:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:44:50.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-03 10:45:19,710 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:46:20,414 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607/action 0.645s 2025-08-03 10:46:20,414 98821 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-1405958668"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Versio n,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b3898fc-223e-4419-ac18-925264743d1b', 'x-compute-request-id': 'req-4b3898fc-223e-4419-ac18-925264743d1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607/action'} Body: b'{"image_id": "ab205198-7702-403b-933c-0eff7a42c7bc"}' 2025-08-03 10:46:20,438 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.022s 2025-08-03 10:46:20,438 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-720f0b70-78d4-4794-88b5-01000a440a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:21,471 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.029s 2025-08-03 10:46:21,471 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3190a521-75ff-475e-8fb6-b5eece6808f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a4 6e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:22,497 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.023s 2025-08-03 10:46:22,497 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7d2a8c31-705d-46f6-85b5-d86c48335358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:23,532 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.033s 2025-08-03 10:46:23,532 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3900eb74-0946-4187-ab08-7d24ae7549b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} 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": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "owner_project_name": "tempest-ServerBootFro mVolumeStableRescueTest-211329019", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "image_type": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:24,558 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.023s 2025-08-03 10:46:24,558 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-78eca8d3-02c3-470b-a228-83d7527e8a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:25,585 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.025s 2025-08-03 10:46:25,585 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d13c513a-bfaa-4085-8b7f-d844dfe6763c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "boot_ro les": "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:26,673 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.085s 2025-08-03 10:46:26,673 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a1216758-bf0f-4da9-b1b2-ed39ad098309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:27,698 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.023s 2025-08-03 10:46:27,698 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'appl ication/json', 'x-openstack-request-id': 'req-e96fe716-87e2-4c1f-bb36-49e71f1ac963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:27Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:28,853 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.030s 2025-08-03 10:46:28,853 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b2964545-f69d-4eb4-8c64-819b5dda3d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "7151ffdc5233ebca907feae4f3f48004", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e490a980650f4abe6eacd4f6609e20e33e1af4e5ef6c9bb9ba1898d6f5e12980ee75a20e0cfb9caf6c787e50c8d81af4af66d181268d349d7a19ea8ba993e6cc", "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:29Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file" : "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:28,919 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.065s 2025-08-03 10:46:28,920 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e4344cb-b876-4069-8044-d00c3015e343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "7151ffdc5233ebca907feae4f3f48004", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e490a980650f4abe6eacd4f6609e20e33e1af4e5ef6c9bb9ba1898d6f5e12980ee75a20e0cfb9caf6c787e50c8d81af4af66d181268d349d7a19ea8ba993e6cc", "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:29Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:29,192 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.272s 2025-08-03 10:46:29,193 98821 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': 'Sun, 03 Aug 2025 10:46:28 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-f6de6d08-3569-44f0-ad2c-881bcf20d937', 'x-compute-request-id': 'req-f6de6d08-3569-44f0-ad2c-881bcf20d937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href" : "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:46:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:a5:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:44:50.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-03 10:47:19,492 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.272s 2025-08-03 10:47:19,493 98821 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': 'Sun, 03 Aug 2025 10:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06ec731c-e76a-4ec7-aac9-0af678a38f0f', 'x-compute-request-id': 'req-06ec731c-e76a-4ec7-aac9-0af678a38f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:46:29Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:a5:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:44:50.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-03 10:47:19,513 9 8821 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:48:19,660 98821 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.087s 2025-08-03 10:48:19,661 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5e5ce582-dedb-49fb-b4e7-5aa52dc76687', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["aizNWY86SReDVn2VyJJSYQ"], "expires_at": "2025-08-03T11:48:19.000000Z", "issued_at": "2025-08-03T10:48:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:48:19,661 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:48:20,298 98821 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.636s 2025-08-03 10:48:20,298 98821 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-17086307", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf', '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-6faaa3db-c97a-412e-b552-9a9f886ebbd1', 'x-compute-request-id': 'req-6faaa3db-c97a-412e-b552-9a9f886ebbd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cfda3efb-4efc-475a-b5d7-9d94cb3faadf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "d4Lk3n7JCp7d"}}' 2025-08-03 10:48:20,453 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.152s 2025-08-03 10:48:20,454 98821 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': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1393', '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-07b96975-76e1-48b4-b188-71b99b4e54c6', 'x-compute-request-id': 'req-07b96975-76e1-48b4-b188-71b99b4e54c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'{"server": {"id": "cfda3efb-4efc-475a-b5d7-9d94cb3faadf", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-17086307", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:48:20Z", "updated": "2025-08-03T10:48:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}, {"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}], "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-03 10:49:10,653 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.129s 2025-08-03 10:49:10,654 98821 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': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1648', '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-3275d585-75b9-4f4b-8ba4-d80ca03d4693', 'x-compute-request-id': 'req-3275d585-75b9-4f4b-8ba4-d80ca03d4693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'{"server": {"id": "cfda3efb-4efc-475a-b5d7-9d94cb3faadf", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-17086307", "status": "ERROR", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:48:20Z", "updated": "2025-08-03T10:48:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-03T10:48:37Z", "message": "Build of instance cfda3efb-4efc-475a-b5d7-9d94cb3faadf aborted: Volume 479bd82a-c3e9-44a0-98c5-40aa8fe57751 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-03 10:49:10,678 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-03 10:49:11,120 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.439s 2025-08-03 10:49:11,120 98821 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': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'comp ute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9da01f62-6d40-4031-9e7a-586fa2378917', 'x-compute-request-id': 'req-9da01f62-6d40-4031-9e7a-586fa2378917', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'' 2025-08-03 10:49:11,156 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.034s 2025-08-03 10:49:11,156 98821 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': 'Sun, 03 Aug 2025 10:49:11 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-354a393b-a824-4774-8be8-c8a3c3d8e658', 'x-compute-request-id': 'req-354a393b-a824-4774-8be8-c8a3c3d8e658', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cfda3efb-4efc-475a-b5d7-9d94cb3faadf could not be found."}}' {4} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.070592s] ... 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 61a5c70b-f51f-44a3-b965-efa2eadb20b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:26,154 98819 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:46:26,154 98819 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:46:26,199 98819 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-03 10:46:26,200 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1169244613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmSuMIK8cnZl+CZvTPbCP9rZlwX8k8PxMReCcB7SZvGJRCnxsAZ+zgZgkXmUk1w4fx+ov0OBoHmyBVaOLkK2ePSoI5WRLsqeDX4KWhpVpT+G2JWw73oYhQTo3P+z48vaQ=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 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-b9c0575f-7e7b-42f2-863a-30660557b830', 'x-compute-request-id': 'req-b9c0575f-7e7b-42f2-863a-30660557b830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1169244613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmSuMIK8cnZl+CZvTPbCP9rZlwX8k8PxMReCcB7SZvGJRCnxsAZ+zgZgkXmUk1w4fx+ov0OBoHmyBVaOLkK2ePSoI5WRLsqeDX4KWhpVpT+G2JWw73oYhQTo3P+z48vaQ==", "fingerprint": "18:3e:3f:09:40:f5:79:59:35:5b:0c:20:bd:f2:c3:d8", "user_id": "188a786cac2b41f5bd8205758bc0cf20"}}' 2025-08-03 10:46:26,202 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1169244613 created 2025-08-03 10:46:26,510 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.308s 2025-08-03 10:46:26,511 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--289683687", "description": "tempest-description--1600802199"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-48796ac6-20b1-4ded-94fe-be10bb4c9bbd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "name": "tempest-securitygroup--289683687", "stateful": true, "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "tempest-description--1600802199", "shared": false, "security_group_rules": [{"id": "db8ea2e6-7e71-414e-af3b-0a7a7d653d39", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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": 620, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}, {"id": "f5ca82bd-6ea4-4b42-9824-c8af35bb8217", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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": 619, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:46:26,804 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.292s 2025-08-03 10:46:26,804 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2bc2308d-e976-4e99-b78c-d6998d444bb5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d3bb1ae-b06e-40db-86d0-1257b5f6da47", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}}' 2025-08-03 10:46:27,062 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.257s 2025-08-03 10:46:27,062 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d1445b3e-5146-447c-ba16-212a275edb78', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d20d05f-c6ab-4b2d-8dd7-68c2b8adf5f4", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}}' 2025-08-03 10:46:27,063 98819 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--289683687 created 2025-08-03 10:46:27,871 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.807s 2025-08-03 10:46:27,871 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-9adb03f9-b285-49c5-800f-25a4ebc41c26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "57b5c1f1-69b8-41cd-8f3a-619efe5e858d", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.197", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:27Z", "updated_at": "2025-08-03T10:46:27Z", "revision_number": 0}}' 2025-08-03 10:46:27,871 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '57b5c1f1-69b8-41cd-8f3a-619efe5e858d', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.197', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:27Z', 'updated_at': '2025-08-03T10:46:27Z', 'revision_number': 0, 'ip': '172.24.4.197'} created 2025-08-03 10:46:27,973 98819 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.096s 2025-08-03 10:46:27,973 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 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-a76206f0-60ea-40fb-9425-122d6d87d5f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "188a786cac2b41f5bd8205758bc0cf20", "name": "tempest-AttachVolumeNegativeTest-863899931-project-member", "password_expires_at": null}, "audit_ids": ["EUdssbHGQqO55tSVpPrrPQ"], "expires_at": "2025-08-03T11:46:27.000000Z", "issued_at": "2025-08-03T10:46:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30509cab7717416cbd15cd6bf2388ecb", "name": "tempest-AttachVolumeNegativeTest-863899931"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30509cab7717416cbd15cd6bf2388ecb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "regi on": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:46:27,973 98819 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'a5ee7952-c760-4ebf-a06d-056998be0c03', 'name': 'tempest-AttachVolumeNegativeTest-995598820-network', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19623, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:46:27,974 98819 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1169244613', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmSuMIK8cnZl+CZvTPbCP9rZlwX8k8PxMReCcB7SZvGJRCnxsAZ+zgZgkXmUk1w4fx+ov0OBoHmyBVaOLkK2ePSoI5WRLsqeDX4KWhpVpT+G2JWw73oYhQTo3P+z48vaQ==', 'fingerprint': '18:3e:3f:09:40:f5:79:59:35:5b:0c:20:bd:f2:c3:d8', 'user_id': '188a786cac2b41f5bd8205758bc0cf20', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDsVvm6Uiqvh9aPrNGMEH5QKVm6NZ4QbFa12E06WWuhJit7CsRkcruN\nALmOGy6NPyOgBwYFK4EEACKhZANiAATpkrjCCvHJ2Zfgmb0z2wj/a2ZcF/JPD8TE\nXgnAe0mbxiUQp8bAGfs4GYJF5lJNcOH8fqL9DgaB5sgVWji5Ctnj0qCOVkS7Kng1\n+CloaVaU/htiVsO96GIUE6Nz/s+PL2k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0d78b433-e49a-462c-acac-315d0e6cecc1', 'name': 'tempest-securitygroup--289683687', 'stateful': True, 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': 'tempest-description--1600802199', 'shared': False, 'security_group_rules': [{'id': 'db8ea2e6-7e71-414e-af3b-0a7a7d653d39', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '0d78b433-e49a-462c-acac-315d0e6cecc1', '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': 620, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:26Z', 'updated_at': '2025-08-03T10:46:26Z', 'revision_number': 0}, {'id': 'f5ca82bd-6ea4-4b42-9824-c8af35bb8217', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '0d78b433-e49a-462c-acac-315d0e6cecc1', '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': 619, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:26Z', 'updated_at': '2025-08-03T10:46:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:46:26Z', 'updated_at': '2025-08-03T10:46:26Z', 'revision_number': 1, 'project_id': '30509cab7717416cbd15cd6bf2388ecb'}, 'floating_ip': {'id': '57b5c1f1-69b8-41cd-8f3a-619efe5e858d', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.197', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:27Z', 'updated_at': '2025-08-03T10:46:27Z', 'revision_number': 0, 'ip': '172.24.4.197'}} 2025-08-03 10:46:28,631 98819 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.656s 2025-08-03 10:46:28,632 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1885449773", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a5ee7952-c760-4ebf-a06d-056998be0c03"}], "security_groups": [{"name": "tempest-securitygroup--289683687"}], "key_name": "tempest-keypair-1169244613", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afddc5e1-1679-477c-998d-33bc383a409a', 'x-compute-request-id': 'req-afddc5e1-1679-477c-998d-33bc383a409a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--289683687"}], "adminPass": "password"}}' 2025-08-03 10:46:28,912 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.277s 2025-08-03 10:46:28,912 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:28 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-e7151062-c05f-40de-8490-595de8d4d642', 'x-compute-request-id': 'req-e7151062-c05f-40de-8490-595de8d4d642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "name": "tempest-AttachVolumeNegativeTest-server-1885449773", "status": "BUILD", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/image s/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:29Z", "updated": "2025-08-03T10:46:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1169244613", "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-03 10:47:19,184 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.208s 2025-08-03 10:47:19,184 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-594976b5-af7c-4485-9aab-2a49cb5ac76e', 'x-compute-request-id': 'req-594976b5-af7c-4485-9aab-2a49cb5ac76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "name": "tempest-AttachVolumeNegativeTest-server-1885449773", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:28Z", "updated": "2025-08-03T10:46:45Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:67:8b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1169244613", "OS-SRV-USG:launched_at": "2025-08-03T10:46:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--289683687"}], "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-03 10:47:19,200 98819 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:48:19,598 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b/os-interface 0.338s 2025-08-03 10:48:19,598 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 G MT', '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-d84592fa-3d30-48ef-874a-4c5355307193', 'x-compute-request-id': 'req-d84592fa-3d30-48ef-874a-4c5355307193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "port_id": "c966fc5a-9d91-42f4-947d-0a41f4d7b7ad", "mac_addr": "fa:16:3e:df:67:8b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7a72c149-b34e-4a0a-8b55-349907b6465f", "ip_address": "10.0.0.5"}]}]}' 2025-08-03 10:48:20,448 98819 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/57b5c1f1-69b8-41cd-8f3a-619efe5e858d 0.842s 2025-08-03 10:48:20,448 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c966fc5a-9d91-42f4-947d-0a41f4d7b7ad"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-f85ced12-b1cb-4a4d-b1be-75742a52b843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/57b5c1f1-69b8-41cd-8f3a-619efe5e858d'} Body: b'{"floatingip": {"id": "57b5c1f1-69b8-41cd-8f3a-619efe5e858d", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.197", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "09e65b90-9d25-4c48-b62e-0a80e9f8b70d", "port_id": "c966fc5a-9d91-42f4-947d-0a41f4d7b7ad", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "mac_address": "fa:16:3e:df:67:8b", "admin_state_up": true, "status": "ACTIVE", "device_id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:27Z", "updated_at": "2025-08-03T10:48:19Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:48:20,449 98819 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.197:22' as 'cirros' with public key authentication 2025-08-03 10:48:20,466 98819 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:48:20,571 98819 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:48:20,571 98819 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.197 successfully created 2025-08-03 10:48:20,619 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b/ips 0.047s 2025-08-03 10:48:20,620 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56270fc1-9132-4e04-a08b-5eaba4548d42', 'x-compute-request-id': 'req-56270fc1-9132-4e04-a08b-5eaba4548d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-03 10:48:20,812 98819 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.189s 2025-08-03 10:48:20,812 98819 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-1857409227"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-259fecae-5eae-4e06-910f-0f4dcf765edb', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-259fecae-5eae-4e06-910f-0f4dcf765edb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "61a5c70b-f51f-44a3-b965-efa2eadb20b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:20.753554", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1857409227", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:20,873 98819 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/61a5c70b-f51f-44a3-b965-efa2eadb20b8 0.048s 2025-08-03 10:48:20,874 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac351fb-6ce1-4943-b8e3-3d0afcb9b67c', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac351fb-6ce1-4943-b8e3-3d0afcb9b67c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8'} Body: b'{"volume": {"id": "61a5c70b-f51f-44a3-b965-efa2eadb20b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:21.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1857409227", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:48:21,926 98819 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/61a5c70b-f51f-44a3-b965-efa2eadb20b8 0.038s 2025-08-03 10:48:21,926 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-986391cb-1bfe-4e8c-b028-67a33e847d9b', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-986391cb-1bfe-4e8c-b028-67a33e847d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8'} Body: b'{"volume": {"id": "61a5c70b-f51f-44a3-b965-efa2eadb20b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:21.000000", "updated_at": "2025-08-03T10:48:21.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1857409227", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:48:22,066 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.126s 2025-08-03 10:48:22,067 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a98e8ee9-2445-4545-84a4-1cda147f697f', 'x-compute-request-id': 'req-a98e8ee9-2445-4545-84a4-1cda147f697f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'' 2025-08-03 10:48:22,386 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.318s 2025-08-03 10:48:22,387 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16e9b73-152e-4b3a-82ee-3f44b97eb9cd', 'x-compute-request-id': 'req-d16e9b73-152e-4b3a-82ee-3f44b97eb9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "name": "tempest-AttachVolumeNegativeTest-server-1885449773", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:28Z", "updated": "2025-08-03T10:48:22Z", "addresses": {"tempest-AttachVol umeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:67:8b"}, {"version": 4, "addr": "172.24.4.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:67:8b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1169244613", "OS-SRV-USG:launched_at": "2025-08-03T10:46:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--289683687"}], "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-03 10:49:12,483 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.033s 2025-08-03 10:49:12,484 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 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-54826c0d-b728-4f3a-9584-49d37924c20c', 'x-compute-request-id': 'req-54826c0d-b728-4f3a-9584-49d37924c20c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fbc7b5df-3737-48d9-b1fa-a3906deb866b could not be found."}}' 2025-08-03 10:49:12,512 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1169244613 0.027s 2025-08-03 10:49:12,512 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08ad9647-7067-454c-b69f-47778ae2a3ae', 'x-compute-request-id': 'req-08ad9647-7067-454c-b69f-47778ae2a3ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1169244613'} Body: b'' 2025-08-03 10:49:12,856 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c-acac-315d0e6cecc1 0.343s 2025-08-03 10:49:12,856 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-19ad81e8-f19f-4abd-8253-f95463ae2e4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c-acac-315d0e6cecc1'} Body: b'' 2025-08-03 10:49:12,876 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c- acac-315d0e6cecc1 0.019s 2025-08-03 10:49:12,876 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-91f5fc26-c2d1-4c75-8474-eb8b3011dc25', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c-acac-315d0e6cecc1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0d78b433-e49a-462c-acac-315d0e6cecc1 does not exist", "detail": ""}}' 2025-08-03 10:49:13,223 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/57b5c1f1-69b8-41cd-8f3a-619efe5e858d 0.346s 2025-08-03 10:49:13,223 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e5669e3e-1b7a-4038-8320-0482c43cfe1e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/57b5c1f1-69b8-41cd-8f3a-619efe5e858d'} Body: b'' {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.408784s] ... 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 4b67685a-e8c1-425f-a1c1-6ffac5d0174d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:56,878 98815 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:46:56,878 98815 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:46:56,954 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2025-08-03 10:46:56,954 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1100022577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs6oGU1RSONywM06XnIuX/1g5T7SiGJTJHwITIFTQjVGtoZ4PodpAgrk5GuzPtxyBhWqs0WpONNZxYWLqvS1CvY2dfV8gZil4HYdgRoeAtUHLSZFlnJ7qjunCQKYdbL8w=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de02c804-9f65-40d9-b2d5-d1dd2647368e', 'x-compute-request-id': 'req-de02c804-9f65-40d9-b2d5-d1dd2647368e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1100022577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs6oGU1RSONywM06XnIuX/1g5T7SiGJTJHwITIFTQjVGtoZ4PodpAgrk5GuzPtxyBhWqs0WpONNZxYWLqvS1CvY2dfV8gZil4HYdgRoeAtUHLSZFlnJ7qjunCQKYdbL8w==", "fingerprint": "21:92:d7:c8:7c:c3:ce:d5:84:0f:1e:5a:0b:b7:fc:98", "user_id": "c836fe48c2cb41d29e251a50b0188f5b"}}' 2025-08-03 10:46:56,957 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1100022577 created 2025-08-03 10:46:57,224 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.267s 2025-08-03 10:46:57,225 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1925905025", "description": "tempest-description--65373781"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-e57279db-48f9-4867-920a-0e9a5480a4df', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "name": "tempest-securitygroup--1925905025", "stateful": true, "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "description": "tempest-description--65373781", "shared": false, "security_group_rules": [{"id": "2496400f-c420-4392-ad95-b95e7fa21f13", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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": 685, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}, {"id": "ae38ffc1-001c-4d74-b96e-525b961a89a4", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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": 686, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:57,475 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.249s 2025-08-03 10:46:57,475 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0c094ed2-3b8d-4462-9560-94cc4c568542', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b1fadf5b-567e-4316-8728-204b42b7423c", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}}' 2025-08-03 10:46:57,970 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.493s 2025-08-03 10:46:57,970 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b5440619-1124-4afe-93d3-9c1248efa90d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e64d2fc-25ee-4fc6-9113-7b796da77a25", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}}' 2025-08-03 10:46:57,971 98815 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1925905025 created 2025-08-03 10:46:58,842 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.870s 2025-08-03 10:46:58,842 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Tok en': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e67e1bd1-7e53-4d5d-97c9-479358a9a1e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4a2efac1-325c-4e54-b1c9-456599f3fdb7", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.183", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b886cc5c10234057944eaa1f7a54783a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:58Z", "updated_at": "2025-08-03T10:46:58Z", "revision_number": 0}}' 2025-08-03 10:46:58,842 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4a2efac1-325c-4e54-b1c9-456599f3fdb7', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:58Z', 'updated_at': '2025-08-03T10:46:58Z', 'revision_number': 0, 'ip': '172.24.4.183'} created 2025-08-03 10:46:58,939 98815 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.090s 2025-08-03 10:46:58,939 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2489', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-32feeddc-7cf1-4a80-9968-51c3ab4ad4df', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c836fe48c2cb41d29e251a50b0188f5b", "name": "tempest-AttachVolumeTestJSON-1136347320-project-member", "password_expires_at": null}, "audit_ids": ["RJ8hI8DgQyq6TaF7G5Vubg"], "expires_at": "2025-08-03T11:46:58.000000Z", "issued_at": "2025-08-03T10:46:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b886cc5c10234057944eaa1f7a54783a", "name": "tempest-AttachVolumeTestJSON-1136347320"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b886cc5c10234057944eaa1f7a54783a", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], " id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:46:58,940 98815 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '7bb556a5-aa2d-4cb5-b939-0831a501b750', 'name': 'tempest-AttachVolumeTestJSON-1115392210-network', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26040, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:43:53Z', 'updated_at': '2025-08-03T10:43:54Z', 'revision_number': 1} available for tenant 2025-08-03 10:46:58,941 98815 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1100022577', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs6oGU1RSONywM06XnIuX/1g5T7SiGJTJHwITIFTQjVGtoZ4PodpAgrk5GuzPtxyBhWqs0WpONNZxYWLqvS1CvY2dfV8gZil4HYdgRoeAtUHLSZFlnJ7qjunCQKYdbL8w==', 'fingerprint': '21:92:d7:c8:7c:c3:ce:d5:84:0f:1e:5a:0b:b7:fc:98', 'user_id': 'c836fe48c2cb41d29e251a50b0188f5b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDLDhd20d/1i0G8H7b1F1Vnuo/B2c642x1K2NQ5Ivitx18EMBnXDh7m\nfHH6IrBqdmCgBwYFK4EEACKhZANiAAQbOqBlNUUjjcsDNOl5yLl/9YOU+0ohiUyR\n8CEyBU0I1RraGeD6HaQIK5ORrsz7ccgYVqrNFqTjTWcWFi6r0tQr2NnX1fIGYpeB\n2HYEaHgLVBy0mRZZye6o7pwkCmHWy/M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2e6e3d74-949a-44f0-918a-bb46666bc67a', 'name': 'tempest-securitygroup--1925905025', 'stateful': True, 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': 'tempest-description--65373781', 'shared': False, 'security_group_rules': [{'id': '2496400f-c420-4392-ad95-b95e7fa21f13', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': '2e6e3d74-949a-44f0-918a-bb46666bc67a', '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': 685, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:57Z', 'updated_at': '2025-08-03T10:46:57Z', 'revision_number': 0}, {'id': 'ae38ffc1-001c-4d74-b96e-525b961a89a4', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': '2e6e3d74-949a-44f0-918a-bb46666bc67a', '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': 686, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:57Z', 'updated_at': '2025-08-03T10:46:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T1 0:46:57Z', 'updated_at': '2025-08-03T10:46:57Z', 'revision_number': 1, 'project_id': 'b886cc5c10234057944eaa1f7a54783a'}, 'floating_ip': {'id': '4a2efac1-325c-4e54-b1c9-456599f3fdb7', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:58Z', 'updated_at': '2025-08-03T10:46:58Z', 'revision_number': 0, 'ip': '172.24.4.183'}} 2025-08-03 10:46:59,531 98815 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.590s 2025-08-03 10:46:59,532 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-422115319", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "7bb556a5-aa2d-4cb5-b939-0831a501b750"}], "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "key_name": "tempest-keypair-1100022577", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f53e898-4a2a-465b-8669-a66baeee7bff', 'x-compute-request-id': 'req-1f53e898-4a2a-465b-8669-a66baeee7bff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "adminPass": "password"}}' 2025-08-03 10:46:59,624 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.089s 2025-08-03 10:46:59,624 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:59 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-346baf03-81c9-4c7e-b709-7238dad44142', 'x-compute-request-id': 'req-346baf03-81c9-4c7e-b709-7238dad44142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "name": "tempest-AttachVolumeTestJSON-server-422115319", "status": "BUILD", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:00Z", "updated": "2025-08-03T10:46:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1100022577", "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-03 10:47:49,956 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.268s 2025-08-03 10:47:49,956 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f37d41b-30b4-4d6e-8bb2-0fed33981fac', 'x-compute-request-id': 'req-6f37d41b-30b4-4d6e-8bb2-0fed33981fac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "name": "tempest-AttachVolumeTestJSON-server-422115319", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:59Z", "updated": "2025-08-03T10:47:18Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:18:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1100022577", "OS-SRV-USG:launched_at": "2025-08-03T10:47:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "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-03 10:47:49,972 98815 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:48:50,182 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/os-interface 0.150s 2025-08-03 10:48:50,183 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'opensta ck-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1848f4c-7646-48cb-8946-7038a6d552db', 'x-compute-request-id': 'req-e1848f4c-7646-48cb-8946-7038a6d552db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "port_id": "2efb0607-319a-4983-992c-cd45e2793291", "mac_addr": "fa:16:3e:17:18:b6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d16209a4-7e34-4cf9-8cc9-ecff238fbc8e", "ip_address": "10.0.0.6"}]}]}' 2025-08-03 10:48:51,301 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7 1.114s 2025-08-03 10:48:51,302 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2efb0607-319a-4983-992c-cd45e2793291"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b69855de-b605-4b38-90dd-33d681a18df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7'} Body: b'{"floatingip": {"id": "4a2efac1-325c-4e54-b1c9-456599f3fdb7", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.183", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "9123957e-40d5-4073-9007-3c9a8a422283", "port_id": "2efb0607-319a-4983-992c-cd45e2793291", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "mac_address": "fa:16:3e:17:18:b6", "admin_state_up": true, "status": "ACTIVE", "device_id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:58Z", "updated_at": "2025-08-03T10:48:50Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:48:51,303 98815 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.183:22' as 'cirros' with public key authentication 2025-08-03 10:48:51,311 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:48:51,415 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:48:51,416 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.183 successfully created 2025-08-03 10:48:51,463 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/ips 0.046s 2025-08-03 10:48:51,464 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd5b3808-60f2-4c11-9909-b1bba45fcdc6', 'x-compute-request-id': 'req-bd5b3808-60f2-4c11-9909-b1bba45fcdc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2025-08-03 10:4 8:51,696 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.229s 2025-08-03 10:48:51,696 98815 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-1167685615"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6cf9b6-fb08-4ab9-965f-e312e41b218e', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6cf9b6-fb08-4ab9-965f-e312e41b218e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4b67685a-e8c1-425f-a1c1-6ffac5d0174d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:51.635894", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1167685615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:51,745 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d 0.037s 2025-08-03 10:48:51,745 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d89fbc-4142-4bb4-8a65-42df6f0095ec', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d89fbc-4142-4bb4-8a65-42df6f0095ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d'} Body: b'{"volume": {"id": "4b67685a-e8c1-425f-a1c1-6ffac5d0174d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1167685615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:48:52,799 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d 0.039s 2025-08-03 10:48:52,800 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144c095f-6b2f -4a1c-97f9-5630cf170e84', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144c095f-6b2f-4a1c-97f9-5630cf170e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d'} Body: b'{"volume": {"id": "4b67685a-e8c1-425f-a1c1-6ffac5d0174d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": "2025-08-03T10:48:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1167685615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:48:52,927 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.114s 2025-08-03 10:48:52,928 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48: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-6607202d-5bbd-4836-b798-78efabde8f2f', 'x-compute-request-id': 'req-6607202d-5bbd-4836-b798-78efabde8f2f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'' 2025-08-03 10:48:53,150 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.222s 2025-08-03 10:48:53,151 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51084f57-2eb5-497a-aa6e-4b1bf4766d97', 'x-compute-request-id': 'req-51084f57-2eb5-497a-aa6e-4b1bf4766d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "name": "tempest-AttachVolumeTestJSON-server-422115319", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:59Z", "updated": "2025-08-03T10:48:53Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:18:b6"}, {"version": 4, "addr": "172.24.4.183", "OS-EXT-IPS:type": "floatin g", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:18:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1100022577", "OS-SRV-USG:launched_at": "2025-08-03T10:47:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "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-03 10:49:43,389 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.164s 2025-08-03 10:49:43,389 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 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-507a5c25-53d6-4727-837e-e75cecdc8c00', 'x-compute-request-id': 'req-507a5c25-53d6-4727-837e-e75cecdc8c00', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 could not be found."}}' 2025-08-03 10:49:43,418 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1100022577 0.028s 2025-08-03 10:49:43,418 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 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-f0e59303-7159-4ad3-9f11-d6e57fc8f8d5', 'x-compute-request-id': 'req-f0e59303-7159-4ad3-9f11-d6e57fc8f8d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1100022577'} Body: b'' 2025-08-03 10:49:43,593 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a 0.174s 2025-08-03 10:49:43,593 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-73ce6cdb-d99f-45ab-b37e-75cb349deb2b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a'} Body: b'' 2025-08-03 10:49:43,622 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a 0.028s 2025-08-03 10:49:43,623 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-42e89ad4-b473-4b8c-92b7-ab7ecadccc79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2e6e3d74-949a-44f0-918a-bb46666bc67a does not exist", "detail": ""}}' 2025-08-03 10:49:44,285 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7 0.662s 2025-08-03 10:49:44,286 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c96e7be0-db43-4b90-903a-4e51a40a6ff7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7'} Body: b'' {2} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {2} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.537451s] ... ok {2} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.972559s] ... 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 3ccdfcc2-e0b0-4135-b627-22fb5e560515 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:54,963 98815 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.641s 2025-08-03 10:49:54,963 98815 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-2138795019"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb8e7f7-6dc9-45f7-aad8-10a848fc43e5', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb8e7f7-6dc9-45f7-aad8-10a848fc43e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:54.658277", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:49:55,021 98815 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/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.044s 2025-08-03 10:49:55,021 98815 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': 'Sun, 03 Aug 2025 10:49:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a49dee33-388e-4074-8afe-682b9d1a0234', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a49dee33-388e-4074-8afe-682b9d1a0234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:55.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:56,086 98815 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/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.048s 2025-08-03 10:49:56,087 98815 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': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f257d231-daf8-4b87-8294-d26b21d5d22a', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f257d231-daf8-4b87-8294-d26b21d5d22a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:55.000000", "updated_at": "2025-08-03T10:49:55.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:56,147 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.045s 2025-08-03 10:49:56,148 98815 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': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f23a9122-fa14-4853-a711-64e2d54dcde0', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f23a9122-fa14-4853-a711-64e2d54dcde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:55.000000", "updated_at": "2025-08-03T10:49:55.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:56,268 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.106s 2025-08-03 10:49:56,269 98815 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': 'Sun, 03 Aug 2025 10:49:56 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-9fe76e76-25f1-4ac5-93ac-5514e807290d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'' 2025-08-03 10:49:56,292 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.022s 2025-08-03 10:49:56,293 98815 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': 'Sun, 03 Aug 2025 10:49:56 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-9289848d-6275-44b7-8657-966b5fd084e3', 'x-openstack-request-id': 'req-9289848d-6275-44b7-8657-966b5fd084e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3ccdfcc2-e0b0-4135-b627-22fb5e560515 could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.518801s] ... 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 7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:56,478 98815 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.181s 2025-08-03 10:49:56,478 98815 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-654606367"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7814c72f-d106-4625-bbe6-770c3913d4e2', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7814c72f-d106-4625-bbe6-770c3913d4e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.417348", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:49:56,535 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.043s 2025-08-03 10:49:56,535 98815 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': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e90b6b0-dfb8-4b0f-9e1a-67cbaafeac37', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e90b6b0-dfb8-4b0f-9e1a-67cbaafeac37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:57,591 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.040s 2025-08-03 10:49:57,592 98815 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': 'Sun, 03 Aug 2025 10:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ebb2f2-991d-41ae-881e-000dc6405578', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ebb2f2-991d-41ae-881e-000dc6405578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.000000", "updated_at": "2025-08-03T10:49:57.000000", "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:57,663 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.042s 2025-08-03 10:49:57,664 98815 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': 'Sun, 03 Aug 2025 10:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3eae753-8d54-4783-a7e8-dc2ffd06905a', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3eae753-8d54-4783-a7e8-dc2ffd06905a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.000000", "updated_at": "2025-08-03T10:49:57.000000", "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:57,792 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.099s 2025-08-03 10:49:57,793 98815 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': 'Sun, 03 Aug 2025 10:49:57 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-94633a49-ea23-49df-9ebf-40c3b0edff09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'' 2025-08-03 10:49:57,814 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.020s 2025-08-03 10:49:57,814 98815 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': 'Sun, 03 Aug 2025 10:49:57 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-b047a2af-1a90-4307-8357-80c94f22e197', 'x-openstack-request-id': 'req-b047a2af-1a90-4307-8357-80c94f22e197', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 could not be found."}}' {2} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {7} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [167.932137s] ... 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 0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:14,411 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.530s 2025-08-03 10:47:14,411 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d5e873-d9c4-4551-b5d6-3c6c07858dcd', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82d5e873-d9c4-4551-b5d6-3c6c07858dcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0aa3f6d0-1b49-4c2f-8878-34ac60f912c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.199904", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:14,783 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.360s 2025-08-03 10:47:14,784 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1147316154", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09fd7395-822a-415e-b5c0-76a06c9c0117', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09fd7395-822a-415e-b5c0-76a06c9c0117', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "46d021ab-1ae9-4578-bb83-b525d305fca4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.697004", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1147316154", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:14,922 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2025-08-03 10:47:14,922 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:14 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-10e3028a-8b3b-4718-b3d5-a31db03d97c1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "06a7e986cd1a4b1db7006419ed5586cc", "name": "tempest-TestServerVolumeAttachmentScenario-1037220301-project-member", "password_expires_at": null}, "audit_ids": ["WtXsz63aQrGElzqOMtZa0w"], "expires_at": "2025-08-03T11:47:14.000000Z", "issued_at": "2025-08-03T10:47:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a345524083af48d8a6716ed1827718d3", "name": "tempest-TestServerVolumeAttachmentScenario-1037220301"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a345524083af48d8a6716ed1827718d3", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:47:14,923 98825 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '61eec158-4146-481e-8cca-667f3fa2fbc0', 'name': 'tempest-TestServerVolumeAttachmentScenario-1724691718-network', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a345524083af48d8a6716ed1827718d3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55683, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:46:59Z', 'updated_at': '2025-08-03T10:46:59Z', 'revision_number': 1} available for tenant 2025-08-03 10:47:14,924 98825 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:47:14,924 98825 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-0 8-03 10:47:15,001 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.075s 2025-08-03 10:47:15,001 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1408611977", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3ZdD4dqKrqky5FTphYvhhh1BPWaQM1Batv6gLH8mMuOGnnKYcP3ddzjgQFXcp4W6M0A3v8JMTgj+BrDgtir+aKHigmf57ybRlGHbbvSAmT7OsRdLv1PljT5CSMpJO/mw=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:14 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-3f7076d1-19b6-4d5c-a42e-0c6f4f669eaa', 'x-compute-request-id': 'req-3f7076d1-19b6-4d5c-a42e-0c6f4f669eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1408611977", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3ZdD4dqKrqky5FTphYvhhh1BPWaQM1Batv6gLH8mMuOGnnKYcP3ddzjgQFXcp4W6M0A3v8JMTgj+BrDgtir+aKHigmf57ybRlGHbbvSAmT7OsRdLv1PljT5CSMpJO/mw==", "fingerprint": "72:e4:2a:cf:28:eb:e6:d2:af:fe:ba:a0:34:87:09:6b", "user_id": "06a7e986cd1a4b1db7006419ed5586cc"}}' 2025-08-03 10:47:15,004 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1408611977 created 2025-08-03 10:47:15,425 98825 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-03 10:47:15,426 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1838393641", "description": "tempest-description--652532911"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-8459df07-8325-408d-adf8-f4de703e5329', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "name": "tempest-securitygroup--1838393641", "stateful": true, "tenant_id": "a345524083af48d8a6716ed1827718d3", "description": "tempest-description--652532911", "shared": false, "security_group_rules": [{"id": "177fb162-7b22-4c1e-a990-4006859f1ea8", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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": 722, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}, {"id": "7469bd49-87cf-492c-8245-147097e923da", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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": 723, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 1, "project_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:47:15,629 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-08-03 10:47:15,629 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2492cdbd-dc33-40da-93a7-c8e18dbb69d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "20c6fb03-8bad-44b7-8966-a2f6e04d43cc", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}}' 2025-08-03 10:47:15,853 98825 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-03 10:47:15,853 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d5d6c9c0-7cdc-4c81-a4ea-6f60b770c925', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9a9faf0-a971-4497-a5fd-48f2f4d1a7f0", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}}' 2025-08-03 10:47:15,854 98825 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1838393641 created 2025-08-03 10:47:16,598 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.744s 2025-08-03 10:47:16,599 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-09b7b4ce-894f-41f6-8c0c-282c14e60f 4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b343366-73d7-402f-b810-5597c70a15ce", "tenant_id": "a345524083af48d8a6716ed1827718d3", "floating_ip_address": "172.24.4.155", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a345524083af48d8a6716ed1827718d3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:47:16Z", "updated_at": "2025-08-03T10:47:16Z", "revision_number": 0}}' 2025-08-03 10:47:16,599 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b343366-73d7-402f-b810-5597c70a15ce', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'floating_ip_address': '172.24.4.155', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a345524083af48d8a6716ed1827718d3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:47:16Z', 'updated_at': '2025-08-03T10:47:16Z', 'revision_number': 0, 'ip': '172.24.4.155'} created 2025-08-03 10:47:16,600 98825 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1408611977', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3ZdD4dqKrqky5FTphYvhhh1BPWaQM1Batv6gLH8mMuOGnnKYcP3ddzjgQFXcp4W6M0A3v8JMTgj+BrDgtir+aKHigmf57ybRlGHbbvSAmT7OsRdLv1PljT5CSMpJO/mw==', 'fingerprint': '72:e4:2a:cf:28:eb:e6:d2:af:fe:ba:a0:34:87:09:6b', 'user_id': '06a7e986cd1a4b1db7006419ed5586cc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA9oebiL2uI22kElD0sKsgKvZUzp1MXDDJ2jdpIcWuJ3zh1ibr8MyEO\nQJQBrrijMuKgBwYFK4EEACKhZANiAATt2XQ+Haiq6pMuRU6YWL4YYdQT1mkDNQWr\nb+oCx/JjLjhp5ymHD93Xc44EBV3KeFujNAN7/CTE4I/gaw4LYq/mih4oJn+e8m0Z\nRh2270gJk+zrEXS79T5Y0+QkjKSTv5s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '36bb792b-bdcd-46ee-bdf6-40384a63b29e', 'name': 'tempest-securitygroup--1838393641', 'stateful': True, 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'description': 'tempest-description--652532911', 'shared': False, 'security_group_rules': [{'id': '177fb162-7b22-4c1e-a990-4006859f1ea8', 'project_id': 'a345524083af48d8a6716ed1827718d3', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'security_group_id': '36bb792b-bdcd-46ee-bdf6-40384a63b29e', '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': 722, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:47:15Z', 'updated_at': '2025-08-03T10:47:15Z', 'revision_number': 0}, {'id': '7469bd49-87cf-492c-8245-147097e923da', 'project_id': 'a345524083af48d8a6716ed1827718d3', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'security_group_id': '36bb792b-bdcd-46ee-bdf6-40384a63b29e', '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': 723, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:47:15Z', 'updated_at': '2025-08-03T10:47:15Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:47:15Z', 'updated_at': '2025-08-03T10:47:15Z', 'revision_number': 1, 'project_id': 'a345524083af48d8a6716ed1827718d3'}, 'floating_ip': {'id': '7b343366-73d7-402f-b810-5597c70a15ce', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'floating_ip_address': '172.24.4.155', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id' : 'a345524083af48d8a6716ed1827718d3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:47:16Z', 'updated_at': '2025-08-03T10:47:16Z', 'revision_number': 0, 'ip': '172.24.4.155'}} 2025-08-03 10:47:17,122 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.521s 2025-08-03 10:47:17,123 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "61eec158-4146-481e-8cca-667f3fa2fbc0"}], "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "key_name": "tempest-keypair-1408611977", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-362ea107-3f99-4ec1-823e-557d9063d054', 'x-compute-request-id': 'req-362ea107-3f99-4ec1-823e-557d9063d054', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "adminPass": "4Ei6k9cB8F29"}}' 2025-08-03 10:47:17,215 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.089s 2025-08-03 10:47:17,216 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-128a4828-e7ad-4a15-acdd-48947417887c', 'x-compute-request-id': 'req-128a4828-e7ad-4a15-acdd-48947417887c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "BUILD", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:47:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7" }], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1408611977", "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-03 10:48:07,567 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.287s 2025-08-03 10:48:07,567 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57bb6b00-1e2e-4c4f-92e2-45574741fc0e', 'x-compute-request-id': 'req-57bb6b00-1e2e-4c4f-92e2-45574741fc0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "ACTIVE", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "f0278314ab4bb0b9305d3114db56b07e2a8c88118444707b3fe01652", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:47:33Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1724691718-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1408611977", "OS-SRV-USG:launched_at": "2025-08-03T10:47:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "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-03 10:48:07,582 98825 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:49:07,791 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7/os-interface 0.150s 2025-08-03 10:49:07,791 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49: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-060a0fec-bab2-475a-aa6f-3e960ce53bb0', 'x-compute-request-id': 'req-060a0fec-bab2-475a-aa6f-3e960ce53bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/serve rs/96d81c6c-8ef0-4e20-823d-e28b747e16a7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "61eec158-4146-481e-8cca-667f3fa2fbc0", "port_id": "852d8662-768e-43d1-820c-2fe88727323b", "mac_addr": "fa:16:3e:28:39:9c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cb20ccb6-ddd7-4855-abe1-750efbfff8f6", "ip_address": "10.0.0.6"}]}]}' 2025-08-03 10:49:08,615 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce 0.819s 2025-08-03 10:49:08,615 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "852d8662-768e-43d1-820c-2fe88727323b"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ce2b03e4-e2a7-4988-b4b9-91b9d823ae4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce'} Body: b'{"floatingip": {"id": "7b343366-73d7-402f-b810-5597c70a15ce", "tenant_id": "a345524083af48d8a6716ed1827718d3", "floating_ip_address": "172.24.4.155", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "a1402352-9567-48f1-8c01-deda9cfecf56", "port_id": "852d8662-768e-43d1-820c-2fe88727323b", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "61eec158-4146-481e-8cca-667f3fa2fbc0", "mac_address": "fa:16:3e:28:39:9c", "admin_state_up": true, "status": "ACTIVE", "device_id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:47:16Z", "updated_at": "2025-08-03T10:49:08Z", "revision_number": 1, "project_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:49:08,618 98825 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.155:22' as 'cirros' with public key authentication 2025-08-03 10:49:08,635 98825 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:49:08,738 98825 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:49:08,738 98825 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.155 successfully created 2025-08-03 10:49:08,975 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.235s 2025-08-03 10:49:08,975 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0cbb50a-2d65-4d9f-ad01-19db3e553cdd', 'x-compute-request-id': 'req-b0cbb50a-2d65-4d9f-ad01-19db3e553cdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "ACTIVE", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "f0278314ab4bb0b9305d3114db56b07e2a8c88118444707b3fe01652", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-2 42e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:47:33Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1724691718-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1408611977", "OS-SRV-USG:launched_at": "2025-08-03T10:47:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "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-03 10:49:09,165 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.176s 2025-08-03 10:49:09,166 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:08 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-27e4485f-43cb-45e4-a2ed-9e84cce4279d', 'x-compute-request-id': 'req-27e4485f-43cb-45e4-a2ed-9e84cce4279d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}]}]}' 2025-08-03 10:49:09,216 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.047s 2025-08-03 10:49:09,216 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db9ce5a-d44e-41ff-b794-cb7ae1c061db', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db9ce5a-d44e-41ff-b794-cb7ae1c061db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'{"volume": {"id": "0aa3f6d0-1b49-4c2f-8878-34ac60f912c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.000000", "updated_at": "2025-08-03T10:47:14.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:49:10,267 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.036s 2025-08-03 10:49:10,268 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3257697e-aece-4436-9068-0e834b5f7429', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3257697e-aece-4436-9068-0e834b5f7429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'{"volume": {"id": "0aa3f6d0-1b49-4c2f-8878-34ac60f912c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.000000", "updated_at": "2025-08-03T10:47:14.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:49:10,466 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.184s 2025-08-03 10:49:10,466 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49: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-130fed6c-9fac-41a3-995e-76adc4052b8b', 'x-compute-request-id': 'req-130fed6c-9fac-41a3-995e-76adc4052b8b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'' 2025-08-03 10:49:10,636 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.170s 2025-08-03 10:49:10,637 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6929522-a134-4f6a-b436-e8238afbb2f7', 'x-compute-request-id': 'req-c6929522-a134-4f6a-b436-e8238afbb2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "ACTIVE", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "f0278314ab4bb0b9305d3114db56b07e2a8c88118444707b3fe01652", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:49:10Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1724691718-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}, {"version": 4, "addr": "172.24.4.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1408611977", "OS-SRV-USG:launched_at": "2025-08-03T10:47:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "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-03 10:50:00,742 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.039s 2025-08-03 10:50:00,742 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-3cc92e19-1334-4d18-9198-fbcb69a83adf', 'x-compute-request-id': 'req-3cc92e19-1334-4d18-9198-fbcb69a83adf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 96d81c6c-8ef0-4e20-823d-e28b747e16a7 could not be found."}}' 2025-08-03 10:50:00,776 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1408611977 0.033s 2025-08-03 10:50:00,777 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-60124c11-8eff-4d91-ba83-24987ad62ea0', 'x-compute-request-id': 'req-60124c11-8eff-4d91-ba83-24987ad62ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1408611977'} Body: b'' 2025-08-03 10:50:00,967 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e 0.190s 2025-08-03 10:50:00,968 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8cde9435-2758-4633-8764-1d53466209d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e'} Body: b'' 2025-08-03 10:50:00,991 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e 0.023s 2025-08-03 10:50:00,992 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d636436f-d16c-4956-a6ce-fed7f5c7bdf7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 36bb792b-bdcd-46ee-bdf6-40384a63b29e does not exist", "detail": ""}}' 2025-08-03 10:50:01,472 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce 0.480s 2025-08-03 10:50:01,472 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-60eced7b-7080-4d79-86a0-2878c789fbc8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce'} Body: b'' 2025-08-03 10:50:01,594 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4 0.121s 2025-08-03 10:50:01,595 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-ce6a8f09-b821-42a0-940f-259581b61d34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4'} Body: b'' 2025-08-03 10:50:01,617 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4 0.022s 2025-08-03 10:50:01,618 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-f2056dd6-ffbf-430c-b9b0-390bf10f5f3b', 'x-openstack-request-id': 'req-f2056dd6-ffbf-430c-b9b0-390bf10f5f3b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 46d021ab-1ae9-4578-b b83-b525d305fca4 could not be found."}}' 2025-08-03 10:50:01,787 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.168s 2025-08-03 10:50:01,787 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-276ec202-661b-43e5-9d89-0de0a99ce813', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'' 2025-08-03 10:50:01,810 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.022s 2025-08-03 10:50:01,810 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-bf4dab81-1c27-4b6e-ae71-e8eb5773e336', 'x-openstack-request-id': 'req-bf4dab81-1c27-4b6e-ae71-e8eb5773e336', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.756109s] ... 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 ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:01,691 98815 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.364s 2025-08-03 10:50:01,692 98815 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-833388819", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1364567c-baf0-44df-9672-ca6f34eda4ed', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1364567c-baf0-44df-9672-ca6f34eda4ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:01.586787", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:50:01,750 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.046s 2025-08-03 10:50:01,750 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec38613-7c2e-49a7-b2d6-b8001bc838f6', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec38613-7c2e-49a7-b2d6-b8001bc838f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:02,855 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.090s 2025-08-03 10:50:02,855 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-f2eb4c34-d30e-4d37-91a7-7bd3c6291fb4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2eb4c34-d30e-4d37-91a7-7bd3c6291fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.000000", "updated_at": "2025-08-03T10:50:02.000000", "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:02,912 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.042s 2025-08-03 10:50:02,912 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14804e81-571f-4467-a04d-2a1186f8d826', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14804e81-571f-4467-a04d-2a1186f8d826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.000000", "updated_at": "2025-08-03T10:50:02.000000", "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:03,052 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.125s 2025-08-03 10:50:03,053 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-261fe7c6-8f2f-4294-ac06-e6724ed845c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'' 2025-08-03 10:50:03,081 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.028s 2025-08- 03 10:50:03,082 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-73012922-2f87-4db5-b4ba-ec77aad4054c', 'x-openstack-request-id': 'req-73012922-2f87-4db5-b4ba-ec77aad4054c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.519146s] ... 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 cf96968e-a81d-49ab-9718-36e549f9b9c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:03,299 98815 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.214s 2025-08-03 10:50:03,299 98815 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-1117112263"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caa9019b-5e98-4d2c-bdb1-2d89976ba451', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caa9019b-5e98-4d2c-bdb1-2d89976ba451', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.244135", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:50:03,355 98815 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/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.044s 2025-08-03 10:50:03,356 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a18b3ab-5fbd-4ff7-bb9e-2b32378adae8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a18b3ab-5fbd-4ff7-bb9e-2b32378adae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:04,412 98815 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/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.041s 2025-08-03 10:50:04,412 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-092 a5511-8640-4dbc-af17-dff2fcce2ce6', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-092a5511-8640-4dbc-af17-dff2fcce2ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": "2025-08-03T10:50:03.000000", "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:04,463 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.037s 2025-08-03 10:50:04,463 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b0a0a1-77a1-4b79-a36e-367ed634cfb0', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b0a0a1-77a1-4b79-a36e-367ed634cfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": "2025-08-03T10:50:03.000000", "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:04,572 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.095s 2025-08-03 10:50:04,572 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45064d3b-88f2-4223-a833-59ab6ab55d74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'' 2025-08-03 10:50:04,603 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.030s 2025-08-03 10:50:04,603 98815 DEBUG [tempest.lib.common.res t_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd3ab31-4496-48d4-8188-a54025ffaab4', 'x-openstack-request-id': 'req-fcd3ab31-4496-48d4-8188-a54025ffaab4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cf96968e-a81d-49ab-9718-36e549f9b9c8 could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.868638s] ... 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 a6c0b541-13ac-4104-97d9-f5668b1a53c6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:04,642 98815 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.036s 2025-08-03 10:50:04,642 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c3aa6e7-d0fb-4ce3-8b16-dc64c263d747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:50:04,665 98815 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.022s 2025-08-03 10:50:04,665 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e568d8e7-a357-4107-b696-8a7afea9ef57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:50:05,088 98815 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.422s 2025-08-03 10:50:05,089 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-Volumes GetTest-Volume-307874263", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190e6d9f-e33c-465f-bfed-b19114035181', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190e6d9f-e33c-465f-bfed-b19114035181', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a6c0b541-13ac-4104-97d9-f5668b1a53c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.019200", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:50:05,150 98815 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/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.049s 2025-08-03 10:50:05,151 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082268e6-7ec5-4b77-b78c-796800908144', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082268e6-7ec5-4b77-b78c-796800908144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"volume": {"id": "a6c0b541-13ac-4104-97d9-f5668b1a53c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:06,233 98815 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/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.067s 2025-08-03 10:50:06,233 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adbe827-fd7b-4b51-b2fc-596d908ccd8a', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0adbe827-fd7b-4b51-b2fc-596d908ccd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"volume": {"id": "a6c0b541-13 ac-4104-97d9-f5668b1a53c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.000000", "updated_at": "2025-08-03T10:50:05.000000", "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:06,284 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.037s 2025-08-03 10:50:06,284 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccb16cb9-a3d4-4b27-a414-6a860aae9710', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccb16cb9-a3d4-4b27-a414-6a860aae9710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"volume": {"id": "a6c0b541-13ac-4104-97d9-f5668b1a53c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.000000", "updated_at": "2025-08-03T10:50:05.000000", "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:06,451 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.153s 2025-08-03 10:50:06,452 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-d6aca92e-ae80-4897-ae5c-2796253f85a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'' 2025-08-03 10:50:06,473 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.021s 2025-08-03 10:50:06,473 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3728c17d-b1f1-4e43-b320-d5dbd047d132', 'x-openstack-request-id': 'req-3728c17d-b1f1-4e43-b320-d5dbd047d132', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a6c0b541-13ac-4104-97d9-f5668b1a53c6 could not be found."}}' {2} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {7} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [287.915723s] ... 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 2078c973-9de8-49ca-adfd-958c834c85d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:45:34,946 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.206s 2025-08-03 10:45:34,947 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:34 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-da64f648-aeef-4e36-8ffe-0ed3ba0beef1', 'x-compute-request-id': 'req-da64f648-aeef-4e36-8ffe-0ed3ba0beef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "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-03 10:46:35,227 98833 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.205s 2025-08-03 10:46:35,227 98833 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-1199212337"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e49b58c-3e85-490b-ac58-27280c080071', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e49b58c-3e85-490b-ac58-27280c080071', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2078c973-9de8-49ca-adfd-958c834c85d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:35.162930", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1199212337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2078c973-9de8-49ca-adfd-958c834c85d 6"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:46:35,337 98833 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.093s 2025-08-03 10:46:35,337 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-927682c8-2683-46d8-ba2f-29ce31be716c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "98093ab42cb14f66969d53cec6a1ea76", "name": "tempest-ServerActionsTestOtherA-772946519-project-member", "password_expires_at": null}, "audit_ids": ["rNHFm4XeSvuSq1YZ5OSApg"], "expires_at": "2025-08-03T11:46:35.000000Z", "issued_at": "2025-08-03T10:46:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83bd07ec02bd4a03b39848c612ee6abb", "name": "tempest-ServerActionsTestOtherA-772946519"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/83bd07ec02bd4a03b39848c612ee6abb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:46:35,338 98833 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '0ef854e6-7276-4919-87b6-282c94ec4dcf', 'name': 'tempest-ServerActionsTestOtherA-1415491975-network', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4 4170, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:37Z', 'updated_at': '2025-08-03T10:42:37Z', 'revision_number': 1} available for tenant 2025-08-03 10:46:35,338 98833 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:46:35,339 98833 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:46:35,388 98833 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2025-08-03 10:46:35,389 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-881640996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA8RH4fHcTJf/bWKh9qvDufMA8kBEG7/uduR4ONwjd8mglpu63k3zfp1E/UbKHpHsxJEnXFROGQjUnwf+NxKxSHfW263UbIIsXAbqezXGotVQQpxegPDTK+MsSsjPtJnAA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-6a2c628f-e241-4df3-af9f-6e0bd2c8aad3', 'x-compute-request-id': 'req-6a2c628f-e241-4df3-af9f-6e0bd2c8aad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-881640996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA8RH4fHcTJf/bWKh9qvDufMA8kBEG7/uduR4ONwjd8mglpu63k3zfp1E/UbKHpHsxJEnXFROGQjUnwf+NxKxSHfW263UbIIsXAbqezXGotVQQpxegPDTK+MsSsjPtJnAA==", "fingerprint": "50:5f:01:51:3f:d1:c6:d4:3c:39:3e:17:75:8e:6e:b9", "user_id": "98093ab42cb14f66969d53cec6a1ea76"}}' 2025-08-03 10:46:35,392 98833 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-881640996 created 2025-08-03 10:46:35,683 98833 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.291s 2025-08-03 10:46:35,683 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--783891735", "description": "tempest-description--396402550"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-246b84aa-d5e5-4b4b-90dd-08f365131993', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "name": "tempest-securitygroup--783891735", "stateful": true, "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "description": "tempest-description--396402550", "shared": false, "security_group_rules": [{"id": "97d99a9e-a6d2-437b-b553-f597e67e434d", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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": 627, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:35Z", "updated_at": "2025-08-03T10 :46:35Z", "revision_number": 0}, {"id": "b7e12f69-8756-4f06-9e02-7cd199099fcf", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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": 628, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:35Z", "updated_at": "2025-08-03T10:46:35Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:46:35Z", "updated_at": "2025-08-03T10:46:35Z", "revision_number": 1, "project_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:46:35,903 98833 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-03 10:46:35,904 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-343b1a47-0606-4cd3-a435-c34a42a12a45', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c6fcc1c4-ff53-4a23-a3e5-6e856863eb68", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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-03T10:46:35Z", "updated_at": "2025-08-03T10:46:35Z", "revision_number": 0}}' 2025-08-03 10:46:36,141 98833 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.236s 2025-08-03 10:46:36,141 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4d757118-6986-4984-9526-eeddc6fbc85e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "445d8ddf-87fc-443e-b91b-ceece91f1f4d", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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-03T10:46:36Z", "updated_at": "2025-08-03T10:46:36Z", "revision_number": 0}}' 2025-08-03 10:46:36,141 98833 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--783891735 created 2025-08-03 10:46:36,953 98833 INFO [ tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.811s 2025-08-03 10:46:36,953 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-03e96cb7-e2dd-4ffd-8e9a-40afc0511a7b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f438a555-6671-491c-baea-82d56a55325c", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:36Z", "updated_at": "2025-08-03T10:46:36Z", "revision_number": 0}}' 2025-08-03 10:46:36,954 98833 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f438a555-6671-491c-baea-82d56a55325c', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:36Z', 'updated_at': '2025-08-03T10:46:36Z', 'revision_number': 0, 'ip': '172.24.4.182'} created 2025-08-03 10:46:36,954 98833 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-881640996', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA8RH4fHcTJf/bWKh9qvDufMA8kBEG7/uduR4ONwjd8mglpu63k3zfp1E/UbKHpHsxJEnXFROGQjUnwf+NxKxSHfW263UbIIsXAbqezXGotVQQpxegPDTK+MsSsjPtJnAA==', 'fingerprint': '50:5f:01:51:3f:d1:c6:d4:3c:39:3e:17:75:8e:6e:b9', 'user_id': '98093ab42cb14f66969d53cec6a1ea76', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAbmQBA0umG8mPeMPb3gALI5Vk0RUkd3S1kfvqr6NnfmEr5Elpx0tyb\ncqLDczzV5gigBwYFK4EEACKhZANiAAQPER+Hx3EyX/21iofarw7nzAPJARBu/7nb\nkeDjcI3fJoJabut5N836dRP1Gyh6R7MSRJ1xUThkI1J8H/jcSsUh31tut1GyCLFw\nG6ns1xqLVUEKcXoDw0yvjLErIz7SZwA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '26fcf010-47fe-4950-9f4f-31434be1a7b4', 'name': 'tempest-securitygroup--783891735', 'stateful': True, 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': 'tempest-description--396402550', 'shared': False, 'security_group_rules': [{'id': '97d99a9e-a6d2-437b-b553-f597e67e434d', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '26fcf010-47fe-4950-9f4f-31434be1a7b4', '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': 627, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:35Z', 'updated_at': '2025-08-03T10:46:35Z', 'revision_number': 0}, {'id': 'b7e12f69-8756-4f06-9e02-7cd199099fcf', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '26fcf010-47fe-4950-9f4f-31434be1a7b4', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_a ttr_id': 628, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:35Z', 'updated_at': '2025-08-03T10:46:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:46:35Z', 'updated_at': '2025-08-03T10:46:35Z', 'revision_number': 1, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb'}, 'floating_ip': {'id': 'f438a555-6671-491c-baea-82d56a55325c', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:36Z', 'updated_at': '2025-08-03T10:46:36Z', 'revision_number': 0, 'ip': '172.24.4.182'}} 2025-08-03 10:46:37,523 98833 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.568s 2025-08-03 10:46:37,523 98833 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-161951258", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "0ef854e6-7276-4919-87b6-282c94ec4dcf"}], "security_groups": [{"name": "tempest-securitygroup--783891735"}], "key_name": "tempest-keypair-881640996", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dab7f43b-ae1e-421f-9fcf-361540631287', 'x-compute-request-id': 'req-dab7f43b-ae1e-421f-9fcf-361540631287', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--783891735"}], "adminPass": "Bino9uY2Q8Xw"}}' 2025-08-03 10:46:37,605 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0 0.079s 2025-08-03 10:46:37,605 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:37 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-0d21f40f-4b31-4a9a-8e7e-91b4277a78b1', 'x-compute-request-id': 'req-0d21f40f-4b31-4a9a-8e7e-91b4277a78b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "BUILD", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metada ta": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:46:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-881640996", "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-03 10:47:27,882 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0 0.215s 2025-08-03 10:47:27,883 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:27 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-9202b64b-7ca6-47d0-b7e2-09bcd0a33856', 'x-compute-request-id': 'req-9202b64b-7ca6-47d0-b7e2-09bcd0a33856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:46:54Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-881640996", "OS-SRV-USG:launched_at": "2025-08-03T10:46:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--783891735"}], "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-03 10:47:27,897 98833 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:48:28,373 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0/os-interface 0.417s 2025-08-03 10:48:28,374 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-181e07ae-090f-4659-a1cd-8e8c3a78ce6d', 'x-compute-request-id': 'req-181e07ae-090f-4659-a1cd-8e8c3a78ce6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0ef854e6-7276-4919-87b6-282c94ec4dcf", "port_id": "97245cdc-78e9-48a3-9c22-814c94aaf2b5", "mac_addr": "fa:16:3e:91:b5:10", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "34879e59-4d1f-4106-829b-636811f92d4b", "ip_address": "10.0.0.11"}]}]}' 2025-08-03 10:48:29,553 98833 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/f438a555-6671-491c-baea-82d56a55325c 1.175s 2025-08-03 10:48:29,553 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "97245cdc-78e9-48a3-9c22-814c94aaf2b5"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5c443ecc-d388-4ceb-807f-6699626a2cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f438a555-6671-491c-baea-82d56a55325c'} Body: b'{"floatingip": {"id": "f438a555-6671-491c-baea-82d56a55325c", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "79414597-e1a4-49f0-bafc-1ecbbc5820ce", "port_id": "97245cdc-78e9-48a3-9c22-814c94aaf2b5", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0ef854e6-7276-4919-87b6-282c94ec4dcf", "mac_address": "fa:16:3e:91:b5:10", "admin_state_up": true, "status": "ACTIVE", "device_id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:36Z", "updated_at": "2025-08-03T10:48:28Z", "revision_number": 1, "project_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:48:29,554 98833 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.182:22' as 'cirros' with public key authentication 2025-08-03 10:48:29,579 98833 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:48:29,696 98833 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:48:29,697 98833 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.182 successfully created 2025-08-03 10:48:29,913 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0 0.215s 2025-08-03 10:48:29,913 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:29 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-9a0d9ea5-a368-4ea1-8ad8-4bb2fddf39cc', 'x-compute-request-id': 'req-9a0d9ea5-a368-4ea1-8ad8-4bb2fddf39cc', 'connect ion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:46:54Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-881640996", "OS-SRV-USG:launched_at": "2025-08-03T10:46:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--783891735"}], "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-03 10:48:29,985 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6 0.055s 2025-08-03 10:48:29,985 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-498250a8-28a0-4d99-9b34-1531521f7c45', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-498250a8-28a0-4d99-9b34-1531521f7c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6'} Body: b'{"volume": {"id": "2078c973-9de8-49ca-adfd-958c834c85d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:35.000000", "updated_at": "2025-08-03T10:46:35.000000", "name": "tempest-ServerActionsTestOtherA-volume-1199212337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:48:31,051 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6 0.050s 2025-08-03 10:48:31,051 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-c4b29b0f-6a64-4612-8ed9-c42624a2ddb1', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b29b0f-6a64-4612-8ed9-c42624a2ddb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6'} Body: b'{"volume": {"id": "2078c973-9de8-49ca-adfd-958c834c85d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:35.000000", "updated_at": "2025-08-03T10:46:35.000000", "name": "tempest-ServerActionsTestOtherA-volume-1199212337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:48:31,260 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.194s 2025-08-03 10:48:31,261 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a543651-3555-4115-bc74-9429259458cb', 'x-compute-request-id': 'req-1a543651-3555-4115-bc74-9429259458cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "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-03 10:49:31,482 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702f ed0 0.146s 2025-08-03 10:49:31,482 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:31 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-7551c9de-f5f1-4110-a022-cf160db465b4', 'x-compute-request-id': 'req-7551c9de-f5f1-4110-a022-cf160db465b4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'' 2025-08-03 10:49:31,845 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0 0.362s 2025-08-03 10:49:31,845 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:31 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-0cd6ce49-0492-4b21-af34-6894f56cf91f', 'x-compute-request-id': 'req-0cd6ce49-0492-4b21-af34-6894f56cf91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:49:31Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}, {"version": 4, "addr": "172.24.4.182", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-881640996", "OS-SRV-USG:launched_at": "2025-08-03T10:46:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--783891735"}], "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-03 10:50:21,954 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0 0.043s 2025-08-03 10:50:21,955 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API -Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f9959561-7cdd-46c1-861d-e2c61bf694b8', 'x-compute-request-id': 'req-f9959561-7cdd-46c1-861d-e2c61bf694b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 934ebb22-bab4-46f4-86c5-dece7702fed0 could not be found."}}' 2025-08-03 10:50:21,987 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-881640996 0.031s 2025-08-03 10:50:21,987 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5954cf-1164-4dd4-abed-77690e7b4ba3', 'x-compute-request-id': 'req-3c5954cf-1164-4dd4-abed-77690e7b4ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-881640996'} Body: b'' 2025-08-03 10:50:22,230 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4 0.242s 2025-08-03 10:50:22,230 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-41f29c97-efec-495b-b93f-2ce67109661e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4'} Body: b'' 2025-08-03 10:50:22,262 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4 0.031s 2025-08-03 10:50:22,262 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e4ab4d79-a9fd-48a0-8b48-12779b51ce81', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 26fcf010-47fe-4950-9f4f-31434be1a7b4 does not exist", "detail": ""}}' 2025-08-03 10:50:22,654 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/f438a555-6671-491c-baea-82d56a55325c 0.391s 2025-08-03 10:50:22,655 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2779b09c-f78e-451a-b015-6af24746a3bd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f438a555-6671-491c-baea-82d56a55325c'} Body: b'' {10} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {10} 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 8b213349-3b40-467f-bf08-079f3489af7b failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 bbbba301-3f8f-43bf-9627-16589f440d86 failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {9} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [168.061963s] ... 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 c530e448-60ea-4c2e-8c1a-e1aaa486eecc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:07,661 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.091s 2025-08-03 10:48:07,662 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 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-ddecb47b-e22e-47b8-a0a3-d354a9f7e4c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2a04392892ab4387a93abf42f09ee925", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-721986750-project-member", "password_expires_at": null}, "audit_ids": ["zW9EHtkDRaW_Knxjk0wUDw"], "expires_at": "2025-08-03T11:48:07.000000Z", "issued_at": "2025-08-03T10:48:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94a47d594c5648a98950417591aff9cf", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-721986750"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94a47d594c5648a98950417591aff9cf", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:48:07,662 98829 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '07530b8e-0e44-4c67-8466-747c0aa1d57b', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94a47d594c5648a98950417591aff9cf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34090, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_add ress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:47:53Z', 'updated_at': '2025-08-03T10:47:53Z', 'revision_number': 1} available for tenant 2025-08-03 10:48:07,664 98829 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:48:07,665 98829 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:48:07,898 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.229s 2025-08-03 10:48:07,898 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1588407988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGsZyzcOBfK7uqyUHIN9cQhcbckt0+gDSzle2L/obIPUIiCr75TLFi0eZSdib1w10s19Ec+CAEcdGndPnUpPk7mMEuSFK0txnDFW6Z3mEGgjPg2DzmUGv0Vnt/EWcdesQ=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 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-5005b2ac-e9d0-4769-b663-ce6d15d8acd4', 'x-compute-request-id': 'req-5005b2ac-e9d0-4769-b663-ce6d15d8acd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1588407988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGsZyzcOBfK7uqyUHIN9cQhcbckt0+gDSzle2L/obIPUIiCr75TLFi0eZSdib1w10s19Ec+CAEcdGndPnUpPk7mMEuSFK0txnDFW6Z3mEGgjPg2DzmUGv0Vnt/EWcdesQ==", "fingerprint": "50:74:34:1b:10:d5:43:0b:b3:14:73:b8:c9:f3:83:bf", "user_id": "2a04392892ab4387a93abf42f09ee925"}}' 2025-08-03 10:48:07,901 98829 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1588407988 created 2025-08-03 10:48:08,144 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.236s 2025-08-03 10:48:08,144 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1009437510", "description": "tempest-description--358159635"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-0618b739-f221-419e-89ac-e91c65529f41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "name": "tempest-securitygroup--1009437510", "stateful": true, "tenant_id": "94a47d594c5648a98950417591aff9cf", "description": "tempest-description--358159635", "shared": false, "security_group_rules": [{"id": "d48a0d98-21fe-431f-bd5f-5990883f269e", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant_id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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": 778, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:08Z", "updated_at": "2025-08-03T10:48:08Z", "revision_number": 0}, {"id": "fbbe27ec-ced6-4350-abc1-f21b3d6c34fe", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant _id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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": 777, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:07Z", "updated_at": "2025-08-03T10:48:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:48:07Z", "updated_at": "2025-08-03T10:48:07Z", "revision_number": 1, "project_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:48:08,339 98829 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-03 10:48:08,340 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1dd10dc8-9212-4555-8d36-cce16ad1127c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "364d2571-66d0-4a03-aeeb-99ad2a7958ac", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant_id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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-03T10:48:08Z", "updated_at": "2025-08-03T10:48:08Z", "revision_number": 0}}' 2025-08-03 10:48:08,565 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.224s 2025-08-03 10:48:08,565 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-752cc25c-99c7-4a2b-8aca-9c43a571fb2a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c69ee443-c670-4a59-8f04-de7cbfbc4ea7", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant_id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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-03T10:48:08Z", "updated_at": "2025-08-03T10:48:08Z", "revision_number": 0}}' 2025-08-03 10:48:08,565 98829 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1009437510 created 2025-08-03 10:48:09,439 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.873 s 2025-08-03 10:48:09,439 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0e86dd1b-27f4-48f8-b3a1-eb0b41d03aae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "80e5a47b-a321-42e0-959d-966f1e288154", "tenant_id": "94a47d594c5648a98950417591aff9cf", "floating_ip_address": "172.24.4.151", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94a47d594c5648a98950417591aff9cf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:48:09Z", "updated_at": "2025-08-03T10:48:09Z", "revision_number": 0}}' 2025-08-03 10:48:09,440 98829 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '80e5a47b-a321-42e0-959d-966f1e288154', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94a47d594c5648a98950417591aff9cf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:48:09Z', 'updated_at': '2025-08-03T10:48:09Z', 'revision_number': 0, 'ip': '172.24.4.151'} created 2025-08-03 10:48:09,440 98829 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1588407988', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGsZyzcOBfK7uqyUHIN9cQhcbckt0+gDSzle2L/obIPUIiCr75TLFi0eZSdib1w10s19Ec+CAEcdGndPnUpPk7mMEuSFK0txnDFW6Z3mEGgjPg2DzmUGv0Vnt/EWcdesQ==', 'fingerprint': '50:74:34:1b:10:d5:43:0b:b3:14:73:b8:c9:f3:83:bf', 'user_id': '2a04392892ab4387a93abf42f09ee925', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBOAKs/ZBxXDPyrNt7mIykszKmefKEmyALhcfl5aI2to2zwCYFQdP8y\nqGLm+7iuaB2gBwYFK4EEACKhZANiAAQBrGcs3DgXyu7qslByDfXEIXG3JLdPoA0s\n5Xti/6GyD1CIgq++UyxYtHmUnYm9cNdLNfRHPggBHHRp3T51KT5O5jBLkhStLcZw\nxVumd5hBoIz4Ng85lBr9FZ7fxFnHXrE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc', 'name': 'tempest-securitygroup--1009437510', 'stateful': True, 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'description': 'tempest-description--358159635', 'shared': False, 'security_group_rules': [{'id': 'd48a0d98-21fe-431f-bd5f-5990883f269e', 'project_id': '94a47d594c5648a98950417591aff9cf', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'security_group_id': '2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc', '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': 778, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:48:08Z', 'updated_at': '2025-08-03T10:48:08Z', 'revision_number': 0}, {'id': 'fbbe27ec-ced6-4350-abc1-f21b3d6c34fe', 'project_id': '94a47d594c5648a98950417591aff9cf', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'security_group_id': '2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc', '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': 777, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:48:07Z', 'updated_at': '20 25-08-03T10:48:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:48:07Z', 'updated_at': '2025-08-03T10:48:07Z', 'revision_number': 1, 'project_id': '94a47d594c5648a98950417591aff9cf'}, 'floating_ip': {'id': '80e5a47b-a321-42e0-959d-966f1e288154', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94a47d594c5648a98950417591aff9cf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:48:09Z', 'updated_at': '2025-08-03T10:48:09Z', 'revision_number': 0, 'ip': '172.24.4.151'}} 2025-08-03 10:48:10,398 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.956s 2025-08-03 10:48:10,398 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "07530b8e-0e44-4c67-8466-747c0aa1d57b"}], "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "key_name": "tempest-keypair-1588407988", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89e5c93b-f971-492a-b466-3137d477ed77', 'x-compute-request-id': 'req-89e5c93b-f971-492a-b466-3137d477ed77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "adminPass": "f7N4wnof9DDR"}}' 2025-08-03 10:48:10,480 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.079s 2025-08-03 10:48:10,481 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7021611e-7a77-4d5b-8173-b746e32c6342', 'x-compute-request-id': 'req-7021611e-7a77-4d5b-8173-b746e32c6342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "BUILD", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel" : "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:48:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1588407988", "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-03 10:49:00,818 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.273s 2025-08-03 10:49:00,819 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f2eba0-d4e7-4dd0-a2b6-bca7bacb4d40', 'x-compute-request-id': 'req-39f2eba0-d4e7-4dd0-a2b6-bca7bacb4d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "ACTIVE", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "6cfad61fc022361a6254682b52ae770b1646057fa5556b6639fc4f52", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:48:28Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1588407988", "OS-SRV-USG:launched_at": "2025-08-03T10:48:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "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-03 10:49:00,835 98829 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:50:01,077 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b/os-interface 0.181s 2025-08-03 10:50:01,078 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 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-dbd9ee69-f65a-400e-a9e9-ebc6a8fdcab4', 'x-compute-request-id': 'req-dbd9ee69-f65a-400e-a9e9-ebc6a8fdcab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "07530b8e-0e44-4c67-8466-747c0aa1d57b", "port_id": "812ee41a-2efc-4cee-97ac-d6c10c6292ab", "mac_addr": "fa:16:3e:62:87:e8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cfaf5ca7-062c-4c1e-b82f-4c7ce3e329eb", "ip_address": "10.0.0.13"}]}]}' 2025-08-03 10:50:02,009 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154 0.927s 2025-08-03 10:50:02,009 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "812ee41a-2efc-4cee-97ac-d6c10c6292ab"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-2ddd8366-9f4f-4a6b-94be-3a97edae3b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154'} Body: b'{"floatingip": {"id": "80e5a47b-a321-42e0-959d-966f1e288154", "tenant_id": "94a47d594c5648a98950417591aff9cf", "floating_ip_address": "172.24.4.151", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "6230437a-f7cd-45db-9928-1f1965397b98", "port_id": "812ee41a-2efc-4cee-97ac-d6c10c6292ab", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "07530b8e-0e44-4c67-8466-747c0aa1d57b", "mac_address": "fa:16:3e:62:87:e8", "admin_state_up": true, "status": "ACTIVE", "device_id": "24e4d243-f70c-4d59-b757-65b979de787b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:48:09Z", "updated_at": "2025-08-03T10:50:01Z", "revision_number": 1, "project_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:50:02,012 98829 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.151:22' as 'cirros' with public key authentication 2025-08-03 10:50:02,025 98829 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:50:02,130 98829 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:50:02,130 98829 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.151 successfully created 2025-08-03 10:50:02,350 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.219s 2025-08-03 10:50:02,350 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7650cd5-dcf2-49ca-8ab3-3c76514b6300', 'x-compute-request-id': 'req-a7650cd5-dcf2-49ca-8ab3-3c76514b6300', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "ACTIVE", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "6cfad61fc022361a6254682b52ae770b1646057fa5556b6639fc4f52", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:48:28Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1588407988", "OS-SRV-USG:launched_at": "2025-08-03T10:48:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "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-03 10:50:02,449 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.083s 2025-08-03 10:50:02,449 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e5e2928-4048-48df-a8d1-65e5c60168ca', 'x-compute-request-id': 'req-9e5e2928-4048-48df-a8d1-65e5c60168ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}]}]}' 2025-08-03 10:50:02,704 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.251s 2025-08-03 10:50:02,704 98829 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-1738473956", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a99107-34b7-49f2-babf-64c0dbd8f005', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a99107-34b7-49f2-babf-64c0dbd8f005', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"vol ume": {"id": "c530e448-60ea-4c2e-8c1a-e1aaa486eecc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.610545", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1738473956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}], "user_id": "2a04392892ab4387a93abf42f09ee925", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:50:02,768 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.051s 2025-08-03 10:50:02,768 98829 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': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f668b3-c7e3-42f8-ba0a-24883979a36d', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f668b3-c7e3-42f8-ba0a-24883979a36d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'{"volume": {"id": "c530e448-60ea-4c2e-8c1a-e1aaa486eecc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1738473956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}], "user_id": "2a04392892ab4387a93abf42f09ee925", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:50:03,820 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.036s 2025-08-03 10:50:03,820 98829 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': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc68e6e-fcda-429c-a50f-cf2f2bc2f180', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc68e6e-fcda-429c-a50f-cf2f2bc2f180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'{"volume": {"id": "c530e448-60ea-4c2e-8c1a-e1aaa486eecc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": "2025-08-03T10:50:03.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1738473956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "htt p://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}], "user_id": "2a04392892ab4387a93abf42f09ee925", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:50:03,938 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.102s 2025-08-03 10:50:03,939 98829 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': 'Sun, 03 Aug 2025 10:50:03 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-81bc3237-1400-4c78-8727-da5dee84aca6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'' 2025-08-03 10:50:03,961 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.021s 2025-08-03 10:50:03,961 98829 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': 'Sun, 03 Aug 2025 10:50:03 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-12fdf130-c525-4812-b91f-06540cd5a2c1', 'x-openstack-request-id': 'req-12fdf130-c525-4812-b91f-06540cd5a2c1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c530e448-60ea-4c2e-8c1a-e1aaa486eecc could not be found."}}' 2025-08-03 10:50:04,085 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.123s 2025-08-03 10:50:04,085 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc148882-eadc-4fe4-b5af-e98aafaef727', 'x-compute-request-id': 'req-bc148882-eadc-4fe4-b5af-e98aafaef727', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'' 2025-08-03 10:50:04,354 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.268s 2025-08-03 10:50:04,354 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', 'content-type': 'appl ication/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55d1b9ff-ee4a-4d2e-95b0-8530b1c478de', 'x-compute-request-id': 'req-55d1b9ff-ee4a-4d2e-95b0-8530b1c478de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "ACTIVE", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "6cfad61fc022361a6254682b52ae770b1646057fa5556b6639fc4f52", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:50:04Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1588407988", "OS-SRV-USG:launched_at": "2025-08-03T10:48:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "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-03 10:50:54,464 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.044s 2025-08-03 10:50:54,464 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-841fcf38-9b72-4963-86e8-8a6a9cd1b420', 'x-compute-request-id': 'req-841fcf38-9b72-4963-86e8-8a6a9cd1b420', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 24e4d243-f70c-4d59-b757-65b979de787b could not be found."}}' 2025-08-03 10:50:54,497 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1588407988 0.032s 2025-08-03 10:50:54,498 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e22fa2e4-8aec-44ef- 92a6-0c2569b2a68b', 'x-compute-request-id': 'req-e22fa2e4-8aec-44ef-92a6-0c2569b2a68b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1588407988'} Body: b'' 2025-08-03 10:50:54,843 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc 0.344s 2025-08-03 10:50:54,843 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-27fc99f2-c8fe-4e7e-a152-a1f8fe6212f5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc'} Body: b'' 2025-08-03 10:50:54,866 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc 0.022s 2025-08-03 10:50:54,867 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3973df59-432b-4015-a53c-ab7ac7af6c90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc does not exist", "detail": ""}}' 2025-08-03 10:50:55,624 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154 0.757s 2025-08-03 10:50:55,625 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d8a59180-ba63-46ae-8f2d-72eef2ad8c40', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154'} Body: b'' {10} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c67e7d6f-0ba7-4d22-95c8-993a0d8784e5 failed to build and is in ERROR status {10} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {9} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {10} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.799085s] ... 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 c5000abc-012f-4b66-ae07-3517608934a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:51:04,250 98831 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.238s 2025-08-03 10:51:04,250 98831 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': 'Sun, 03 Aug 2025 10:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37725054-177a-489a-a4c8-e445a5a03768', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37725054-177a-489a-a4c8-e445a5a03768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "927b3644-a834-42d6-9cd5-3bd2a53f0727", "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-03 10:51:05,100 98831 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.845s 2025-08-03 10:51:05,100 98831 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': 'Sun, 03 Aug 2025 10:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0557d520-6da0-4394-83f4-fb9736353aca', '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": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:05Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,058 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323/file 0.955s 2025-08-03 10:51:06,059 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9c8c7cb5 -ecc8-40c4-8fe4-757d41b6ad5e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file'} Body: b'' 2025-08-03 10:51:06,079 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323 0.019s 2025-08-03 10:51:06,079 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9a77d0a4-dfa5-4e3c-8a4c-b0c31a7cd38e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323'} 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": "e755411d6ac3531b4792ab8a53324790", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "3d0560abc3ef56db363d5e12237409d4cccbdfabb9f7a7dc893d5dc0b5bf16dbeb7b113dd767464df9d64be64ea0c0b94a6341bb4ab958a0dce5b09322a3e914", "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:06Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,096 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323 0.016s 2025-08-03 10:51:06,097 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-19d2e89d-3bac-44e8-9152-ceb4a39cb377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323'} 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": "e755411d6ac3531b4792ab8a53324790", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "3d0560abc3ef56db363d5e12237409d4cccbdfabb9f7a7dc893d5dc0b5bf16dbeb7b113dd767464df9d64be64ea0c0b94a6341bb4ab958a0dce5b09322a3e914", "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:06Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,114 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323 0.017s 2025-08-03 10:51:06,115 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-628b3828-19e0-470d-b3a1-a1cded3399a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323'} 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": "e755411d6ac3531b4792ab8a53324790", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "3d0560abc3ef56db363d5e12237409d4cccbdfabb9f7a7dc893d5dc0b5bf16dbeb7b113dd767464df9d64be64ea0c0b94a6341bb4ab958a0dce5b09322a3e914", "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:06Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,581 98831 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.466s 2025-08-03 10:51:06,582 98831 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": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0988f6a1-ddf7-4542-b20a-25f46667f0c6', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0988f6a1-ddf7-4542-b20a-25f46667f0c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c5000abc-012f-4b66-ae07-3517608934a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:06.515820", "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/c5000abc-012f-4b66-ae07-3517608934a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}], "user_id": "9fcaba34b4e34d5486f4d414c605157e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:06,723 98831 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/c5000abc-012f-4b66-ae07-3517608934a7 0.128s 2025-08-03 10:51:06,724 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3f72b01-f5a1-407a-a9fa-7d51e8627e3d', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3f72b01-f5a1-407a-a9fa-7d51e8627e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7'} Body: b'{"volume": {"id": "c5000abc-012f-4b66-ae07-3517608934a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:07.000000", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}], "user_id": "9fcaba34b4e34d5486f4d414c605157e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a20bd1b94054074bb79ae1480d35a12"}}' 2025-08-03 10:51:07,792 98831 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/c5000abc-012f-4b66-ae07-3517608934a7 0.049s 2025-08-03 10:51:07,793 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f59d48b-f9cb-48d1-9916-68c8dfb63abc', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f59d48b-f9cb-48d1-9916-68c8dfb63abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7'} Body: b'{"volume": {"id": "c5000abc-012f-4b66-ae07-3517608934a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:07.000000", "updated_at": "2025-08-03T10:51:07.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}], "user_id": "9fcaba34b4e34d5486f4d414c605157e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a20bd1b94054074bb79ae1480d35a12"}}' {10} setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4efda6c9-dfbe-4e57-88e9-c330d0fa823e failed to build and is in ERROR status {4} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.844617s] ... 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 ad231059-7dc1-4a25-ad0e-c73c482c888b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:13,227 98819 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:49:13,227 98819 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:49:13,277 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2025-08-03 10:49:13,277 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1850242119", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs5GqprYb7KNcnyf7JL3lJF+0hqiSUjK0SNyhCLjXsFJGDjLHcTYkxcjT+ZykMAWglS01nO8DKDCt/vgh3Gejrt0y/ewfDISwql+bABPTtOjjRWAyvr1lE7KEdM2qKfVA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-209ec339-17ac-4b8a-abe9-0416480fd588', 'x-compute-request-id': 'req-209ec339-17ac-4b8a-abe9-0416480fd588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1850242119", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs5GqprYb7KNcnyf7JL3lJF+0hqiSUjK0SNyhCLjXsFJGDjLHcTYkxcjT+ZykMAWglS01nO8DKDCt/vgh3Gejrt0y/ewfDISwql+bABPTtOjjRWAyvr1lE7KEdM2qKfVA==", "fingerprint": "4f:82:11:fe:3c:17:6d:db:db:e7:d0:5a:57:61:df:75", "user_id": "188a786cac2b41f5bd8205758bc0cf20"}}' 2025-08-03 10:49:13,280 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1850242119 created 2025-08-03 10:49:13,530 98819 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-03 10:49:13,531 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--959757902", "description": "tempest-description--1642403143"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-a8740314-b34c-46f4-83bb-b09bf74d4f18', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "name": "tempest-securitygroup--959757902", "stateful": true, "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "tempest-description--1642403143", "shared": false, "security_group_rules": [{"id": "71c54acb-dd44-4363-b529-2274731c2160", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "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": 802, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 0}, {"id": "dd992913-4631-4a60-9662-1129889c7df6", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "ethertype": "IPv6", "direction": "egress", "protocol": null, "por t_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 803, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:49:13,914 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.383s 2025-08-03 10:49:13,915 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-38a9c1e0-71ee-4e0f-afd6-87c15aa7d501', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30263910-a4af-4c2d-ba6d-3a25e5f6d808", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "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-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 0}}' 2025-08-03 10:49:14,119 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-08-03 10:49:14,120 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0decee1e-96ea-499e-bf32-e20cf9ebc098', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2bc46087-5da6-4ede-98f1-2cbe82409dee", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "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-03T10:49:14Z", "updated_at": "2025-08-03T10:49:14Z", "revision_number": 0}}' 2025-08-03 10:49:14,120 98819 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--959757902 created 2025-08-03 10:49:14,905 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.784s 2025-08-03 10:49:14,905 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1f5d73be-a53f-4582-950f-882c7cfc2712', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b77beb56-81f9-4fd1-9e17-617c9c9589ea", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.237", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:14Z", "updated_at": "2025-08-03T10:49:14Z", "revision_number": 0}}' 2025-08-03 10:49:14,905 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b77beb56-81f9-4fd1-9e17-617c9c9589ea', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.237', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:14Z', 'updated_at': '2025-08-03T10:49:14Z', 'revision_number': 0, 'ip': '172.24.4.237'} created 2025-08-03 10:49:15,024 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.113s 2025-08-03 10:49:15,024 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:14 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-b70c09d1-3434-4fb5-82e2-ee1fa26ea381', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "188a786cac2b41f5bd8205758bc0cf20", "name": "tempest-AttachVolumeNegativeTest-863899931-project-member", "password_expires_at": null}, "audit_ids": ["7uf5Sf__Sp-QJePeYCzKrQ"], "expires_at": "2025-08-03T11:49:14.000000Z", "issued_at": "2025-08-03T10:49:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30509cab7717416cbd15cd6bf2388ecb", "name": "tempest-AttachVolumeNegativeTest-863899931"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30509cab7717416cbd15cd6bf2388ecb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne "}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:49:15,024 98819 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'a5ee7952-c760-4ebf-a06d-056998be0c03', 'name': 'tempest-AttachVolumeNegativeTest-995598820-network', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19623, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:49:15,025 98819 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1850242119', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs5GqprYb7KNcnyf7JL3lJF+0hqiSUjK0SNyhCLjXsFJGDjLHcTYkxcjT+ZykMAWglS01nO8DKDCt/vgh3Gejrt0y/ewfDISwql+bABPTtOjjRWAyvr1lE7KEdM2qKfVA==', 'fingerprint': '4f:82:11:fe:3c:17:6d:db:db:e7:d0:5a:57:61:df:75', 'user_id': '188a786cac2b41f5bd8205758bc0cf20', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCVem96EbIMpHJD5Vn8ozf2QuUWyh1v+lUkF+U8FN+j5GrCa8TTtY4S\nV+YdgfTYgtSgBwYFK4EEACKhZANiAAQbORqqa2G+yjXJ8n+yS95SRftIaoklIytE\njcoQi417BSRg4yx3E2JMXI0/mcpDAFoJUtNZzvAygwrf74Idxno67dMv3sHwyEsK\npfmwAT07To40VgMr69ZROyhHTNqin1Q=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '64c49898-5ffa-4d1c-a88a-3b8de8593542', 'name': 'tempest-securitygroup--959757902', 'stateful': True, 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': 'tempest-description--1642403143', 'shared': False, 'security_group_rules': [{'id': '71c54acb-dd44-4363-b529-2274731c2160', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '64c49898-5ffa-4d1c-a88a-3b8de8593542', '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': 802, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:49:13Z', 'updated_at': '2025-08-03T10:49:13Z', 'revision_number': 0}, {'id': 'dd992913-4631-4a60-9662-1129889c7df6', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '64c49898-5ffa-4d1c-a88a-3b8de8593542', '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': 803, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:49:13Z', 'updated_at': '2025-08-03T10:49:13Z', 'revision_number': 0}], 'tags': [], 'created_at': '202 5-08-03T10:49:13Z', 'updated_at': '2025-08-03T10:49:13Z', 'revision_number': 1, 'project_id': '30509cab7717416cbd15cd6bf2388ecb'}, 'floating_ip': {'id': 'b77beb56-81f9-4fd1-9e17-617c9c9589ea', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.237', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:14Z', 'updated_at': '2025-08-03T10:49:14Z', 'revision_number': 0, 'ip': '172.24.4.237'}} 2025-08-03 10:49:15,556 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.530s 2025-08-03 10:49:15,556 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1445326900", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a5ee7952-c760-4ebf-a06d-056998be0c03"}], "security_groups": [{"name": "tempest-securitygroup--959757902"}], "key_name": "tempest-keypair-1850242119", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-691e1207-2829-4415-8b4e-e16c9ce800cc', 'x-compute-request-id': 'req-691e1207-2829-4415-8b4e-e16c9ce800cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--959757902"}], "adminPass": "password"}}' 2025-08-03 10:49:15,651 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.092s 2025-08-03 10:49:15,652 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:15 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-6346df5a-e8f6-498e-8009-0a43950de003', 'x-compute-request-id': 'req-6346df5a-e8f6-498e-8009-0a43950de003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "name": "tempest-AttachVolumeNegativeTest-server-1445326900", "status": "BUILD", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:16Z", "updated": "2025-08-03T10:49:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1850242119", "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-03 10:50:06,056 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.340s 2025-08-03 10:50:06,056 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:05 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-6b6d76a2-cc30-4690-af85-365dddee5cb9', 'x-compute-request-id': 'req-6b6d76a2-cc30-4690-af85-365dddee5cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "name": "tempest-AttachVolumeNegativeTest-server-1445326900", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:15Z", "updated": "2025-08-03T10:49:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1850242119", "OS-SRV-USG:launched_at": "2025-08-03T10:49:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--959757902"}], "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-03 10:50:06,070 98819 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:51:06,325 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/os-interface 0.197s 2025-08-03 10:51:06,325 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applica tion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0be38fee-cd84-4229-83a7-e98be4254860', 'x-compute-request-id': 'req-0be38fee-cd84-4229-83a7-e98be4254860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "port_id": "ea058ca8-6d4e-4369-85eb-bb8c57d6afa7", "mac_addr": "fa:16:3e:52:f3:6a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7a72c149-b34e-4a0a-8b55-349907b6465f", "ip_address": "10.0.0.4"}]}]}' 2025-08-03 10:51:07,344 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea 1.014s 2025-08-03 10:51:07,345 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ea058ca8-6d4e-4369-85eb-bb8c57d6afa7"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-7790e2cb-1df6-4c45-8e89-feed10c1f745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea'} Body: b'{"floatingip": {"id": "b77beb56-81f9-4fd1-9e17-617c9c9589ea", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.237", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "09e65b90-9d25-4c48-b62e-0a80e9f8b70d", "port_id": "ea058ca8-6d4e-4369-85eb-bb8c57d6afa7", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "mac_address": "fa:16:3e:52:f3:6a", "admin_state_up": true, "status": "ACTIVE", "device_id": "7a2008b6-b014-458b-a857-a01786e56ec4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:14Z", "updated_at": "2025-08-03T10:51:06Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:51:07,346 98819 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.237:22' as 'cirros' with public key authentication 2025-08-03 10:51:07,355 98819 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:51:07,459 98819 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:51:07,460 98819 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.237 successfully created 2025-08-03 10:51:07,520 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/ips 0.059s 2025-08-03 10:51:07,521 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dcd7ab5-837f-4cac-8c14-548e95b64e76', 'x-compute-request-id': 'req-5dcd7ab5-837f-4cac-8c14-548e95b64e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.4" }]}}' 2025-08-03 10:51:07,723 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-03 10:51:07,724 98819 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-139448645"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45796ace-23e8-4faf-9751-3d6a3a10efe1', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45796ace-23e8-4faf-9751-3d6a3a10efe1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad231059-7dc1-4a25-ad0e-c73c482c888b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:07.662995", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-139448645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:07,796 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b 0.061s 2025-08-03 10:51:07,797 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b781bc24-a473-4dbe-8efe-cf42451bfdc3', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b781bc24-a473-4dbe-8efe-cf42451bfdc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b'} Body: b'{"volume": {"id": "ad231059-7dc1-4a25-ad0e-c73c482c888b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:08.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-139448645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:51:08,861 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b 0.049s 2025-08-03 10:51:08,861 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-503fa3db-7bf1-4e60-a2a2-38339ee5742a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503fa3db-7bf1-4e60-a2a2-38339ee5742a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b'} Body: b'{"volume": {"id": "ad231059-7dc1-4a25-ad0e-c73c482c888b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:08.000000", "updated_at": "2025-08-03T10:51:08.000000", "name": "tempest-AttachVolumeNegativeTest-volume-139448645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:51:09,006 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.131s 2025-08-03 10:51:09,007 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:08 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-b7705b12-8305-4a4a-ab94-ae0c491f03d4', 'x-compute-request-id': 'req-b7705b12-8305-4a4a-ab94-ae0c491f03d4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'' 2025-08-03 10:51:09,314 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.306s 2025-08-03 10:51:09,315 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab1cfb7-644d-4385-8e68-ef651893d008', 'x-compute-request-id': 'req-0ab1cfb7-644d-4385-8e68-ef651893d008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "name": "tempest-AttachVolumeNegativeTest-server-1445326900", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:15Z", "updated": "2025-08-03T10:51:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:f3:6a"}, {"version": 4, "addr ": "172.24.4.237", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1850242119", "OS-SRV-USG:launched_at": "2025-08-03T10:49:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--959757902"}], "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-03 10:51:59,460 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.063s 2025-08-03 10:51:59,462 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 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-3139f23c-369b-4791-b507-4313fbeefae3', 'x-compute-request-id': 'req-3139f23c-369b-4791-b507-4313fbeefae3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7a2008b6-b014-458b-a857-a01786e56ec4 could not be found."}}' 2025-08-03 10:51:59,498 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1850242119 0.034s 2025-08-03 10:51:59,498 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 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-5203a2f9-de47-4109-a804-feeac62c91f8', 'x-compute-request-id': 'req-5203a2f9-de47-4109-a804-feeac62c91f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1850242119'} Body: b'' 2025-08-03 10:51:59,711 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542 0.211s 2025-08-03 10:51:59,711 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6507c25a-9444-4fab-bf9a-63e7720ec32a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542'} Body: b'' 2025-08-03 10:51:59,731 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542 0.019s 2025-08-03 10:51:59,731 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appli cation/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-acdd2c7a-9fed-4ce4-9bc7-5e7dc0d71f19', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 64c49898-5ffa-4d1c-a88a-3b8de8593542 does not exist", "detail": ""}}' 2025-08-03 10:52:00,069 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea 0.337s 2025-08-03 10:52:00,070 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-69600672-649f-4bf2-855f-c422202e1b3f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea'} Body: b'' {4} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.657845s] ... 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 1bce60c4-ac7e-4409-bb2f-0a32af2b028f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:06,686 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.155s 2025-08-03 10:52:06,687 98819 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-2085910330"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80601d25-e212-47e7-84be-1242bccd263f', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80601d25-e212-47e7-84be-1242bccd263f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a3f20e9c-d148-4bc1-9b6c-62cf12ec570b", "name": "tempest-GroupsV320Test-volume-type-2085910330", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:52:06,719 98819 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-03 10:52:06,719 98819 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-2034775790"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7167790b-f37c-40a3-8d28-564e97ab0982', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7167790b-f37c-40a3-8d28-564e97ab0982', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "bbe56539-3010-4bde-959c-c31df8d99973", "name": "tempest-GroupsV320Test-group-type-2034775790", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:52:06,892 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.170s 2025-08-03 10:52:06,893 98819 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": "bbe56539-3010-4bde-959c-c31df8d99973", "volume_types": ["a3f20e9c-d148-4bc1-9b6c-62cf12ec570b"], "name": "tempest-GroupsV320Test-Group-1988625864"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d33b0f4-749c-407d-a3fb-436aa11facdb', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d33b0f4-749c-407d-a3fb-436aa11facdb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "1bce60c4-ac7e-4409-bb2f-0a32af2b028f", "name": "tempest-GroupsV320Test-Group-1988625864"}}' 2025-08-03 10:52:06,925 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f 0.030s 2025-08-03 10:52:06,925 98819 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': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-34ef2ab9-d605-4e5f-bf69-dcfb2e98206b', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34ef2ab9-d605-4e5f-bf69-dcfb2e98206b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f'} Body: b'{"group": {"id": "1bce60c4-ac7e-4409-bb2f-0a32af2b028f", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:52:07.000000", "name": "tempest-GroupsV320Test-Group-1988625864", "description": null, "group_type": "bbe56539-3010-4bde-959c-c31df8d99973", "volume_types": ["a3f20e9c-d148-4bc1-9b6c-62cf12ec570b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:52:07,962 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f 0.029s 2025-08-03 10:52:07,962 98819 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': 'Sun, 03 Aug 2025 10:52:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5136c613-7834-4ac3-9740-146f3c3b2d67', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5136c613-7834-4ac3-9740-146f3c3b2d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f'} Body: b'{"group": {"id": "1bce60c4-ac7e-4409-bb2f-0a32af2b028f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:52:07.000000", "name": "tempest-GroupsV320Test-Group-1988625864", "description": null, "group_type": "bbe56539-3010-4bde-959c-c31df8d99973", "volume_types": ["a3f20e9c-d148-4bc1-9b6c-62cf12ec570b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:52:08,001 98819 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-03 10:52:08,001 98819 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': 'Sun, 03 Aug 2025 10:52:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae61301-7cc8-410e-9f8e-a8afa82ec633', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae61301-7cc8-410e-9f8e-a8afa82ec633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:52:08,073 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f/action 0.056s 2025-08-03 10:52:08,073 98819 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': 'Sun, 03 Aug 2025 10:52:08 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-b193a6d1-ba9e-4117-b6d9-00a46c8d681a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f/action'} Body: b'' 2025-08-03 10:52:08,090 98819 INFO [tempest.lib.common.rest _client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f 0.016s 2025-08-03 10:52:08,090 98819 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': 'Sun, 03 Aug 2025 10:52:08 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-b90b2bf2-08ce-4ebd-abe2-2bd1f4e063e4', 'x-openstack-request-id': 'req-b90b2bf2-08ce-4ebd-abe2-2bd1f4e063e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1bce60c4-ac7e-4409-bb2f-0a32af2b028f could not be found."}}' 2025-08-03 10:52:08,118 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/bbe56539-3010-4bde-959c-c31df8d99973 0.027s 2025-08-03 10:52:08,118 98819 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': 'Sun, 03 Aug 2025 10:52:08 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-408ca84f-8fb4-4754-87b3-565f0b507beb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/bbe56539-3010-4bde-959c-c31df8d99973'} Body: b'' 2025-08-03 10:52:08,169 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b 0.050s 2025-08-03 10:52:08,169 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-4b93f954-5416-47eb-a655-823a5ef51321', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b'} Body: b'' 2025-08-03 10:52:08,187 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b 0.017s 2025-08-03 10:52:08,187 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:08 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-1bec68bf-6fba-4711-9ad2-85583f7ccdb4', 'x-openstack-request-id': 'req-1bec68bf-6fba-4711-9ad2-85583f7ccdb4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a3f20e9c-d148-4bc1-9b6c-62cf12ec570b could not be found."}}' {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.148855s] ... ok {4} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.116609s] ... ok {4} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {4} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.147981s] ... ok {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [167.301743s] ... 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 7ca6c85f-f809-4fbb-b894-e5bc91a745fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:35,033 98817 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:49:35,033 98817 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:49:35,337 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.301s 2025-08-03 10:49:35,338 98817 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-919107053", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIL0WUklleco4FuqWrWu9OCEoLuVWAwBC7gF+f6q32SxDUDSh1y1desZzNtiYiNZiT+abPco7LchRms2wYwDqnFxk1WiJ3eQZHASeWJ0Q0RXtK2TOHLuNAQL2Ex0lAaw4Q=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 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-90705bcc-f8dd-4cee-bc27-643687b8ece5', 'x-compute-request-id': 'req-90705bcc-f8dd-4cee-bc27-643687b8ece5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-919107053", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIL0WUklleco4FuqWrWu9OCEoLuVWAwBC7gF+f6q32SxDUDSh1y1desZzNtiYiNZiT+abPco7LchRms2wYwDqnFxk1WiJ3eQZHASeWJ0Q0RXtK2TOHLuNAQL2Ex0lAaw4Q==", "fingerprint": "83:da:74:c9:27:0a:6e:d0:7e:5f:e5:82:bf:ed:0e:25", "user_id": "a140f1dd10d146fd93958f85449cf90b"}}' 2025-08-03 10:49:35,344 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-919107053 created 2025-08-03 10:49:35,667 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.322s 2025-08-03 10:49:35,667 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--842861105", "description": "tempest-description--710770685"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-664234b7-c335-40c8-aae1-3c33f4bbe38a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e5cca479-802b-47ac-8f08-c972d628c720", "name": "tempest-securitygroup--842861105", "stateful": true, "tenant_id": "a191795414a94863bfc39f848dc7dada", "description": "tempest-description--710770685", "shared": false, "security_group_rules": [{"id": "ba26c9d6-26e4-4cd3-a626-ad3c495c9d71", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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": 824, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 0}, {"id": "c2331d16-a6a8-4557-83c4-7b47b98f7833", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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": 823, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:49:35,933 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.265s 2025-08-03 10:49:35,933 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e770fe87-4a93-42be-a37c-374039aab714', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e47a47d3-dc2d-4a69-8167-480bac5de267", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 0}}' 2025-08-03 10:49:36,205 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.271s 2025-08-03 10:49:36,206 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-1ea50a62-223c-461b-9279-891c525fb829', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b3c87cf-cb80-4700-ac48-91d30f61238b", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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-03T10:49:36Z", "updated_at": "2025-08-03T10:49:36Z", "revision_number": 0}}' 2025-08-03 10:49:36,206 98817 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--842861105 created 2025-08-03 10:49:36,912 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.705s 2025-08-03 10:49:36,912 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7dc4c0e8-350f-47ca-912f-bdf015775379', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9a9ebec8-5042-4102-8711-b4664e85614a", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.226", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a191795414a94863bfc39f848dc7dada", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:36Z", "updated_at": "2025-08-03T10:49:36Z", "revision_number": 0}}' 2025-08-03 10:49:36,912 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9a9ebec8-5042-4102-8711-b4664e85614a', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:36Z', 'updated_at': '2025-08-03T10:49:36Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2025-08-03 10:49:36,969 98817 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.048s 2025-08-03 10:49:36,969 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4780d9ca-e10d-4f4b-a9c1-454c464bb198', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a140f1dd10d146fd93958f85449cf90b", "name": "tempest-AttachVolumeShelveTestJSON-1400833495-project-member", "password_expires_at": null}, "audit_ids": ["_ZrAluBUSDWBQP43PocmDQ"], "expires_at": "2025-08-03T11:49:36.000000Z", "issued_at": "2025-08-03T10:49:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a191795414a94863bfc39f848dc7dada", "name": "tempest-AttachVolumeShelveTestJSON-1400833495"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a191795414a94863bfc39f848dc7dada", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "re gion_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:49:36,970 98817 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'cd9df0e6-8c59-4067-9f19-e5dcd3718730', 'name': 'tempest-AttachVolumeShelveTestJSON-1266744320-network', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a191795414a94863bfc39f848dc7dada', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29665, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:49:27Z', 'updated_at': '2025-08-03T10:49:27Z', 'revision_number': 1} available for tenant 2025-08-03 10:49:36,970 98817 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-919107053', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIL0WUklleco4FuqWrWu9OCEoLuVWAwBC7gF+f6q32SxDUDSh1y1desZzNtiYiNZiT+abPco7LchRms2wYwDqnFxk1WiJ3eQZHASeWJ0Q0RXtK2TOHLuNAQL2Ex0lAaw4Q==', 'fingerprint': '83:da:74:c9:27:0a:6e:d0:7e:5f:e5:82:bf:ed:0e:25', 'user_id': 'a140f1dd10d146fd93958f85449cf90b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCWLILV8h32nA2ieZAv8wvzguZOv+M9QnBWUyK7eNBvcuRsJG43j8Y5\nW2JUr4KzTvWgBwYFK4EEACKhZANiAASC9FlJJZXnKOBbqlq1rvTghKC7lVgMAQu4\nBfn+qt9ksQ1A0odctXXrGczbYmIjWYk/mmz3KOy3IUZrNsGMA6pxcZNVoid3kGRw\nEnlidENEV7Stkzhy7jQEC9hMdJQGsOE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e5cca479-802b-47ac-8f08-c972d628c720', 'name': 'tempest-securitygroup--842861105', 'stateful': True, 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'description': 'tempest-description--710770685', 'shared': False, 'security_group_rules': [{'id': 'ba26c9d6-26e4-4cd3-a626-ad3c495c9d71', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'e5cca479-802b-47ac-8f08-c972d628c720', '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': 824, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:49:35Z', 'updated_at': '2025-08-03T10:49:35Z', 'revision_number': 0}, {'id': 'c2331d16-a6a8-4557-83c4-7b47b98f7833', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'e5cca479-802b-47ac-8f08-c972d628c720', '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': 823, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '202 5-08-03T10:49:35Z', 'updated_at': '2025-08-03T10:49:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:49:35Z', 'updated_at': '2025-08-03T10:49:35Z', 'revision_number': 1, 'project_id': 'a191795414a94863bfc39f848dc7dada'}, 'floating_ip': {'id': '9a9ebec8-5042-4102-8711-b4664e85614a', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:36Z', 'updated_at': '2025-08-03T10:49:36Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2025-08-03 10:49:37,570 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.599s 2025-08-03 10:49:37,571 98817 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-2137448880", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "cd9df0e6-8c59-4067-9f19-e5dcd3718730"}], "security_groups": [{"name": "tempest-securitygroup--842861105"}], "key_name": "tempest-keypair-919107053", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505', '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-31214ca8-91fc-46f5-9987-9676912b8902', 'x-compute-request-id': 'req-31214ca8-91fc-46f5-9987-9676912b8902', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--842861105"}], "adminPass": "password"}}' 2025-08-03 10:49:37,658 98817 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/b5a69521-e9cf-4402-b2db-044263f05505 0.084s 2025-08-03 10:49:37,659 98817 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': 'Sun, 03 Aug 2025 10:49:37 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-b8f3d354-2b05-4a32-b3f7-87b48c45658a', 'x-compute-request-id': 'req-b8f3d354-2b05-4a32-b3f7-87b48c45658a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "name": "tempest-AttachVolumeShelveTestJSON-server-2137448880", "status": "BUILD", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1dd10d146 fd93958f85449cf90b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:38Z", "updated": "2025-08-03T10:49:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-919107053", "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-03 10:50:27,938 98817 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/b5a69521-e9cf-4402-b2db-044263f05505 0.211s 2025-08-03 10:50:27,939 98817 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': 'Sun, 03 Aug 2025 10:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1584', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed5bcfd-7441-4ac7-8bb7-3929da397fe0', 'x-compute-request-id': 'req-4ed5bcfd-7441-4ac7-8bb7-3929da397fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "name": "tempest-AttachVolumeShelveTestJSON-server-2137448880", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:37Z", "updated": "2025-08-03T10:49:54Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:49:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-919107053", "OS-SRV-USG:launched_at": "2025-08-03T10:49:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--842861105"}], "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-03 10:50:27,958 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:51:28,154 98817 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/b5a69521-e9cf-4402 -b2db-044263f05505/os-interface 0.164s 2025-08-03 10:51:28,154 98817 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': 'Sun, 03 Aug 2025 10:51:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c0cd14b-2271-47e7-b727-b5ba240bfaca', 'x-compute-request-id': 'req-3c0cd14b-2271-47e7-b727-b5ba240bfaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "port_id": "4052f14c-bff8-4daa-9286-4ebb41030cf7", "mac_addr": "fa:16:3e:92:49:27", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "69ea4383-2e23-4254-8e76-b07aec3fd118", "ip_address": "10.0.0.8"}]}]}' 2025-08-03 10:51:29,091 98817 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/9a9ebec8-5042-4102-8711-b4664e85614a 0.931s 2025-08-03 10:51:29,092 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4052f14c-bff8-4daa-9286-4ebb41030cf7"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bdde4922-0618-4a38-9071-7431d7b87dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9a9ebec8-5042-4102-8711-b4664e85614a'} Body: b'{"floatingip": {"id": "9a9ebec8-5042-4102-8711-b4664e85614a", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.226", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "c396eeb4-677b-40c2-b361-35833c5c4c63", "port_id": "4052f14c-bff8-4daa-9286-4ebb41030cf7", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "mac_address": "fa:16:3e:92:49:27", "admin_state_up": true, "status": "ACTIVE", "device_id": "b5a69521-e9cf-4402-b2db-044263f05505", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:36Z", "updated_at": "2025-08-03T10:51:28Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:51:29,096 98817 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.226:22' as 'cirros' with public key authentication 2025-08-03 10:51:29,110 98817 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:51:29,213 98817 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:51:29,214 98817 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.226 successfully created 2025-08-03 10:51:29,255 98817 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/b5a69521-e9cf-4402-b2db-044263f05505/ips 0.040s 2025-08-03 10:51:29,255 98817 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': 'Sun, 03 Aug 2025 10:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', '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-0d242f4b-fdb1-431f-a052-8e7cca718df8', 'x-compute-request-id': 'req-0d242f4b-fdb1-431f-a052-8e7cca718df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2025-08-03 10:51:29,506 98817 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.247s 2025-08-03 10:51:29,507 98817 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-1871375732"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1516e59b-af1f-429c-93df-a9be8f03d0f7', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1516e59b-af1f-429c-93df-a9be8f03d0f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7ca6c85f-f809-4fbb-b894-e5bc91a745fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:29.392000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1871375732", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:29,557 98817 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/7ca6c85f-f809-4fbb-b894-e5bc91a745fb 0.036s 2025-08-03 10:51:29,557 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414b38cb-ed3d-4cff-8c1e-be70cd1df420', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414b38cb-ed3d-4cff-8c1e-be70cd1df420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb'} Body: b'{"volume": {"id": "7ca6c85f-f809-4fbb-b894-e5bc91a745fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:29.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1871375732", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:5 1:30,608 98817 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/7ca6c85f-f809-4fbb-b894-e5bc91a745fb 0.037s 2025-08-03 10:51:30,609 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f426678-4d26-4c0c-b37f-7e82061f0369', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f426678-4d26-4c0c-b37f-7e82061f0369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb'} Body: b'{"volume": {"id": "7ca6c85f-f809-4fbb-b894-e5bc91a745fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:29.000000", "updated_at": "2025-08-03T10:51:30.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1871375732", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:51:30,736 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505 0.110s 2025-08-03 10:51:30,736 98817 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': 'Sun, 03 Aug 2025 10:51:30 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-5c32396b-275c-4223-b364-688c556d1bcd', 'x-compute-request-id': 'req-5c32396b-275c-4223-b364-688c556d1bcd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'' 2025-08-03 10:51:30,899 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505 0.162s 2025-08-03 10:51:30,900 98817 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': 'Sun, 03 Aug 2025 10:51:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bac98d4-1aea-4ce4-ae59-d4e7ca2d17d2', 'x-compute-request-id': 'req-6bac98d4-1aea-4ce4-ae59-d4e7ca2d17d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "name": "tempest-AttachVolumeShelveTestJSON-server-2137448880", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39f848dc7dad a", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:37Z", "updated": "2025-08-03T10:51:31Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:49:27"}, {"version": 4, "addr": "172.24.4.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:49:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-919107053", "OS-SRV-USG:launched_at": "2025-08-03T10:49:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--842861105"}], "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-03 10:52:21,000 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505 0.032s 2025-08-03 10:52:21,000 98817 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': 'Sun, 03 Aug 2025 10:52:20 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-4ad09a46-e875-4c29-9fbb-503871348293', 'x-compute-request-id': 'req-4ad09a46-e875-4c29-9fbb-503871348293', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b5a69521-e9cf-4402-b2db-044263f05505 could not be found."}}' 2025-08-03 10:52:21,028 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-919107053 0.027s 2025-08-03 10:52:21,028 98817 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': 'Sun, 03 Aug 2025 10:52: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-7a08de55-7329-4338-a6d9-c9b699d8d8a0', 'x-compute-request-id': 'req-7a08de55-7329-4338-a6d9-c9b699d8d8a0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-919107053'} Body: b'' 2025-08-03 10:52:21,376 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720 0.347s 2025-08-03 10:52:21,376 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f2f8d1db-5168-4ed9-b520-f67cb2f16f27', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720'} Body: b'' 2025-08-03 10:52:21,393 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720 0.017s 2025-08-03 10:52:21,394 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-927e7caf-55aa-4713-a816-c3e95ef1041d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e5cca479-802b-47ac-8f08-c972d628c720 does not exist", "detail": ""}}' 2025-08-03 10:52:22,332 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9a9ebec8-5042-4102-8711-b4664e85614a 0.937s 2025-08-03 10:52:22,332 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-27a92bde-05c4-4f47-959e-3151b61a5e67', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9a9ebec8-5042-4102-8711-b4664e85614a'} Body: b'' {11} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.430726s] ... 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 b6ff94d4-bb06-4549-a22e-59d908e4ab0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:23,015 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.347s 2025-08-03 10:50:23,016 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7318faca-06e4-4ef2-a7e6-427329526b4b', 'x-compute-request-id': 'req-7318faca-06e4-4ef2-a7e6-427329526b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "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-03 10:51:23,186 98833 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.088s 2025-08-03 10:51:23,187 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:23 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-4a6e0e0b-3aa8-49d5-a486-4530f21789cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "98093ab42cb14f66969d53cec6a1ea76", "name": "tempest-ServerActionsTestOtherA-772946519-project-member", "password_expires_at": null}, "audit_ids": ["Egg4YvRMT-av8_-w-_bK0g"], "expires_at": "2025-08-03T11:51:23.000000Z", "issued_at": "2025-08-03T10:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83bd07ec02bd4a03b39848c612ee6abb", "name": "tempest-ServerActionsTestOtherA-772946519"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd2 9d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/83bd07ec02bd4a03b39848c612ee6abb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:51:23,188 98833 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': '0ef854e6-7276-4919-87b6-282c94ec4dcf', 'name': 'tempest-ServerActionsTestOtherA-1415491975-network', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44170, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:37Z', 'updated_at': '2025-08-03T10:42:37Z', 'revision_number': 1} available for tenant 2025-08-03 10:51:23,189 98833 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1808416125', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBeh7hazjc4VvzE2NQZR0dov4hTFN+JdHagU4kAWk6zWaYBEqSHr/MRVFEIUGE/F4uroTpJBcmFo7Wa20t+M5HAlgNfJn5QZOqpsgzk52PoKBeeMr3++D7ILzEMSEJbeJw==', 'fingerprint': '87:5e:20:7e:41:c5:05:3f:65:a9:4f:14:0b:33:44:f2', 'user_id': '98093ab42cb14f66969d53cec6a1ea76', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhg8o16/LKkr+qK2NLm3iINj8atOpuk/7UBHJQCKIUJ6nTWO8ZEE6/\niKPNd9bYFN6gBwYFK4EEACKhZANiAAQXoe4Ws43OFb8xNjUGUdHaL+IUxTfiXR2o\nFOJAFpOs1mmARKkh6/zEVRRCFBhPxeLq6E6SQXJhaO1mttLfjORwJYDXyZ+UGTqq\nbIM5Odj6CgXnjK9/vg+yC8xDEhCW3ic=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '408bbbee-164e-4c2e-89c4-1619d178a8d9', 'name': 'tempest-securitygroup--37247785', 'stateful': True, 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': 'tempest-description--310046464', 'shared': False, 'security_group_rules': [{'id': '0b20bdc8-3372-45a8-8371-f0e931bb77ee', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '408bbbee-164e-4c2e-89c4-1619d178a8d9', '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': 217, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0}, {'id': '863b4848-9f15-4482-9138-3ef075c5844c', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '408bbbee-164e-4c2e-89c4-1619d178a8d9', '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-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 1, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb'}, 'floating_ip': {'id': '45e5514e-6b7d-4fc5-a045-062b0aa7f30f', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'floating_ip_address': '172.24.4.18', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:17Z', 'updated_at': '2025-08-03T10:43:17Z', 'revision_number': 0, 'ip': '172.24.4.18'}} 2025-08-03 10:51:23,528 98833 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.337s 2025-08-03 10:51:23,528 98833 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-916101267", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809f783b-ea0d-4d06-8f5e-c2292a522006', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809f783b-ea0d-4d06-8f5e-c2292a522006', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b6ff94d4-bb06-4549-a22e-59d908e4ab0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:23.456622", "updated_at": null, "name": "tempest-tempest.common.compute-volume-916101267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:23,595 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.042s 2025-08-03 10:51:23,595 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': ' req-2a78ecb5-57d3-4104-98bc-1f52231acbf4', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a78ecb5-57d3-4104-98bc-1f52231acbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'{"volume": {"id": "b6ff94d4-bb06-4549-a22e-59d908e4ab0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:23.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-916101267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:51:24,645 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.035s 2025-08-03 10:51:24,645 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd92b17d-69dc-46f2-87dc-3c3ac49287d4', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd92b17d-69dc-46f2-87dc-3c3ac49287d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'{"volume": {"id": "b6ff94d4-bb06-4549-a22e-59d908e4ab0a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:23.000000", "updated_at": "2025-08-03T10:51:24.000000", "name": "tempest-tempest.common.compute-volume-916101267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:51:24,751 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.093s 2025-08-03 10:51:24,752 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51: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-89d49d45-f017-432e-a08f-85c101ccba5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'' 2025-08-03 10:51:24,773 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/volume s/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.021s 2025-08-03 10:51:24,774 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51: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-7374e0fa-9261-4675-b266-743454965495', 'x-openstack-request-id': 'req-7374e0fa-9261-4675-b266-743454965495', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6ff94d4-bb06-4549-a22e-59d908e4ab0a could not be found."}}' 2025-08-03 10:51:24,774 98833 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-03 10:51:25,019 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.243s 2025-08-03 10:51:25,020 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efa65adc-254f-475d-aebc-496cd2dff947', 'x-compute-request-id': 'req-efa65adc-254f-475d-aebc-496cd2dff947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {4} 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 2710f86a-1788-4e0f-b598-a546d476b8cd failed to build and is in ERROR status {4} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.771178s] ... 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 b0d5dd99-7be0-4e74-a547-4ad9da01d738 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:32,290 98819 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.445s 2025-08-03 10:52:32,290 98819 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-203523268"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5036d62e-4f71-4bb4-8509-9490a8c88897', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5036d62e-4f71-4bb4-8509-9490a8c88897', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.174835", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:32,342 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.040s 2025-08-03 10:52:32,343 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8740c874-ffe1-43fb-938d-c4c55a93b87a', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8740c874-ffe1-43fb-938d-c4c55a93b87a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b1b83d293ce4bfca1e5ee6e1896ed77"}}' 2025-08-03 10:52:33,417 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.060s 2025-08-03 10:52:33,418 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-fba4d675-a96f-4e59-a102-b102da2a243d', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba4d675-a96f-4e59-a102-b102da2a243d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.000000", "updated_at": "2025-08-03T10:52:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b1b83d293ce4bfca1e5ee6e1896ed77"}}' 2025-08-03 10:52:33,471 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.038s 2025-08-03 10:52:33,472 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d102f25-07e0-46d8-8e38-684cca38e1fa', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d102f25-07e0-46d8-8e38-684cca38e1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.000000", "updated_at": "2025-08-03T10:52:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b1b83d293ce4bfca1e5ee6e1896ed77"}}' 2025-08-03 10:52:33,593 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.107s 2025-08-03 10:52:33,593 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-2c2de5d1-406c-4fbe-b63c-4818a78ced75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'' 2025-08-03 10:52:33,614 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74- a547-4ad9da01d738 0.020s 2025-08-03 10:52:33,614 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-3e19cfc7-02b9-4ec2-9b7b-8ce20f26940b', 'x-openstack-request-id': 'req-3e19cfc7-02b9-4ec2-9b7b-8ce20f26940b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b0d5dd99-7be0-4e74-a547-4ad9da01d738 could not be found."}}' {4} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.170124s] ... ok {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.512121s] ... 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 7ac48881-e1b5-4ea3-8257-466c976d2f02 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:37,599 98819 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.390s 2025-08-03 10:52:37,599 98819 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-1282877080"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a089a0d9-0122-4180-b6cb-7d541723a94c', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a089a0d9-0122-4180-b6cb-7d541723a94c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7ac48881-e1b5-4ea3-8257-466c976d2f02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:37.517171", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1282877080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}], "user_id": "9feb960d26974d118a98a68d66952b5a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:37,653 98819 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/7ac48881-e1b5-4ea3-8257-466c976d2f02 0.041s 2025-08-03 10:52:37,653 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4258ef6-3d81-439d-914e-dcd3275775e2', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4258ef6-3d81-439d-914e-dcd3275775e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02'} Body: b'{"volume": {"id": "7ac48881-e1b5-4ea3-8257-466c976d2f02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:38.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1282877080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}], "user_id": "9feb960d26974d118a98a68d66952b5a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b26ea272f2a4787b9e301e71a9a0e20"}}' 2025-08-03 10:52:38,705 98819 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/7ac48881-e1b5-4ea3-8257-466c976d2f02 0.037s 2025-08-03 10:52:38,705 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10 :52:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f338fab-ee85-4ce0-8505-66dd2bb1a80a', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f338fab-ee85-4ce0-8505-66dd2bb1a80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02'} Body: b'{"volume": {"id": "7ac48881-e1b5-4ea3-8257-466c976d2f02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:38.000000", "updated_at": "2025-08-03T10:52:38.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1282877080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}], "user_id": "9feb960d26974d118a98a68d66952b5a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b26ea272f2a4787b9e301e71a9a0e20"}}' {4} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [233.166799s] ... 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 84a585bf-7226-4c9f-82b2-20f96ad3c715 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-03T10:52:29Z', 'message': 'Build of instance 84a585bf-7226-4c9f-82b2-20f96ad3c715 aborted: Volume 9e8b4c21-2285-409f-8ce4-5e5f220deef3 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-5b07876f-6b0f-44d2-91c2-072d7d0dae83. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:11,263 98821 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.085s 2025-08-03 10:49:11,264 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b8eb4e47-223b-4342-9714-0b2af8d6b791', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["G5hs3NAcTlWo-i3gJjViuA"], "expires_at": "2025-08-03T11:49:11.000000Z", "issued_at": "2025-08-03T10:49:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:49:11,264 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:49:11,855 98821 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.589s 2025-08-03 10:49:11,855 98821 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-561736919", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb', '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-b4a4489a-e86e-4a24-a06f-c1cfe6d8fee6', 'x-compute-request-id': 'req-b4a4489a-e86e-4a24-a06f-c1cfe6d8fee6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TUXsYE69K5d5"}}' 2025-08-03 10:49:11,977 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb 0.119s 2025-08-03 10:49:11,978 98821 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': 'Sun, 03 Aug 2025 10:49:11 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-c2c387f5-b24f-4ce4-b819-c968bcf7b72b', 'x-compute-request-id': 'req-c2c387f5-b24f-4ce4-b819-c968bcf7b72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-561736919", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:49:12Z", "updated": "2025-08-03T10:49:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "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:term inated_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-03 10:50:02,412 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb 0.396s 2025-08-03 10:50:02,413 98821 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': 'Sun, 03 Aug 2025 10:50:02 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-54128cc2-b7f2-4814-a128-673724745861', 'x-compute-request-id': 'req-54128cc2-b7f2-4814-a128-673724745861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-561736919", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:49:11Z", "updated": "2025-08-03T10:49:28Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:61:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:49:27.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-03 10:50:02,432 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:51:03,383 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb/action 0.911s 2025-08-03 10:51:03,383 98821 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-1045425364"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version, X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e47ddb-64e0-47ee-b524-6a422538cbaf', 'x-compute-request-id': 'req-40e47ddb-64e0-47ee-b524-6a422538cbaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb/action'} Body: b'{"image_id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237"}' 2025-08-03 10:51:03,416 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.031s 2025-08-03 10:51:03,416 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d868fca9-31fc-4915-bce4-e72d854b0207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:04,446 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.028s 2025-08-03 10:51:04,446 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-802266be-f697-4fef-ae71-3b23081dac5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e 6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:05,469 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.021s 2025-08-03 10:51:05,469 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-88a3a48e-90ff-4b29-a32e-5dec40e036a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,492 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.021s 2025-08-03 10:51:06,493 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-15967996-1db8-45d4-a5e4-b86bf785ac3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFrom VolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:07,516 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.021s 2025-08-03 10:51:07,516 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e248d066-a72e-4e86-8d83-4d9571774009', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:08,540 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.023s 2025-08-03 10:51:08,540 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-948fcb84-bc1d-48f3-8b57-2a18b3f41b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "boot_role s": "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:09,569 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.027s 2025-08-03 10:51:09,569 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e5e1d9ae-ba82-4ad1-98e8-a18752eb8e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:10,595 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.025s 2025-08-03 10:51:10,596 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'applic ation/json', 'x-openstack-request-id': 'req-c232fd8b-2d35-4d6c-b859-e7042094454e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:10Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:11,620 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.023s 2025-08-03 10:51:11,621 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-46b67b29-e261-41d1-902a-d15b661dd03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:11Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:12,659 98821 INFO [tempest.lib.common.rest_client] Request (S erverBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.036s 2025-08-03 10:51:12,659 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c227704-50ce-4cb4-bc3f-eabef6b2c55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "6675657c9c618abbe7ddaed5a6c46673", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cf5d73b384ae84391569bf58798a05d16951992220db82952b6dc74b8e0e33e4b228011a1207bc36b61a7ddba29521b1710530327aaa836d1f9888147149722d", "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:12Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:12,682 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.022s 2025-08-03 10:51:12,683 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b30cafb2-6ae1-4184-bcb4-c96cd718a66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image- 1045425364", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "6675657c9c618abbe7ddaed5a6c46673", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cf5d73b384ae84391569bf58798a05d16951992220db82952b6dc74b8e0e33e4b228011a1207bc36b61a7ddba29521b1710530327aaa836d1f9888147149722d", "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:12Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:12,927 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb 0.244s 2025-08-03 10:51:12,927 98821 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': 'Sun, 03 Aug 2025 10:51:12 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-79a3ded6-5a96-4b6c-8198-af8c91f5fcdc', 'x-compute-request-id': 'req-79a3ded6-5a96-4b6c-8198-af8c91f5fcdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-561736919", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:49:11Z", "updated": "2025-08-03T10:51:12Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:61:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:49:27.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-03 10:52:13,099 98821 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.086s 2025-08-03 10:52:13,099 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-16c89b30-31e1-4cb2-b4e9-75c11f670e9f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["XWtTfft4RPy1p_bpRdLAlA"], "expires_at": "2025-08-03T11:52:13.000000Z", "issued_at": "2025-08-03T10:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:52:13,100 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:52:13,702 98821 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.602s 2025-08-03 10:52:13,703 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-271454378", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "destination_type": "volume"}], "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715', '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-5b07876f-6b0f-44d2-91c2-072d7d0dae83', 'x-compute-request-id': 'req-5b07876f-6b0f-44d2-91c2-072d7d0dae83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "84a585bf-7226-4c9f-82b2-20f96ad3c715", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bTQh4usCPHtX"}}' 2025-08-03 10:52:13,802 98821 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/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.096s 2025-08-03 10:52:13,803 98821 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': 'Sun, 03 Aug 2025 10:52:13 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-3fedb55b-f64d-4e1f-a7ec-09f27e049b63', 'x-compute-request-id': 'req-3fedb55b-f64d-4e1f-a7ec-09f27e049b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'{"server": {"id": "84a585bf-7226-4c9f-82b2-20f96ad3c715", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-271454378", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:52:14Z", "updated": "2025-08-03T10:52:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}], "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-03 10:53:03,958 98821 INFO [tempest.lib.com mon.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.123s 2025-08-03 10:53:03,958 98821 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': 'Sun, 03 Aug 2025 10:53:03 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-22d56310-d142-4809-a326-fee32da6abf4', 'x-compute-request-id': 'req-22d56310-d142-4809-a326-fee32da6abf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'{"server": {"id": "84a585bf-7226-4c9f-82b2-20f96ad3c715", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-271454378", "status": "ERROR", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:52:13Z", "updated": "2025-08-03T10:52:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-03T10:52:29Z", "message": "Build of instance 84a585bf-7226-4c9f-82b2-20f96ad3c715 aborted: Volume 9e8b4c21-2285-409f-8ce4-5e5f220deef3 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-03 10:53:03,986 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-03 10:53:04,296 98821 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/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.309s 2025-08-03 10:53:04,296 98821 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': 'Sun, 03 Aug 2025 10:53:03 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-1cbbf2d2-d05a-41cd-95a9-730938b92c9d', 'x-compute-request-id': 'req-1cbbf2d2-d05a-41cd-95a9-730938b92c9d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'' 2025-08-03 10:53:04,335 98821 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/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.038s 2025-08-03 10:53:04,335 98821 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': 'Sun, 03 Aug 2025 10:53:04 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-83fe0ddd-712e-4dc0-891b-a42070c29302', 'x-compute-request-id': 'req-83fe0ddd-712e-4dc0-891b-a42070c29302', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 84a585bf-7226-4c9f-82b2-20f96ad3c715 could not be found."}}' {7} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [169.278890s] ... 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 466e70ab-ed98-4b10-b845-a3a365751268 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:22,817 98825 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:50:22,817 98825 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:50:23,064 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.245s 2025-08-03 10:50:23,064 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1192265964", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNr5khmq33QnltlzNdiSzo2ntEQil6J6jW3QiayzRJYfPFK1RiwNK57QIPO51vYvD6NnpBz4HCj/RNEWQa1MfaeSKIDdQ3FzTyMhr76gJ/hIoH0FTRK+LD58pJBs95XsDQ=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 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-90fab1d1-79a7-4ced-ae28-103e864f16a5', 'x-compute-request-id': 'req-90fab1d1-79a7-4ced-ae28-103e864f16a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1192265964", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNr5khmq33QnltlzNdiSzo2ntEQil6J6jW3QiayzRJYfPFK1RiwNK57QIPO51vYvD6NnpBz4HCj/RNEWQa1MfaeSKIDdQ3FzTyMhr76gJ/hIoH0FTRK+LD58pJBs95XsDQ==", "fingerprint": "f9:88:fe:b9:06:f3:4c:7d:55:e5:8e:ef:d1:eb:66:d6", "user_id": "5de23d52eb684beabf993afd33e81730"}}' 2025-08-03 10:50:23,066 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1192265964 created 2025-08-03 10:50:23,369 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.302s 2025-08-03 10:50:23,369 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1782667580", "description": "tempest-description--409905744"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-bcc1d194-663a-4701-823b-def19679a6bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "name": "tempest-securitygroup--1782667580", "stateful": true, "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "description": "tempest-description--409905744", "shared": false, "security_group_rules": [{"id": "c4b3b0ec-274a-4b2a-9e6d-57a397b4ba0f", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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": 886, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}, {"id": "e5214165-9d15-4b70-bd7c-ef66bd44acb0", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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": 885, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 1, "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:50:23,569 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.198s 2025-08-03 10:50:23,569 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c01779b5-5b4e-4010-9448-f7ec9d000886', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "35007d3f-e530-4e84-9b14-89b8d586a084", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}}' 2025-08-03 10:50:23,784 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-08-03 10:50:23,785 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3cb9a28b-4fae-45fc-a25a-ee0ebd0e4401', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d0de77d8-e1da-4e99-84b2-ba4f4493fd82", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}}' 2025-08-03 10:50:23,785 98825 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1782667580 created 2025-08-03 10:50:24,422 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.636s 2025-08-03 10:50:24,423 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-90768515-7f88-4db6-a981-1cd311e6936f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c5d1a513-fd3e-491f-86b6-26c89c151421", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "floating_ip_address": "172.24.4.36", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}}' 2025-08-03 10:50:24,423 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c5d1a513-fd3e-491f-86b6-26c89c151421', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:50:24Z', 'updated_at': '2025-08-03T10:50:24Z', 'revision_number': 0, 'ip': '172.24.4.36'} created 2025-08-03 10:50:24,672 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.248s 2025-08-03 10:50:24,672 98825 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-402506487", "description": "tempest-secgroup-smoke-402506487 description", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-d2cd1b60-db5a-43e5-975d-3ab0d75adc60', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "name": "tempest-secgroup-smoke-402506487", "stateful": true, "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "description": "tempest-secgroup-smoke-402506487 description", "shared": false, "security_group_rules": [{"id": "4f7b63a7-f780-4fec-9854-99214d970e77", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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": 893, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}, {"id": "d20e3f41-410f-4701-ad1a-b4bc757d3830", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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": 892, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}], "tag s": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 1, "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:50:24,873 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-03 10:50:24,874 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-96b8ee37-5583-4c10-8431-4e8b9ed0d527', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "48943985-0380-402e-b1cc-c744d661f603", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}}' 2025-08-03 10:50:25,088 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.213s 2025-08-03 10:50:25,088 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-5ead7571-9257-4b56-a346-9bc542eda07b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e2ba3338-acc6-4433-a9e6-40eb6b3c4a7a", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}}' 2025-08-03 10:50:25,350 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.261s 2025-08-03 10:50:25,350 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-16f684a6-b10a-41f0-96 f1-8b386d6d9779', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34a62914-48b8-4527-89d3-582ad7a331e3", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:25,558 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.207s 2025-08-03 10:50:25,559 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-c7e90bf9-0cfe-4d58-ac82-c7b1a84da8e2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b1a30f2-7544-4ee0-8f0f-3c0e2614b02e", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:25,777 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-03 10:50:25,777 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-e2bbefc4-ef35-47ea-b283-2ddadbdbc34a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c80966c6-c921-4219-a915-e60c09a8bd59", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:26,065 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.287s 2025-08-03 10:50:26,065 98825 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-7d2dd422-e4e1-4451-8a77-bf048345b67e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a6e3f1e0-ed40-4bcf-a95a-55033712e9be", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:26,116 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.045s 2025-08-03 10:50:26,116 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0362941c-51b2-4f55-873d-7de192065b65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5de23d52eb684beabf993afd33e81730", "name": "tempest-SnapshotDataIntegrityTests-1953441001-project-member", "password_expires_at": null}, "audit_ids": ["bL7jNFxJSxunMlg9dhdC7Q"], "expires_at": "2025-08-03T11:50:26.000000Z", "issued_at": "2025-08-03T10:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "437dbbb2bb2547549aa4bde5bb93fa87", "name": "tempest-SnapshotDataIntegrityTests-1953441001"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/437dbbb2bb2547549aa4bde5bb93fa87", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "na me": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:50:26,117 98825 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '49ff931c-8fcc-4781-96cd-c04164878eee', 'name': 'tempest-SnapshotDataIntegrityTests-2065144830-network', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13880, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:50:10Z', 'updated_at': '2025-08-03T10:50:10Z', 'revision_number': 1} available for tenant 2025-08-03 10:50:26,118 98825 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1192265964', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNr5khmq33QnltlzNdiSzo2ntEQil6J6jW3QiayzRJYfPFK1RiwNK57QIPO51vYvD6NnpBz4HCj/RNEWQa1MfaeSKIDdQ3FzTyMhr76gJ/hIoH0FTRK+LD58pJBs95XsDQ==', 'fingerprint': 'f9:88:fe:b9:06:f3:4c:7d:55:e5:8e:ef:d1:eb:66:d6', 'user_id': '5de23d52eb684beabf993afd33e81730', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAfqPYWHNavY8676rXpLcXzhkO7xSYVA2SGCjCDRQ0JcHZq2To/Nmrd\nfsjzxc0EP12gBwYFK4EEACKhZANiAATa+ZIZqt90J5bZczXYks6Np7REIpeieo1t\n0Imss0SWHzxStUYsDSue0CDzudb2Lw+jZ6Qc+Bwo/0TRFkGtTH2nkiiA3UNxc08j\nIa++oCf4SKB9BU0Sviw+fKSQbPeV7A0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2498b5e0-8f8a-4162-b55d-7aaefccddff2', 'name': 'tempest-securitygroup--1782667580', 'stateful': True, 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'description': 'tempest-description--409905744', 'shared': False, 'security_group_rules': [{'id': 'c4b3b0ec-274a-4b2a-9e6d-57a397b4ba0f', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'security_group_id': '2498b5e0-8f8a-4162-b55d-7aaefccddff2', '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': 886, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:50:23Z', 'updated_at': '2025-08-03T10:50:23Z', 'revision_number': 0}, {'id': 'e5214165-9d15-4b70-bd7c-ef66bd44acb0', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'security_group_id': '2498b5e0-8f8a-4162-b55d-7aaefccddff2', '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': 885, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:50:23Z', 'updated_at': '2025-08-03T10:50:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:50:23Z', 'updated_at': '2025-08-03T10:50:23Z', 'revision_number': 1, 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87'}, 'floating_ip': {'id': 'c5d1a513-fd3e-491f-86b6-26c89c151421', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '51ccd8da-7 194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:50:24Z', 'updated_at': '2025-08-03T10:50:24Z', 'revision_number': 0, 'ip': '172.24.4.36'}} 2025-08-03 10:50:26,701 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.583s 2025-08-03 10:50:26,702 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-39623258", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "key_name": "tempest-keypair-1192265964", "security_groups": [{"name": "tempest-secgroup-smoke-402506487"}, {"name": "tempest-securitygroup--1782667580"}], "networks": [{"uuid": "49ff931c-8fcc-4781-96cd-c04164878eee"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b45aaa-4620-49f8-902f-985e6a99ea6b', 'x-compute-request-id': 'req-55b45aaa-4620-49f8-902f-985e6a99ea6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-402506487"}, {"name": "tempest-securitygroup--1782667580"}], "adminPass": "3XqT3WMSywxN"}}' 2025-08-03 10:50:26,773 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.068s 2025-08-03 10:50:26,773 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:26 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-b9def20b-8a58-420e-a03d-ca1c1c6ce5b8', 'x-compute-request-id': 'req-b9def20b-8a58-420e-a03d-ca1c1c6ce5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "BUILD", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:27Z", "updated": "2025-08-03T10:50:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "h ref": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1192265964", "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-03 10:51:17,063 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.227s 2025-08-03 10:51:17,064 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3abc524f-53d2-488e-a5da-1505097c685f', 'x-compute-request-id': 'req-3abc524f-53d2-488e-a5da-1505097c685f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "ACTIVE", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "d155030b87a87feb0623d45968f24818b9462391f97093a2adf3b93d", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:26Z", "updated": "2025-08-03T10:50:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-2065144830-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1192265964", "OS-SRV-USG:launched_at": "2025-08-03T10:50:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1782667580"}, {"name": "tempest-secgroup-smoke-402506487"}], "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-03 10:51:17,078 98825 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:52:17,593 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee/os-interface 0.454s 2025-08-03 10:52:17,594 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:17 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-d709eab9-d39e-4bef-a622-796beb5d3ce3', 'x-compute-request-id': 'req-d709eab9-d39e-4bef-a622-796beb5d3ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "49ff931c-8fcc-4781-96cd-c04164878eee", "port_id": "49da2f5e-a0a6-40e0-8ee1-15c8c32565ec", "mac_addr": "fa:16:3e:3a:3c:bb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "9d2b7783-bd85-4acb-8107-6e635ca29037", "ip_address": "10.0.0.14"}]}]}' 2025-08-03 10:52:18,616 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421 1.018s 2025-08-03 10:52:18,617 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "49da2f5e-a0a6-40e0-8ee1-15c8c32565ec"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ec74f3db-da38-4c9e-bde7-99686beca9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421'} Body: b'{"floatingip": {"id": "c5d1a513-fd3e-491f-86b6-26c89c151421", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "floating_ip_address": "172.24.4.36", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "2bd41a5d-f1fb-47e9-b656-68bdc6d4197f", "port_id": "49da2f5e-a0a6-40e0-8ee1-15c8c32565ec", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "49ff931c-8fcc-4781-96cd-c04164878eee", "mac_address": "fa:16:3e:3a:3c:bb", "admin_state_up": true, "status": "ACTIVE", "device_id": "35d90355-0c9f-471b-90ef-39089caac2ee", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:52:18Z", "revision_number": 1, "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:52:18,618 98825 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.36:22' as 'cirros' with public key authentication 2025-08-03 10:52:18,630 98825 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:52:18,737 98825 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:52:18,738 98825 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.36 successfully created 2025-08-03 10:52:18,941 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.203s 2025-08-03 10:52:18,942 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-036c7417-a276-4e5b-86da-c62679167def', 'x-compute-request-id': 'req-036c7417-a276-4e5b-86da-c62679167def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "ACTIVE", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "d155030b87a87feb0623d4 5968f24818b9462391f97093a2adf3b93d", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:26Z", "updated": "2025-08-03T10:50:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-2065144830-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1192265964", "OS-SRV-USG:launched_at": "2025-08-03T10:50:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1782667580"}, {"name": "tempest-secgroup-smoke-402506487"}], "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-03 10:52:19,186 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.229s 2025-08-03 10:52:19,186 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15dbb75e-5c80-4b5d-8d2e-b1b25e6da53b', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15dbb75e-5c80-4b5d-8d2e-b1b25e6da53b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "466e70ab-ed98-4b10-b845-a3a365751268", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:19.114905", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}], "user_id": "5de23d52eb684beabf993afd33e81730", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:19,262 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.052s 2025-08-03 10:52:19,263 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1de8fd-3ca4-49ee-823f-28751bfe0d08', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1de8fd-3ca4-49ee-823f-28751bfe0d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'{"volume": {"id": "466e70ab-ed98-4b10-b845-a 3a365751268", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:19.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}], "user_id": "5de23d52eb684beabf993afd33e81730", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:52:20,321 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.044s 2025-08-03 10:52:20,322 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c23ef8-ffce-449c-bf60-d48d0716f116', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c23ef8-ffce-449c-bf60-d48d0716f116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'{"volume": {"id": "466e70ab-ed98-4b10-b845-a3a365751268", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:19.000000", "updated_at": "2025-08-03T10:52:19.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}], "user_id": "5de23d52eb684beabf993afd33e81730", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:52:20,455 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.108s 2025-08-03 10:52:20,456 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-195f795e-9781-4224-8a0b-ff462fb52d0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'' 2025-08-03 10:52:20,479 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.022s 2025-08-03 10:52:20,479 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'conte nt-type': 'application/json', 'x-compute-request-id': 'req-ce691ea2-e43c-40c5-b858-b698da394eb4', 'x-openstack-request-id': 'req-ce691ea2-e43c-40c5-b858-b698da394eb4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 466e70ab-ed98-4b10-b845-a3a365751268 could not be found."}}' 2025-08-03 10:52:20,945 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.465s 2025-08-03 10:52:20,946 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 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-1d1c1995-fe6e-4baf-837e-e458f644ed26', 'x-compute-request-id': 'req-1d1c1995-fe6e-4baf-837e-e458f644ed26', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'' 2025-08-03 10:52:21,141 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.195s 2025-08-03 10:52:21,142 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 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-4c93dbc7-edbb-4190-a96d-15bb2827358a', 'x-compute-request-id': 'req-4c93dbc7-edbb-4190-a96d-15bb2827358a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "ACTIVE", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "d155030b87a87feb0623d45968f24818b9462391f97093a2adf3b93d", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:26Z", "updated": "2025-08-03T10:52:21Z", "addresses": {"tempest-SnapshotDataIntegrityTests-2065144830-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}, {"version": 4, "addr": "172.24.4.36", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1192265964", "OS-SRV-USG:launched_at": "2025-08-03T10:50:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1782667580"}, {"name": "tempest-secgroup-smoke-402506487"}], "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-03 10:53:11,262 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.052s 2025-08-03 10:53:11,262 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4f12a82a-3673-47f5-9fb8-70285163c84b', 'x-compute-request-id': 'req-4f12a82a-3673-47f5-9fb8-70285163c84b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 35d90355-0c9f-471b-90ef-39089caac2ee could not be found."}}' 2025-08-03 10:53:11,473 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a8d22168-b6d5-4fd2-b60c-9b15d4fc0757 0.210s 2025-08-03 10:53:11,474 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ab4b521-c85d-45fc-b710-31002c0572ac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a8d22168-b6d5-4fd2-b60c-9b15d4fc0757'} Body: b'' 2025-08-03 10:53:11,512 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192265964 0.038s 2025-08-03 10:53:11,512 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d19194c-1a26-4b0f-901a-86f751c6426c', 'x-compute-request-id': 'req-4d19194c-1a26-4b0f-901a-86f751c6426c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192265964'} Body: b'' 2025-08-03 10:53:11,679 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2 0.166s 2025-08-03 10:53:11,679 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-abaa14fb-2061-4be4-acd4-b43d7d969aa7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2'} Body: b'' 2025-08-03 10:53:11,696 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2 0.016s 2025-08-03 10:53:11,697 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8d424250-afeb-4bdf-a8e3-b06713b7ea8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2498b5e0-8f8a-4162-b55d-7aaefccddff2 does not exist", "detail": ""}}' 2025-08-03 10:53:12,094 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421 0.397s 2025-08-03 10:53:12,094 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3b6664d4-f981-44aa-8a13-c7dcd151370d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421'} Body: b'' {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.199017s] ... 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 a61d9f4c-76c3-4058-937f-70472c7b514d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:51:23,064 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.237s 2025-08-03 10:51:23,065 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:22 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-05543b46-1269-496f-9d8a-d6f68ff1d72b', 'x-compute-request-id': 'req-05543b46-1269-496f-9d8a-d6f68ff1d72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:52:23,574 98811 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.433s 2025-08-03 10:52:23,575 98811 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-340651953"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff9df6df-6369-4c90-8875-f822e2bcdd44', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff9df6df-6369-4c90-8875-f822e2bcdd44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a61d9f4c-76c3-4058-937f-70472c7b514d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:23.487310", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-340651953", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}], "user_id": "85e336e31a8a41d6a67957453de2c96 7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:23,641 98811 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/a61d9f4c-76c3-4058-937f-70472c7b514d 0.046s 2025-08-03 10:52:23,641 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bccb85e8-c818-4852-ac61-eadb2db6cb0b', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bccb85e8-c818-4852-ac61-eadb2db6cb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d'} Body: b'{"volume": {"id": "a61d9f4c-76c3-4058-937f-70472c7b514d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:23.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-340651953", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:52:24,709 98811 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/a61d9f4c-76c3-4058-937f-70472c7b514d 0.051s 2025-08-03 10:52:24,709 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6526cf65-4524-4d81-b149-f608f4a55041', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6526cf65-4524-4d81-b149-f608f4a55041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d'} Body: b'{"volume": {"id": "a61d9f4c-76c3-4058-937f-70472c7b514d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:23.000000", "updated_at": "2025-08-03T10:52:24.000000", "name": "tempest-ServersNegativeTestJSON-volume-340651953", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:52:24,949 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.224s 2025-08-03 10:52:24,950 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:24 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-d98cfb39-2fa6-40a9-ae0e-2a81f8024dc8', 'x-compute-request-id': 'req-d98cfb39-2fa6-40a9-ae0e-2a81f8024dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [168.108614s] ... 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 d74198cd-1bfc-43ed-aa04-938847a98e91 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:22,336 98817 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:52:22,336 98817 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:52:22,404 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.067s 2025-08-03 10:52:22,405 98817 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-438347027", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+QgRD/Q+aRv6AieE2PKMRI5yHSOKBKjTjdS/ft3ECJFNHUPkmnFAG8WAwsrngwD9/Pol9kP8NztUHs1MXrVLJHbKh9NhhPSFjkDGEsW1RpP/p2wWeVmg5vpP7JtZNS4A=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:22 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-74baeaf1-581c-4699-a4c1-b4b0b327f642', 'x-compute-request-id': 'req-74baeaf1-581c-4699-a4c1-b4b0b327f642', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-438347027", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+QgRD/Q+aRv6AieE2PKMRI5yHSOKBKjTjdS/ft3ECJFNHUPkmnFAG8WAwsrngwD9/Pol9kP8NztUHs1MXrVLJHbKh9NhhPSFjkDGEsW1RpP/p2wWeVmg5vpP7JtZNS4A==", "fingerprint": "c1:00:d2:c7:b5:29:26:4d:b5:8a:58:13:bc:fa:20:c7", "user_id": "a140f1dd10d146fd93958f85449cf90b"}}' 2025-08-03 10:52:22,407 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-438347027 created 2025-08-03 10:52:22,850 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.442s 2025-08-03 10:52:22,850 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1951659770", "description": "tempest-description--1319712058"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-b1c12fb7-e16e-4642-9eef-7b1d68817562', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d6084b9f-a4f4-4505-b625-9260401fc120", "name": "tempest-securitygroup--1951659770", "stateful": true, "tenant_id": "a191795414a94863bfc39f848dc7dada", "description": "tempest-description--1319712058", "shared": false, "security_group_rules": [{"id": "7b2ca634-6660-4ae3-9ec8-122e84e9c4db", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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": 987, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:52:22Z", "updated_at": "2025-08-03T10:52:22Z", "revision_number": 0}, {"id": "ec059b7e-effb-47f0-a02b-9ff046ea02c5", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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": 988, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:52:22Z", "updated_at": "2025-08-03T10:52:22Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:52:22Z", "updated_at": "2025-08-03T10:52:22Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:52:23,379 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.527s 2025-08-03 10:52:23,379 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c7bb1b80-7ebd-4577-81db-d853983e0565', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4e1f824e-3731-45d1-8d4b-e217c2c93883", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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-03T10:52:23Z", "updated_at": "2025-08-03T10:52:23Z", "revision_number": 0}}' 2025-08-03 10:52:23,814 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.435s 2025-08-03 10:52:23,815 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9e4f7c09-1f1f-4ca0-acde-28d6871abc43', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4852d9c8-cec2-448a-b2f1-0ff0fa3443f2", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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-03T10:52:23Z", "updated_at": "2025-08-03T10:52:23Z", "revision_number": 0}}' 2025-08-03 10:52:23,815 98817 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1951659770 created 2025-08-03 10:52:25,237 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.421s 2025-08-03 10:52:25,237 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5f02b533-980c-492b-8357-a06afdcb81f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b73ee5d5-b0ea-4818-8fd9-8220e6921d01", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.146", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a191795414a94863bfc39f848dc7dada", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:52:24Z", "updated_at": "2025-08-03T10:52:24Z", "revision_number": 0}}' 2025-08-03 10:52:25,238 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b73ee5d5-b0ea-4818-8fd9-8220e6921d01', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:52:24Z', 'updated_at': '2025-08-03T10:52:24Z', 'revision_number': 0, 'ip': '172.24.4.146'} created 2025-08-03 10:52:25,373 98817 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.127s 2025-08-03 10:52:25,373 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-211acf35-82b8-400d-b8f3-6d5db3c94ddb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a140f1dd10d146fd93958f85449cf90b", "name": "tempest-AttachVolumeShelveTestJSON-1400833495-project-member", "password_expires_at": null}, "audit_ids": ["rTHvzKzsTPKfngf-c0MCTA"], "expires_at": "2025-08-03T11:52:25.000000Z", "issued_at": "2025-08-03T10:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a191795414a94863bfc39f848dc7dada", "name": "tempest-AttachVolumeShelveTestJSON-1400833495"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a191795414a94863bfc39f848dc7dada", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public" , "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:52:25,374 98817 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'cd9df0e6-8c59-4067-9f19-e5dcd3718730', 'name': 'tempest-AttachVolumeShelveTestJSON-1266744320-network', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a191795414a94863bfc39f848dc7dada', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29665, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:49:27Z', 'updated_at': '2025-08-03T10:49:27Z', 'revision_number': 1} available for tenant 2025-08-03 10:52:25,374 98817 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-438347027', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+QgRD/Q+aRv6AieE2PKMRI5yHSOKBKjTjdS/ft3ECJFNHUPkmnFAG8WAwsrngwD9/Pol9kP8NztUHs1MXrVLJHbKh9NhhPSFjkDGEsW1RpP/p2wWeVmg5vpP7JtZNS4A==', 'fingerprint': 'c1:00:d2:c7:b5:29:26:4d:b5:8a:58:13:bc:fa:20:c7', 'user_id': 'a140f1dd10d146fd93958f85449cf90b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCxbq7jQpZQ6O58buILT2yO60wAfjLRQF+098e4SZBGpvkqtjR5QMOW\nauNDWSRb1figBwYFK4EEACKhZANiAAS/kIEQ/0Pmkb+gInhNjyjESOch0jigSo04\n3Uv37dxAiRTR1D5JpxQBvFgMLK54MA/fz6JfZD/Dc7VB7NTF61SyR2yofTYYT0hY\n5AxhLFtUaT/6dsFnlZoOb6T+ybWTUuA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd6084b9f-a4f4-4505-b625-9260401fc120', 'name': 'tempest-securitygroup--1951659770', 'stateful': True, 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'description': 'tempest-description--1319712058', 'shared': False, 'security_group_rules': [{'id': '7b2ca634-6660-4ae3-9ec8-122e84e9c4db', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'd6084b9f-a4f4-4505-b625-9260401fc120', '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': 987, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:52:22Z', 'updated_at': '2025-08-03T10:52:22Z', 'revision_number': 0}, {'id': 'ec059b7e-effb-47f0-a02b-9ff046ea02c5', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'd6084b9f-a4f4-4505-b625-9260401fc120', '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': 988, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at ': '2025-08-03T10:52:22Z', 'updated_at': '2025-08-03T10:52:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:52:22Z', 'updated_at': '2025-08-03T10:52:22Z', 'revision_number': 1, 'project_id': 'a191795414a94863bfc39f848dc7dada'}, 'floating_ip': {'id': 'b73ee5d5-b0ea-4818-8fd9-8220e6921d01', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:52:24Z', 'updated_at': '2025-08-03T10:52:24Z', 'revision_number': 0, 'ip': '172.24.4.146'}} 2025-08-03 10:52:26,292 98817 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.916s 2025-08-03 10:52:26,292 98817 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-260896755", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "cd9df0e6-8c59-4067-9f19-e5dcd3718730"}], "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "key_name": "tempest-keypair-438347027", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94', '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-32244d52-3e15-4989-9f07-cc6a25d924f3', 'x-compute-request-id': 'req-32244d52-3e15-4989-9f07-cc6a25d924f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "adminPass": "password"}}' 2025-08-03 10:52:26,370 98817 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/89d99953-8dac-488d-9cd0-97198fffdd94 0.074s 2025-08-03 10:52:26,370 98817 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': 'Sun, 03 Aug 2025 10:52:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1272', '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-986b40b8-c801-4ca8-9754-9236535a8f44', 'x-compute-request-id': 'req-986b40b8-c801-4ca8-9754-9236535a8f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "name": "tempest-AttachVolumeShelveTestJSON-server-260896755", "status": "BUILD", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1d d10d146fd93958f85449cf90b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:52:26Z", "updated": "2025-08-03T10:52:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-438347027", "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-03 10:53:16,737 98817 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/89d99953-8dac-488d-9cd0-97198fffdd94 0.301s 2025-08-03 10:53:16,737 98817 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': 'Sun, 03 Aug 2025 10:53:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c025defa-e0f0-4c83-bb10-32987c0e9c05', 'x-compute-request-id': 'req-c025defa-e0f0-4c83-bb10-32987c0e9c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "name": "tempest-AttachVolumeShelveTestJSON-server-260896755", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:52:26Z", "updated": "2025-08-03T10:52:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:64:33"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-438347027", "OS-SRV-USG:launched_at": "2025-08-03T10:52:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "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-03 10:53:16,757 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:54:17,024 98817 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/89d99953-8 dac-488d-9cd0-97198fffdd94/os-interface 0.208s 2025-08-03 10:54:17,025 98817 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': 'Sun, 03 Aug 2025 10:54:16 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-b8b41603-9f16-4b4b-a012-2cadc2a6959a', 'x-compute-request-id': 'req-b8b41603-9f16-4b4b-a012-2cadc2a6959a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "port_id": "6edc19c8-fe10-4fdd-ba30-750dfd9f8252", "mac_addr": "fa:16:3e:c1:64:33", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "69ea4383-2e23-4254-8e76-b07aec3fd118", "ip_address": "10.0.0.10"}]}]}' 2025-08-03 10:54:17,821 98817 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/b73ee5d5-b0ea-4818-8fd9-8220e6921d01 0.792s 2025-08-03 10:54:17,822 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6edc19c8-fe10-4fdd-ba30-750dfd9f8252"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-f62e94da-c342-4b67-b92a-0fdec90a3b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b73ee5d5-b0ea-4818-8fd9-8220e6921d01'} Body: b'{"floatingip": {"id": "b73ee5d5-b0ea-4818-8fd9-8220e6921d01", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.146", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "c396eeb4-677b-40c2-b361-35833c5c4c63", "port_id": "6edc19c8-fe10-4fdd-ba30-750dfd9f8252", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "mac_address": "fa:16:3e:c1:64:33", "admin_state_up": true, "status": "ACTIVE", "device_id": "89d99953-8dac-488d-9cd0-97198fffdd94", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:52:24Z", "updated_at": "2025-08-03T10:54:17Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:54:17,823 98817 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.146:22' as 'cirros' with public key authentication 2025-08-03 10:54:17,835 98817 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:54:17,939 98817 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:54:17,939 98817 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.146 successfully created 2025-08-03 10:54:17,986 98817 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/89d99953-8dac-488d-9cd0-97198fffdd94/ips 0.046s 2025-08-03 10:54:17,986 98817 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': 'Sun, 03 Aug 2025 10:54:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api- version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04e36f71-d908-4304-b26f-2c3db9763469', 'x-compute-request-id': 'req-04e36f71-d908-4304-b26f-2c3db9763469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2025-08-03 10:54:18,168 98817 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.178s 2025-08-03 10:54:18,168 98817 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-1758771644"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da6b1773-81c4-430d-916d-5fd0aa8e3805', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da6b1773-81c4-430d-916d-5fd0aa8e3805', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d74198cd-1bfc-43ed-aa04-938847a98e91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:18.112771", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1758771644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:54:18,217 98817 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/d74198cd-1bfc-43ed-aa04-938847a98e91 0.037s 2025-08-03 10:54:18,218 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8882e4f-54f8-4940-b9fd-2ec9e0f3e6ca', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8882e4f-54f8-4940-b9fd-2ec9e0f3e6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91'} Body: b'{"volume": {"id": "d74198cd-1bfc-43ed-aa04-938847a98e91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:18.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1758771644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025 -08-03 10:54:19,272 98817 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/d74198cd-1bfc-43ed-aa04-938847a98e91 0.039s 2025-08-03 10:54:19,272 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e5913e-0e76-49f3-9313-970c55d268e6', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e5913e-0e76-49f3-9313-970c55d268e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91'} Body: b'{"volume": {"id": "d74198cd-1bfc-43ed-aa04-938847a98e91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:18.000000", "updated_at": "2025-08-03T10:54:18.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1758771644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:54:19,401 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94 0.115s 2025-08-03 10:54:19,401 98817 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': 'Sun, 03 Aug 2025 10:54:19 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-7424f5a8-8042-461b-a96e-56ae2dc78ce4', 'x-compute-request-id': 'req-7424f5a8-8042-461b-a96e-56ae2dc78ce4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'' 2025-08-03 10:54:19,577 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94 0.176s 2025-08-03 10:54:19,578 98817 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': 'Sun, 03 Aug 2025 10:54:19 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-4820e34e-b223-4f25-971b-e641de6a51fe', 'x-compute-request-id': 'req-4820e34e-b223-4f25-971b-e641de6a51fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "name": "tempest-AttachVolumeShelveTestJSON-server-260896755", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39 f848dc7dada", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:52:26Z", "updated": "2025-08-03T10:54:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:64:33"}, {"version": 4, "addr": "172.24.4.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:64:33"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-438347027", "OS-SRV-USG:launched_at": "2025-08-03T10:52:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "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-03 10:55:09,843 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94 0.197s 2025-08-03 10:55:09,843 98817 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': 'Sun, 03 Aug 2025 10:55:09 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-09372a47-adc9-41f1-9b2f-e165635633fd', 'x-compute-request-id': 'req-09372a47-adc9-41f1-9b2f-e165635633fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 89d99953-8dac-488d-9cd0-97198fffdd94 could not be found."}}' 2025-08-03 10:55:09,870 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-438347027 0.026s 2025-08-03 10:55:09,871 98817 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': 'Sun, 03 Aug 2025 10:55:09 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-5a9cff39-cb9e-4dfd-acd3-b4586847c63a', 'x-compute-request-id': 'req-5a9cff39-cb9e-4dfd-acd3-b4586847c63a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-438347027'} Body: b'' 2025-08-03 10:55:10,067 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120 0.195s 2025-08-03 10:55:10,067 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-96b8386a-6b19-4d63-a762-c05d2a941074', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120'} Body: b'' 2025-08-03 10:55:10,084 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120 0.017s 2025-08-03 10:55:10,085 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-61eabc10-70a5-4106-b5dd-3bd65347cb10', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d6084b9f-a4f4-4505-b625-9260401fc120 does not exist", "detail": ""}}' 2025-08-03 10:55:10,443 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b73ee5d5-b0ea-4818-8fd9-8220e6921d01 0.358s 2025-08-03 10:55:10,444 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-884bec2b-1812-45f3-ad3b-2ffe211a9535', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b73ee5d5-b0ea-4818-8fd9-8220e6921d01'} Body: b'' {3} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.603394s] ... 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 d7c0393d-491c-4bde-aaad-7d06b3a6b7a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:17,452 98817 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.461s 2025-08-03 10:55:17,453 98817 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-1877339345", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f94fd929-28fb-4576-a4fb-f4a953c657ed', 'x-compute-request-id': 'req-f94fd929-28fb-4576-a4fb-f4a953c657ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "d7c0393d-491c-4bde-aaad-7d06b3a6b7a9", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:55:17.319906", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1877339345", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-03 10:55:17,520 98817 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/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9 0.061s 2025-08-03 10:55:17,521 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6111805a-8c9c-4c3c-9bc0-b3031dcb937d', 'x-compute-request-id': 'req-6111805a-8c9c-4c3c-9bc0-b3031dcb937d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9'} Body: b'{"volume": {"id": "d7c0393d-491c-4bde-aaad-7d06b3a6b7a9", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:55:17.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1877339345", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-03 10:55:18,584 98817 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/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9 0.056s 2025-08-03 10:55:18,585 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-d51aa3a2-0c67-4792-8124-70f0f5781017', 'x-compute-request-id': 'req-d51aa3a2-0c67-4792-8124-70f0f5781017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9'} Body: b'{"volume": {"id": "d7c0393d-491c-4bde-aaad-7d06b3a6b7a9", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:55:17.000000 ", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1877339345", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [1.960382s] ... 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 99482817-65e1-4245-bc38-7369ab8ee4fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:21,563 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.151s 2025-08-03 10:55:21,563 98817 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-676469685", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a269ed9-f03c-453a-b784-8683c3500cf8', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a269ed9-f03c-453a-b784-8683c3500cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "df891c6f-852e-42c1-ad10-e1b1b4b3bdc0", "name": "tempest-VolumeTypesAccessTest-volume-type-676469685", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-03 10:55:21,680 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.113s 2025-08-03 10:55:21,680 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df891c6f-852e-42c1-ad10-e1b1b4b3bdc0", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d0fe3c5-8eb2-42d5-8e8e-8b0062b999f2', 'x-openstack-request-id': 'req-6d0fe3c5-8eb2-42d5-8e8e-8b0062b999f2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 could not be found."}}' 2025-08-03 10:55:21,681 98817 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-03 10:55:21,731 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action 0.050s 2025-08-03 10:55:21,732 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "76e7134727304935a2dcea8dc03d82b3"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-765ea590-ec2b-43f7-a641-4f53bce1045f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action'} Body: b'' 2025-08-03 10:55:21,936 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.203s 2025-08-03 10:55:21,936 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df891c6f-852e-42c1-ad10-e1b1b4b3bdc0", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1205418774"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-3dc947ba-9068-4b19-b115-4940f9ce84c6', 'content-length': '793', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc947ba-9068-4b19-b115-4940f9ce84c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:21.873877", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:55:21,996 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.048s 2025-08-03 10:55:21,996 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402eacb4-00a4-4221-8f09-87f47c13bca6', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402eacb4-00a4-4221-8f09-87f47c13bca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:22.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e7134727304935a2dcea8dc03d82b3"}}' 2025-08-03 10:55:23,049 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.038s 2025-08-03 10:55:23,049 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2b1f778-f16d-49a8-905f-f5f7b85376f5', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2b1f778-f16d-49a8-905f-f5f7b85376f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:22.000000", "updated_at": "2025-08-03T10:55:22.00000 0", "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e7134727304935a2dcea8dc03d82b3"}}' 2025-08-03 10:55:23,105 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.042s 2025-08-03 10:55:23,105 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a8b243d-5812-4c93-8686-8005f1fc117b', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a8b243d-5812-4c93-8686-8005f1fc117b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:22.000000", "updated_at": "2025-08-03T10:55:22.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e7134727304935a2dcea8dc03d82b3"}}' 2025-08-03 10:55:23,218 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.099s 2025-08-03 10:55:23,218 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-efc4e207-f316-4e75-a7d7-3a433fc5533c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'' 2025-08-03 10:55:23,240 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.021s 2025-08-03 10:55:23,240 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-55dc2e0f-44f1-4709-83c7-e22e832b9 062', 'x-openstack-request-id': 'req-55dc2e0f-44f1-4709-83c7-e22e832b9062', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99482817-65e1-4245-bc38-7369ab8ee4fa could not be found."}}' 2025-08-03 10:55:23,268 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action 0.027s 2025-08-03 10:55:23,268 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "76e7134727304935a2dcea8dc03d82b3"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-3a5cf67f-8444-4bcf-9b96-e05ab81db395', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action'} Body: b'' 2025-08-03 10:55:23,354 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 0.085s 2025-08-03 10:55:23,354 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-ecc0f398-3851-4172-9e1f-b71902ef48bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0'} Body: b'' 2025-08-03 10:55:23,370 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 0.015s 2025-08-03 10:55:23,370 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f4dec91-e6cb-4502-b140-0cac3d5a117f', 'x-openstack-request-id': 'req-5f4dec91-e6cb-4502-b140-0cac3d5a117f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 could not be found."}}' {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.317441s] ... ok {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.014675s] ... ok {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.044018s] ... 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 2a77350e-7304-43e6-8eac-5c6dbc9070c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:53:25,429 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.402s 2025-08-03 10:53:25,429 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:25 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-efa32576-38a8-4398-9986-66b0a25e6cd5', 'x-compute-request-id': 'req-efa32576-38a8-4398-9986-66b0a25e6cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:54:25,683 98811 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.179s 2025-08-03 10:54:25,684 98811 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-2106147638"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77cf9fbf-d1fc-4741-a27f-2b3d3e6eeef2', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77cf9fbf-d1fc-4741-a27f-2b3d3e6eeef2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2a77350e-7304-43e6-8eac-5c6dbc9070c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:25.621588", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2106147638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}], "user_id": "85e336e31a8a41d6a67957453de2c9 67", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:54:25,731 98811 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/2a77350e-7304-43e6-8eac-5c6dbc9070c4 0.035s 2025-08-03 10:54:25,731 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb329f9b-cc59-4a6c-822c-fdf3519e8c37', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb329f9b-cc59-4a6c-822c-fdf3519e8c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4'} Body: b'{"volume": {"id": "2a77350e-7304-43e6-8eac-5c6dbc9070c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:26.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2106147638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:54:26,783 98811 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/2a77350e-7304-43e6-8eac-5c6dbc9070c4 0.037s 2025-08-03 10:54:26,783 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02714aee-753e-4cea-844f-4a824fb3c67e', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02714aee-753e-4cea-844f-4a824fb3c67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4'} Body: b'{"volume": {"id": "2a77350e-7304-43e6-8eac-5c6dbc9070c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:26.000000", "updated_at": "2025-08-03T10:54:26.000000", "name": "tempest-ServersNegativeTestJSON-volume-2106147638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:54:26,999 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.201s 2025-08-03 10:54:27,000 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:26 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-58309906-4a7a-4525-80b1-e132f7f25bcf', 'x-compute-request-id': 'req-58309906-4a7a-4525-80b1-e132f7f25bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.157026s] ... ok {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.936905s] ... 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 5971b598-b38a-4c55-9bfe-f09113bb25bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:29,064 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.150s 2025-08-03 10:55:29,064 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1f79458e-f22d-4fb6-a7c8-73840b620529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:55:29,553 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.488s 2025-08-03 10:55:29,553 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1685479609"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fcb8187-885f-484c-ba26-ac11b76f0768', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fcb8187-885f-484c-ba26-ac11b76f0768', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.494027", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:55:29,605 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.040s 2025-08-03 10:55:29,606 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -5da7bcb8-c3d1-4703-a809-644d9fbac4f4', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da7bcb8-c3d1-4703-a809-644d9fbac4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:30,664 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.044s 2025-08-03 10:55:30,665 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5631243-9e4a-47e5-a836-c92ce55a5513', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5631243-9e4a-47e5-a836-c92ce55a5513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.000000", "updated_at": "2025-08-03T10:55:30.000000", "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:30,717 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.038s 2025-08-03 10:55:30,717 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e8954e-5e76-4f56-8d4e-9d0a4b38bbdf', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e8954e-5e76-4f56-8d4e-9d0a4b38bbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.000000", "updated_at": "2025-08-03T10:55:30.000000", "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:30,829 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.098s 2025-08-03 10:55:30,829 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8fc43c-608f-4431-abf0-cf2ffd6bb453', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'' 2025-08-03 10:55:30,849 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.019s 2025-08-03 10:55:30,849 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc1dd04-fd3e-40c0-8b2c-3e8353d6d378', 'x-openstack-request-id': 'req-edc1dd04-fd3e-40c0-8b2c-3e8353d6d378', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5971b598-b38a-4c55-9bfe-f09113bb25bf could not be found."}}' {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.457672s] ... 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 f4ed896c-5313-4f14-9c9d-7fc5426a934f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:31,039 98817 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.187s 2025-08-03 10:55:31,040 98817 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-571023097"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75392a22-e28c-42a4-964e-b9448a50ceed', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75392a22-e28c-42a4-964e-b9448a50ceed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:30.982625", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:55:31,087 98817 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/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.035s 2025-08-03 10:55:31,087 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edacdfb8-e5c7-445a-9b0c-802f62738600', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edacdfb8-e5c7-445a-9b0c-802f62738600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:31.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:32,138 98817 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/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.036s 2025-08-03 10:55:32,139 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a817de8-d2d7-4bde-95a9-8404a6cc3222', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a817de8-d2d7-4bde-95a9-8404a6cc3222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:31.000000", "updated_at": "2025-08-03T10:55:31.000000", "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:32,188 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.036s 2025-08-03 10:55:32,189 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd04f9cf-63a5-4af1-a590-28871f21ea75', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd04f9cf-63a5-4af1-a590-28871f21ea75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:31.000000", "updated_at": "2025-08-03T10:55:31.000000", "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:32,288 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.086s 2025-08-03 10:55:32,289 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6988f0a5-4d67-49a3-982f-3e38be684b66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'' 2025-08-03 10:55:32,309 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.020s 2025-08-03 10:55:32,309 98817 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8d2bbda-9022-4861-9c39-6669104bcb0d', 'x-openstack-request-id': 'req-b8d2bbda-9022-4861-9c39-6669104bcb0d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f4ed896c-5313-4f14-9c9d-7fc5426a934f could not be found."}}' {0} 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 c0f35091-0db0-4b91-a19e-9796fc843c05 failed to build and is in ERROR status {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.027600s] ... 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 df5ed31a-d705-464b-a37c-c6dcc54f2cb7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:27,621 98811 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.158s 2025-08-03 10:56:27,621 98811 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-1737100613", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c379242b-b9a3-4eba-ae9b-c3ae43fc4485', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c379242b-b9a3-4eba-ae9b-c3ae43fc4485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a44a7b8d-6740-4744-bfca-27f60b91895a", "name": "tempest-VolumeTypesTest-volume-type-1737100613", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:56:27,659 98811 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.034s 2025-08-03 10:56:27,659 98811 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-1177999937", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf8dd84-38c5-4386-b24e-6af7be7afc19', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf8dd84-38c5-4386-b24e-6af7be7afc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2e8086bb-dc5d-4df2-9b18-72f694975ec3", "name": "tempest-VolumeTypesTest-volume-type-1177999937", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:56:27,970 98811 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.308s 2025-08-03 10:56:27,971 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1797761989", "volume_type": "a44a7b8d-6740-4744-bfca-27f60b91895a", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8553cb0b-a57a-464e-a260-e7b487f4afea', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8553cb0b-a57a-464e-a260-e7b487f4afea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:27.910951", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed 31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:28,031 98811 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/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.038s 2025-08-03 10:56:28,032 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483f1d51-c9ff-4bca-ba2a-8e20229a10bb', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483f1d51-c9ff-4bca-ba2a-8e20229a10bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:28.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2dc0b63181c54546a09772c883715459"}}' 2025-08-03 10:56:29,125 98811 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/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.077s 2025-08-03 10:56:29,125 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df19a1c-0e8f-4177-9c6a-f9a9ea085362', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df19a1c-0e8f-4177-9c6a-f9a9ea085362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:28.000000", "updated_at": "2025-08-03T10:56:28.000000", "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2dc0b63181c54546a09772c883715459"}}' 2025-08-03 10:56:29,177 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanup s): 200 GET http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.038s 2025-08-03 10:56:29,177 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bff7ccd-fe7a-4a02-be01-28bbf24f39e6', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bff7ccd-fe7a-4a02-be01-28bbf24f39e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:28.000000", "updated_at": "2025-08-03T10:56:28.000000", "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2dc0b63181c54546a09772c883715459"}}' 2025-08-03 10:56:29,311 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.120s 2025-08-03 10:56:29,312 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-019ffe3f-40cf-4af1-9762-6b986a4f36c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'' 2025-08-03 10:56:29,340 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.028s 2025-08-03 10:56:29,341 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21c2b09-a34b-4b43-8132-fb2176ad073c', 'x-openstack-request-id': 'req-f21c2b09-a34b-4b43-8132-fb2176ad073c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume df5ed31a-d705-464b-a37c-c6dcc54f2cb7 could not be found."}}' 2025-08-03 10:56:29,387 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3 0.046s 2025-08-03 10:56:29,388 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fea093-c993-49c4-a565-19342945fc4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3'} Body: b'' 2025-08-03 10:56:29,414 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3 0.026s 2025-08-03 10:56:29,414 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 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-1bdb8851-8f25-4c1c-b6dc-4eeb02cee78b', 'x-openstack-request-id': 'req-1bdb8851-8f25-4c1c-b6dc-4eeb02cee78b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2e8086bb-dc5d-4df2-9b18-72f694975ec3 could not be found."}}' 2025-08-03 10:56:29,472 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a 0.057s 2025-08-03 10:56:29,473 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1160d23f-3e48-45bd-8384-b55c915a84e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a'} Body: b'' 2025-08-03 10:56:29,489 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a 0.015s 2025-08-03 10:56:29,489 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 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-9046406f-6559-4dbd-9cb4-10a15f6fe680', 'x-openstack-request-id': 'req-9046406f-6559-4dbd-9cb4-10a15f6fe680', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a44a7b8d-6740-4744-bfca-27f60b91895a could not be found."}}' {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.124594s] ... ok {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.394366s] ... ok {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.056349s] ... ok {0} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.187778s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.016801s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.014273s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.033966s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.017714s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.023016s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.018491s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.018406s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.012879s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.017052s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.031825s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.033707s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.027951s] ... ok {0} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c2310332-f9e1-44c5-959c-6deeb164d738 failed to build and is in ERROR status {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.147054s] ... ok {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.649543s] ... 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 93e925dd-cff2-429a-8df5-511babcf8def failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:43,048 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.370s 2025-08-03 10:56:43,048 98811 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-2019700459"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58396978-2ee3-461b-834a-b45f31b9eb82', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58396978-2ee3-461b-834a-b45f31b9eb82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:42.989347", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:43,097 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.036s 2025-08-03 10:56:43,097 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2968c65-ee65-42b4-920a-bffc0cb9e748', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2968c65-ee65-42b4-920a-bffc0cb9e748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:43.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:44,147 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.036s 2025-08-03 10:56:44,148 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f3d1857-9e4d-443d-8ec0- d2861cc48d7f', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f3d1857-9e4d-443d-8ec0-d2861cc48d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:43.000000", "updated_at": "2025-08-03T10:56:43.000000", "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:44,198 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.036s 2025-08-03 10:56:44,198 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e8a727-e4b0-4f1e-b05d-3ba7dd8a3a31', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e8a727-e4b0-4f1e-b05d-3ba7dd8a3a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:43.000000", "updated_at": "2025-08-03T10:56:43.000000", "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:44,305 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.093s 2025-08-03 10:56:44,305 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-815c5b3a-2c37-488a-9ffd-1c670d69d966', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'' 2025-08-03 10:56:44,325 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.020s 2025-08-03 10:56:44,326 98811 DEBUG [tempest.lib.c ommon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8f93d3-e775-4872-8433-ac26b2942c89', 'x-openstack-request-id': 'req-0d8f93d3-e775-4872-8433-ac26b2942c89', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 93e925dd-cff2-429a-8df5-511babcf8def could not be found."}}' {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.461954s] ... 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 4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:44,509 98811 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.181s 2025-08-03 10:56:44,510 98811 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-1892982661"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cee5180-9524-4bff-81be-2f4330c88dc3', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cee5180-9524-4bff-81be-2f4330c88dc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.451706", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:44,559 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.037s 2025-08-03 10:56:44,559 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001b8148-e56f-43f4-8218-1bce42e1e01b', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001b8148-e56f-43f4-8218-1bce42e1e01b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:45,612 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.038s 2025-08-03 10:56:45,613 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-05efdb2c-cf26-4d6d-af25-36aa46c33a89', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05efdb2c-cf26-4d6d-af25-36aa46c33a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.000000", "updated_at": "2025-08-03T10:56:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:45,662 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.036s 2025-08-03 10:56:45,663 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2196dfd2-5665-4eab-884b-952cde2cb28f', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2196dfd2-5665-4eab-884b-952cde2cb28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.000000", "updated_at": "2025-08-03T10:56:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:45,767 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.091s 2025-08-03 10:56:45,767 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-97683b2b-76e9-4f5a-b88a-5bdb5a38e034', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'' 2025-08-03 10:56:45,789 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.021s 2025-08-03 10:56:45,789 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-d2d24d0a-ce8f-4adb-acf1-327d3d03b6bc', 'x-openstack-request-id': 'req-d2d24d0a-ce8f-4adb-acf1-327d3d03b6bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 could not be found."}}' {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.836410s] ... 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 f275ae00-eee8-4e45-8e70-439de5114777 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:47,530 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.147s 2025-08-03 10:56:47,531 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-594ed3bd-c458-4bfe-b668-14c8675ad4ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:56:47,932 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.401s 2025-08-03 10:56:47,933 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-2117509699"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b59ca04-16de-42bd-b0b7-2e54d471dcb9', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b59ca04-16de-42bd-b0b7-2e54d471dcb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:47.874504", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:47,981 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.036s 2025-08-03 10:56:47,981 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-45d0012f-7fbb-4c11-87f2-1e5c98d5a7e6', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d0012f-7fbb-4c11-87f2-1e5c98d5a7e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:48.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:49,035 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.039s 2025-08-03 10:56:49,036 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400b6a98-aece-49cb-945b-335989792bea', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400b6a98-aece-49cb-945b-335989792bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:48.000000", "updated_at": "2025-08-03T10:56:48.000000", "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:49,085 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.035s 2025-08-03 10:56:49,085 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c28bb8-0d93-4cd4-9ef9-d9c4d29d2a55', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c28bb8-0d93-4cd4-9ef9-d9c4d29d2a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:48.000000 ", "updated_at": "2025-08-03T10:56:48.000000", "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:49,194 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.095s 2025-08-03 10:56:49,194 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-d3311309-3169-4b2e-a43a-3a31854d1154', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'' 2025-08-03 10:56:49,218 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.023s 2025-08-03 10:56:49,218 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-077fe1dc-ab06-479a-8efa-01243cb8b846', 'x-openstack-request-id': 'req-077fe1dc-ab06-479a-8efa-01243cb8b846', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f275ae00-eee8-4e45-8e70-439de5114777 could not be found."}}' {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.475621s] ... 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 99ba9d80-5249-43af-abad-85ed99c5552b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:49,403 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.182s 2025-08-03 10:56:49,404 98811 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-1343864345"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10c1b64-55c1-45d5-9c0a-02ef0388969b', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10c1b64-55c1-45d5-9c0a-02ef0388969b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.338966", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:49,451 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.035s 2025-08-03 10:56:49,452 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fae37b0-605d-4fc8-83a8-8b68d170ce98', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fae37b0-605d-4fc8-83a8-8b68d170ce98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:50,507 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.038s 2025-08-03 10:56:50,508 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e07506-7540-4351-b9f8-6648dbcb65c5', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e07506-7540-4351-b9f8-6648dbcb65c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.000000", "updated_at": "2025-08-03T10:56:49.000000", "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:50,560 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.038s 2025-08-03 10:56:50,560 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d859ca-bdaa-4e57-a0d0-d5f103d22665', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d859ca-bdaa-4e57-a0d0-d5f103d22665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.000000", "updated_at": "2025-08-03T10:56:49.000000", "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:50,672 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.097s 2025-08-03 10:56:50,673 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-6aaf88cf-6b79-49f8-b606-f8793f904aae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'' 2025-08-03 10:56:50,695 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.022s 2025-08-03 10:56:50,695 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2985845c-41fe-43bd-af87-fc724cd06cc3', 'x-openstack-request-id': 'req-2985845c-41fe-43bd-af87-fc724cd06cc3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99ba9d80-5249-43af-abad-85ed99c5552b could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion [1.825294s] ... 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 63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:57:07,718 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.200s 2025-08-03 10:57:07,718 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5b0f54f8-f01d-48ca-97ec-63a685cdcbd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:57:08,095 98811 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.377s 2025-08-03 10:57:08,096 98811 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-124720315", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fc5d95-58ce-4def-8a50-8016c011635c', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fc5d95-58ce-4def-8a50-8016c011635c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:08.032694", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-124720315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}], "user_id": "bef6df5016d8449193a416a8fb992a52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:57:08,147 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.038s 2025-08-03 10:57:08,147 98811 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': 'Sun, 03 Aug 2025 10:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f18bc83-dad8-471c-bb8d-01ffd1a6cd91', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f18bc83-dad8-471c-bb8d-01ffd1a6cd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'{"volume": {"id": "63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-124720315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}], "user_id": "bef6df5016d8449193a416a8fb992a52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "36032bb426c44eb4902d23e8772a2be9"}}' 2025-08-03 10:57:09,201 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.039s 2025-08-03 10:57:09,201 98811 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': 'Sun, 03 Aug 2025 10:57:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8511dcb-798d-4f1a-b807-a1702ed26d75', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8511dcb-798d-4f1a-b807-a1702ed26d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'{"volume": {"id": "63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:08.000000", "updated_at": "2025-08-03T10:57:08.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-124720315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}], "user_id": "bef6df5016d8449193a416a8fb992a52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "36032bb426c44eb4902d23e8772a2be9"}}' 2025-08-03 10:57:09,321 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.103s 2025-08-03 10:57:09,321 98811 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': 'Sun, 03 Aug 2025 10:57:09 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-d7e 4fe02-e651-4fa0-9dec-d9d1c141024e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'' 2025-08-03 10:57:09,341 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.019s 2025-08-03 10:57:09,341 98811 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': 'Sun, 03 Aug 2025 10:57:09 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-498628c2-2a7e-4489-93e9-3c31c4921be0', 'x-openstack-request-id': 'req-498628c2-2a7e-4489-93e9-3c31c4921be0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b could not be found."}}' {11} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [121.936999s] ... 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 fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:21,647 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140 0.244s 2025-08-03 10:55:21,647 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86c070ab-bf16-48cc-bc50-5951a1b66ed9', 'x-compute-request-id': 'req-86c070ab-bf16-48cc-bc50-5951a1b66ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140'} Body: b'{"server": {"id": "0f18fea1-5795-422f-8890-e25066c82140", "name": "tempest-ServerActionsTestOtherB-server-37366209", "status": "ACTIVE", "tenant_id": "3fce6a5868294868a66cd24b4346e56a", "user_id": "9924d95329fe416a9e9fbccdb1be0582", "metadata": {}, "hostId": "d6795d380455f9a48ea334f200aacb5fd28bb770ee7147000a8551b2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:53:29Z", "updated": "2025-08-03T10:53:45Z", "addresses": {"tempest-ServerActionsTestOtherB-202545257-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:4b:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f18fea1-5795-422f-8890-e25066c82140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071312471", "OS-SRV-USG:launched_at": "2025-08-03T10:53:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879788886"}], "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-03 10:56:21,931 98833 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.211s 2025-08-03 10:56:21,931 98833 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-1841164452"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b575764a-51ce-47e5-abe5-494862015896', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b575764a-51ce-47e5-abe5-494862015896', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:21.870950", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1841164452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675 fc04"}], "user_id": "9924d95329fe416a9e9fbccdb1be0582", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:21,983 98833 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/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04 0.040s 2025-08-03 10:56:21,984 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32eb13c4-1454-47d3-827f-3484fa0d43ed', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32eb13c4-1454-47d3-827f-3484fa0d43ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04'} Body: b'{"volume": {"id": "fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:22.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1841164452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}], "user_id": "9924d95329fe416a9e9fbccdb1be0582", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fce6a5868294868a66cd24b4346e56a"}}' 2025-08-03 10:56:23,035 98833 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/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04 0.037s 2025-08-03 10:56:23,035 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c085b3e-1d43-4b95-9979-0be098ef508b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c085b3e-1d43-4b95-9979-0be098ef508b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04'} Body: b'{"volume": {"id": "fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:22.000000", "updated_at": "2025-08-03T10:56:22.000000", "name": "tempest-ServerActionsTestOtherB-volume-1841164452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}], "user_id": "9924d95329fe416a9e9fbccdb1be0582", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fce6a5868294868a66cd24b4346e56a"}}' 2025-08-03 10:56:23,049 98833 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-03 10:56:23,264 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestO therB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140 0.213s 2025-08-03 10:56:23,264 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62e410e0-a9ea-45d2-95d4-a96942a00f75', 'x-compute-request-id': 'req-62e410e0-a9ea-45d2-95d4-a96942a00f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140'} Body: b'{"server": {"id": "0f18fea1-5795-422f-8890-e25066c82140", "name": "tempest-ServerActionsTestOtherB-server-37366209", "status": "ACTIVE", "tenant_id": "3fce6a5868294868a66cd24b4346e56a", "user_id": "9924d95329fe416a9e9fbccdb1be0582", "metadata": {}, "hostId": "d6795d380455f9a48ea334f200aacb5fd28bb770ee7147000a8551b2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:53:29Z", "updated": "2025-08-03T10:53:45Z", "addresses": {"tempest-ServerActionsTestOtherB-202545257-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:4b:c9"}, {"version": 4, "addr": "172.24.4.22", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:4b:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f18fea1-5795-422f-8890-e25066c82140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071312471", "OS-SRV-USG:launched_at": "2025-08-03T10:53:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879788886"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {11} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.665015s] ... 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 93fda6e3-d721-4e17-8fa0-a2a9c5f7183e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:58:19,336 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.153s 2025-08-03 10:58:19,336 98833 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-1144365300"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa17beb-5ce7-4e10-8133-39df2ee579ef', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa17beb-5ce7-4e10-8133-39df2ee579ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "eb4b0fc1-1704-42d8-bd9b-73d789b98f7d", "name": "tempest-GroupsV314Test-volume-type-1144365300", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:58:19,374 98833 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.034s 2025-08-03 10:58:19,374 98833 DEBUG [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-1713257838"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b76490b-43df-4b02-8ca8-13445274b76c', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b76490b-43df-4b02-8ca8-13445274b76c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "name": "tempest-GroupsV314Test-group-type-1713257838", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:58:19,564 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.188s 2025-08-03 10:58:19,565 98833 DEBUG [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": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "volume_types": ["eb4b0fc1-1704-42d8-bd9b-73d789b98f7d"], "name": "tempest-GroupsV314Test-Group-925002069"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-093722fb-ebee-4de3-b658-ffb83f0099a0', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-093722fb-ebee-4de3-b658-ffb83f0099a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "93fda6e3-d721-4e17-8fa0-a2a9c5f7183e", "name": "tempest-GroupsV314Test-Group-925002069"}}' 2025-08-03 10:58:19,594 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e 0.027s 2025-08-03 10:58:19,595 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type' : 'application/json', 'x-compute-request-id': 'req-0aed96a5-de68-4dc0-801b-e3f83aec496e', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aed96a5-de68-4dc0-801b-e3f83aec496e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e'} Body: b'{"group": {"id": "93fda6e3-d721-4e17-8fa0-a2a9c5f7183e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:58:20.000000", "name": "tempest-GroupsV314Test-Group-925002069", "description": null, "group_type": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "volume_types": ["eb4b0fc1-1704-42d8-bd9b-73d789b98f7d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:58:20,632 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e 0.031s 2025-08-03 10:58:20,632 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62af04b6-be8e-4d16-8c73-ef4fd1232cd0', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62af04b6-be8e-4d16-8c73-ef4fd1232cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e'} Body: b'{"group": {"id": "93fda6e3-d721-4e17-8fa0-a2a9c5f7183e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:58:20.000000", "name": "tempest-GroupsV314Test-Group-925002069", "description": null, "group_type": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "volume_types": ["eb4b0fc1-1704-42d8-bd9b-73d789b98f7d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:58:20,671 98833 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-03 10:58:20,672 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83624641-440d-41eb-a46a-5d70f897923c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83624641-440d-41eb-a46a-5d70f897923c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:58:20,741 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e/action 0.056s 2025-08-03 10:58:20,742 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 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-d4d234ae-b980-42d6-be5c-6598c30fc647', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e/action'} Body: b'' 2025-08-03 10:58:20,758 98833 INFO [te mpest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e 0.015s 2025-08-03 10:58:20,758 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 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-2cb505b3-efa1-424f-9412-b1a9ee710174', 'x-openstack-request-id': 'req-2cb505b3-efa1-424f-9412-b1a9ee710174', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 93fda6e3-d721-4e17-8fa0-a2a9c5f7183e could not be found."}}' 2025-08-03 10:58:20,786 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/a4e5ec0d-8125-4505-8467-0c7f5daf2a01 0.027s 2025-08-03 10:58:20,786 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 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-f257ebe0-cb04-4327-b447-cccd94325bfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/a4e5ec0d-8125-4505-8467-0c7f5daf2a01'} Body: b'' 2025-08-03 10:58:20,830 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d 0.044s 2025-08-03 10:58:20,831 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58: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-0f2f6eac-d746-4bf6-8a64-998b36be1c5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d'} Body: b'' 2025-08-03 10:58:20,846 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d 0.015s 2025-08-03 10:58:20,847 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-caa71859-da93-4701-8fd6-f53269c59fe7', 'x-openstack-request-id': 'req-caa71859-da93-4701-8fd6-f53269c59fe7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type eb4b0fc1-1704-42d8-bd9b-73d789b98f7d could not be found."}}' {11} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.001910s] ... ok {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.838336s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.028645s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.026120s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.031571s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.027112s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.023713s] ... ok {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [165.964485s] ... 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 a5338203-94f2-4305-9078-6e5d73bd4478 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:46,068 98817 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-03 10:55:46,853 98817 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.782s 2025-08-03 10:55:46,853 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--508764027", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b9c32520-766c-44ae-8ed8-1fbc67a4c28d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--508764027", "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": "00cbf022c3ac497a8dd3e8fa877dc44b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "created_at": "2025-08-03T10:55:47Z", "updated_at": "2025-08-03T10:55:47Z", "tags": [], "self": "/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "file": "/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:55:47,993 98817 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/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b/file 1.139s 2025-08-03 10:55:47,993 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a650a9d8-16d6-4322-a511-4902fcb19aa5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b/file'} Body: b'' 2025-08-03 10:55:47,993 98817 DEBUG [tempest.scenario.manager] image:d8a43ac8-4a6c-4e42-8626-492f5ac9f15b 2025-08-03 10:55:48,046 98817 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.051s 2025-08-03 10:55:48,046 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1710961723", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCGrBjgxsc6tLF87dCdDcqruuJsXATr6B6vcP8zq/Xjio89hrqzOkecTcLZnwQ8oddv1OhzGnPsySqDki0ERqbWbPKKrDXAiLFSvOEG08XDlY+c/gW3qF29vyS1MxTh1vg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:47 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-8da02d3e-442e-4b4a-aba0-a7ce58f449c7', 'x-compute-request-id': 'req-8da02d3e-442e-4b4a-aba0-a7ce58f449c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1710961723", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCGrBjgxsc6tLF87dCdDcqruuJsXATr6B6vcP8zq/Xjio89hrqzOkecTcLZnwQ8oddv1OhzGnPsySqDki0ERqbWbPKKrDXAiLFSvOEG08XDlY+c/gW3qF29vyS1MxTh1vg==", "fingerprint": "99:b8:30:a9:f6:07:b1:53:84:c8:c4:d7:2d:05:cb:e1", "user_id": "2c11d37fac1141c3942dbcfa61830660"}}' 2025-08-03 10:55:48,099 98817 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.045s 2025-08-03 10:55:48,099 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-229c00e6-f308-4d97-be47-a8f00da40eca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c11d37fac1141c3942dbcfa61830660", "name": "tempest-TestMinimumBasicScenario-1145146026-project-member", "password_expires_at": null}, "audit_ids": ["b9LA4aezQtS_agBph6KDUQ"], "expires_at": "2025-08-03T11:55:48.000000Z", "issued_at": "2025-08-03T10:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00cbf022c3ac497a8dd3e8fa877dc44b", "name": "tempest-TestMinimumBasicScenario-1145146026"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00cbf022c3ac497a8dd3e8fa877dc44b", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:55:48,100 98817 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '95be9098-c10a-4f54-8ff3-7ac43c1162d6', 'name': 'tempest-TestMinimumBasicScenario-1294768576-network', 'tenant_id': '00cbf022c3ac497a8d d3e8fa877dc44b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00cbf022c3ac497a8dd3e8fa877dc44b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44229, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:55:34Z', 'updated_at': '2025-08-03T10:55:34Z', 'revision_number': 1} available for tenant 2025-08-03 10:55:48,569 98817 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.468s 2025-08-03 10:55:48,569 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-875653171", "imageRef": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "networks": [{"uuid": "95be9098-c10a-4f54-8ff3-7ac43c1162d6"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b9db5cd-3081-4753-9c0d-89ac67bb7929', 'x-compute-request-id': 'req-2b9db5cd-3081-4753-9c0d-89ac67bb7929', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DxZu4CeSF8wF"}}' 2025-08-03 10:55:48,644 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.071s 2025-08-03 10:55:48,644 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4336b633-e667-4fd5-8b0d-f5f8d872a740', 'x-compute-request-id': 'req-4336b633-e667-4fd5-8b0d-f5f8d872a740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "BUILD", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:49Z", "updated": "2025-08-03T10:55:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "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-03 10:56:38,929 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.221s 2025-08-03 10:56:38,929 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:38 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-90df1af0-c882-4d03-9e4b-2bd2d36869c7', 'x-compute-request-id': 'req-90df1af0-c882-4d03-9e4b-2bd2d36869c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:56:04Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:56:38,944 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:57:39,263 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.259s 2025-08-03 10:57:39,263 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 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-opens tack-request-id': 'req-471263e0-6610-4741-a099-b286962a2ffd', 'x-compute-request-id': 'req-471263e0-6610-4741-a099-b286962a2ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:56:04Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:57:39,452 98817 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.174s 2025-08-03 10:57:39,453 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4a963c0-e3a9-4936-acfc-0a5a6dec0148', 'x-compute-request-id': 'req-e4a963c0-e3a9-4936-acfc-0a5a6dec0148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}]}]}' 2025-08-03 10:57:39,677 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.220s 2025-08-03 10:57:39,678 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 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-b5649f91-cefb-4111-a545-7fadb4e77c79', 'x-compute-request-id': 'req-b5649f91-cefb-4111-a545-7fadb4e77c79', 'connection': 'close', 'statu s': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:56:04Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:57:39,936 98817 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.243s 2025-08-03 10:57:39,936 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-747746449", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c11f812f-75ec-4e29-acb1-36b9ea8ca869', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c11f812f-75ec-4e29-acb1-36b9ea8ca869', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a5338203-94f2-4305-9078-6e5d73bd4478", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:39.837726", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-747746449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:57:40,045 98817 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/a5338203-94f2-4305-9078-6e5d73bd4478 0.096s 2025-08-03 10:57:40,045 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-03b40a10-a918-4c9e-81d5-b1fbc6d01283', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b40a10-a918-4c9e-81d5-b1fbc6d01283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'{"volume": {"id": "a5338203-94f2-4305-9078-6e5d73bd4478", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:40.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-747746449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 10:57:41,098 98817 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/a5338203-94f2-4305-9078-6e5d73bd4478 0.039s 2025-08-03 10:57:41,099 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c6f6e9-20fc-4d9a-8515-b02ac65a5698', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c6f6e9-20fc-4d9a-8515-b02ac65a5698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'{"volume": {"id": "a5338203-94f2-4305-9078-6e5d73bd4478", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:40.000000", "updated_at": "2025-08-03T10:57:40.000000", "name": "tempest-TestMinimumBasicScenario-volume-747746449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 10:57:41,237 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478 0.124s 2025-08-03 10:57:41,237 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57: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-36d665ca-f51f-48cc-ae49-d881815066bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'' 2025-08-03 10:57:41,274 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a5338203-94f 2-4305-9078-6e5d73bd4478 0.036s 2025-08-03 10:57:41,274 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-75d0f91d-556a-4553-9e97-1c571964221b', 'x-openstack-request-id': 'req-75d0f91d-556a-4553-9e97-1c571964221b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a5338203-94f2-4305-9078-6e5d73bd4478 could not be found."}}' 2025-08-03 10:57:41,405 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.130s 2025-08-03 10:57:41,405 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba11acfb-195d-49cf-b433-d413dd5f14bf', 'x-compute-request-id': 'req-ba11acfb-195d-49cf-b433-d413dd5f14bf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'' 2025-08-03 10:57:41,608 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.202s 2025-08-03 10:57:41,608 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8935d779-b250-4b40-b3f5-01e38e040d26', 'x-compute-request-id': 'req-8935d779-b250-4b40-b3f5-01e38e040d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:57:41Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "ke y_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.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-03 10:58:31,714 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.042s 2025-08-03 10:58:31,714 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:31 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-8985adfc-ee99-47e5-a110-9f0c6034c9dc', 'x-compute-request-id': 'req-8985adfc-ee99-47e5-a110-9f0c6034c9dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5799ed4e-9e4b-46c3-ad32-900a61f5f304 could not be found."}}' 2025-08-03 10:58:31,939 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1710961723 0.224s 2025-08-03 10:58:31,940 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9b08080-af38-48e2-a645-0ed01db3148a', 'x-compute-request-id': 'req-a9b08080-af38-48e2-a645-0ed01db3148a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1710961723'} Body: b'' 2025-08-03 10:58:32,030 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b 0.090s 2025-08-03 10:58:32,031 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-63d7fe0a-bd4d-4204-a425-49679e08ca3f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b'} Body: b'' {11} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {11} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {11} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Encrypted volume attach is not supported {5} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [227.456788s] ... 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 ac6e5e49-3e28-48f2-9488-94141d8c3aa2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:54:57,708 98821 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.286s 2025-08-03 10:54:57,709 98821 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-1171272291"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b90232-fe5d-4611-bc41-9d80c19a4540', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b90232-fe5d-4611-bc41-9d80c19a4540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ac6e5e49-3e28-48f2-9488-94141d8c3aa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:57.652137", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1171272291", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}], "user_id": "c83def8a2eec45899cd7f847dce4ed98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:54:57,721 98821 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:54:57,773 98821 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.050s 2025-08-03 10:54:57,773 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-171842263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD8p88l8REYm41iyWZQ88+WiYIQ1tWoLBX1RWbEquSikagDwd27GHW5yujaTt5Jy/Tbw8lRYvBAdnHHWYfrnUnB/h/nilyT85IaizMewmSjzRwvnm+qyJO4FwChpzCZA1w=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:57 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-228e8713-7906-4786-a931-57805a45a996', 'x-compute-request-id': 'req-228e8713-7906-4786-a931-57805a45a996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-171842263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD8p88l8REYm41iyWZQ88+WiYIQ1tWoLBX1RWbEquSikagDwd27GHW5yujaTt5Jy/Tbw8lRYvBAdnHHWYfrnUnB/h/nilyT85IaizMewmSjzRwvnm+qyJO4FwChpzCZA1w==", "fingerprint": "a4:a9:18:6d:e1:00:89:df:38:d4:f7:a2:b5:24:24:28", "user_id": "c83def8a2eec45899cd7f847dce4ed98"}}' 2025-08-03 10:54:57,776 98821 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-171842263 created 2025-08-03 10:54:58,021 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.244s 2025-08-03 10:54:58,021 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--829911115", "description": "tempest-description--1311184846"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-f40d79de-c540-48f4-8392-e1ec9a6afaa0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d027500-44ef-48e0-a487-4aa316511dd0", "name": "tempest-securitygroup--829911115", "stateful": true, "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "description": "tempest-description--1311184846", "shared": false, "security_group_rules": [{"id": "7a204b00-a2c4-4fc2-bfcf-85031861009b", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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": 1042, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:54:57Z", "updated_at": "2025-08-03T10:54:57Z", "revision_number": 0}, {"id": "a26745b1-a03c-4503-914b-920141be52d5", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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": 1043, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:54:57Z", "updated_at": "2025-08-03T10:54:57Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:54:57Z", "updated_at": "2025-08-03T10:54:57Z", "revision_number": 1, "project_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' 2025-08-03 10:54:58,222 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.199s 2025-08-03 10:54:58,222 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-751aa6bf-4063-45b4-8a32-750b06138488', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cfb07337-c615-4edc-aed1-cce869241cc6", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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-03T10:54:58Z", "updated_at": "2025-08-03T10:54:58Z", "revision_number": 0}}' 2025-08-03 10:54:58,415 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-03 10:54:58,416 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3d27e14d-b44c-4789-be08-dead6e7b9f8a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "62bf02e1-571a-48f5-b1cd-72506485b028", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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-03T10:54:58Z", "updated_at": "2025-08-03T10:54:58Z", "revision_number": 0}}' 2025-08-03 10:54:58,416 98821 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--829911115 created 2025-08-03 10:54:59,106 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.689s 2025-08-03 10:54:59,106 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-de745dbc-c494-4e64-bc71-01980fc52941', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "adc93f46-8ad3-469d-a4cd-4fcd9b66726d", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "floating_ip_address": "172.24.4.201", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:54:58Z", "updated_at": "2025-08-03T10:54:58Z", "revision_number": 0}}' 2025-08-03 10:54:59,107 98821 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'adc93f46-8ad3-469d-a4cd-4fcd9b66726d', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:54:58Z', 'updated_at': '2025-08-03T10:54:58Z', 'revision_number': 0, 'ip': '172.24.4.201'} created 2025-08-03 10:54:59,161 98821 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.044s 2025-08-03 10:54:59,161 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length' : '2503', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1606826c-06c9-4ccb-99cd-31308484c70c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c83def8a2eec45899cd7f847dce4ed98", "name": "tempest-ServerStableDeviceRescueTest-160525423-project-member", "password_expires_at": null}, "audit_ids": ["dQk4B1j0TqOHoohpmNDi5w"], "expires_at": "2025-08-03T11:54:59.000000Z", "issued_at": "2025-08-03T10:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1188110aeb88487d93fb12a4aa4e1a17", "name": "tempest-ServerStableDeviceRescueTest-160525423"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1188110aeb88487d93fb12a4aa4e1a17", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:54:59,162 98821 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '50e614b1-edca-4358-9418-f01208528fcf', 'name': 'tempest-ServerStableDeviceRescueTest-307616040-network', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28762, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:54:50Z', 'updated_at': '2025-08-03T10:54:50Z', 'revision_number': 1} available for tenant 2025-08-03 10:54:59,162 98821 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-171842263', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD8p88l8REYm41iyWZQ88+WiYIQ1tWoLBX1RWbEquSikagDwd27GHW5yujaTt5Jy/Tbw8lRYvBAdnHHWYfrnUnB/h/nilyT85IaizMewmSjzRwvnm+qyJO4FwChpzCZA1w==', ' fingerprint': 'a4:a9:18:6d:e1:00:89:df:38:d4:f7:a2:b5:24:24:28', 'user_id': 'c83def8a2eec45899cd7f847dce4ed98', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBJqOIb58dC1xANPlgwddoWPUBkxvW0aqozm7xxemaHj7VZEEYOhV5Y\n1oC1fhOHUHmgBwYFK4EEACKhZANiAAQ/KfPJfERGJuNYslmUPPPlomCENbVqCwV9\nUVmxKrkopGoA8Hduxh1ucro2k7eScv028PJUWLwQHZxx1mH651Jwf4f54pck/OSG\noszHsJko80cL55vqsiTuBcAoacwmQNc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d027500-44ef-48e0-a487-4aa316511dd0', 'name': 'tempest-securitygroup--829911115', 'stateful': True, 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'description': 'tempest-description--1311184846', 'shared': False, 'security_group_rules': [{'id': '7a204b00-a2c4-4fc2-bfcf-85031861009b', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'security_group_id': '8d027500-44ef-48e0-a487-4aa316511dd0', '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': 1042, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:54:57Z', 'updated_at': '2025-08-03T10:54:57Z', 'revision_number': 0}, {'id': 'a26745b1-a03c-4503-914b-920141be52d5', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'security_group_id': '8d027500-44ef-48e0-a487-4aa316511dd0', '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': 1043, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:54:57Z', 'updated_at': '2025-08-03T10:54:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:54:57Z', 'updated_at': '2025-08-03T10:54:57Z', 'revision_number': 1, 'project_id': '1188110aeb88487d93fb12a4aa4e1a17'}, 'floating_ip': {'id': 'adc93f46-8ad3-469d-a4cd-4fcd9b66726d', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:54:58Z', 'updated_at': '2025-08-03T10:54:58Z', 'revision_number': 0, 'ip': '172.24.4.201'}} 2025-08-03 10:54:59,885 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.722s 2025-08-03 10:54:59,886 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "50e614b1-edca-4358-9418-f01208528fcf"}], "security_groups": [{"name": "tempest-securitygroup--829911115"}], "key_name": "tempest-keypair-171842263", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b190049-49e1-43ca-8ed2-267a4c1ffa82', 'x-compute-request-id': 'req-2b190049-49e1-43ca-8ed2-267a4c1ffa82', 'connection': 'close', 'status' : '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--829911115"}], "adminPass": "ydr3TyeHP78L"}}' 2025-08-03 10:54:59,974 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.085s 2025-08-03 10:54:59,974 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-292fcaa3-b220-4e03-9ddd-ff067ca85b1e', 'x-compute-request-id': 'req-292fcaa3-b220-4e03-9ddd-ff067ca85b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "BUILD", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:00Z", "updated": "2025-08-03T10:54:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-171842263", "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-03 10:55:50,276 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.236s 2025-08-03 10:55:50,277 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:50 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-ea200c06-73ae-4b25-b428-9f8a8c63361b', 'x-compute-request-id': 'req-ea200c06-73ae-4b25-b428-9f8a8c63361b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "ACTIVE", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4 ed98", "metadata": {}, "hostId": "49b2fabb4df6e932d437a5bd0bdcb7cb0f431c9f5279c4192a4b132c", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:54:59Z", "updated": "2025-08-03T10:55:15Z", "addresses": {"tempest-ServerStableDeviceRescueTest-307616040-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-171842263", "OS-SRV-USG:launched_at": "2025-08-03T10:55:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--829911115"}], "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-03 10:55:50,291 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:56:50,517 98821 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/37306017-aae6-4268-8a07-4df830e9cfec/os-interface 0.165s 2025-08-03 10:56:50,517 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 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-eca779f7-5055-4608-9864-ad78cdc34f00', 'x-compute-request-id': 'req-eca779f7-5055-4608-9864-ad78cdc34f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50e614b1-edca-4358-9418-f01208528fcf", "port_id": "2d6fcbad-ff26-4bcb-ba05-eed39fab87e0", "mac_addr": "fa:16:3e:a3:ae:11", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ea22b425-5a5d-40b2-8cc0-c68c65e6d9ec", "ip_address": "10.0.0.4"}]}]}' 2025-08-03 10:56:51,434 98821 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/adc93f46-8ad3-469d-a4cd-4fcd9b66726d 0.913s 2025-08-03 10:56:51,435 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2d6fcbad-ff26-4bcb-ba05-eed39fab87e0"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-410c91f2-ad72-4f02-b299-4ca28b904aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/adc93f46-8ad3-469d-a4cd-4fcd9b66726d'} Body: b'{"floatingip": {"id": "adc93f46-8ad3-469d-a4cd-4fcd9b66726d", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "floating_ip_address": "172.24.4.201", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "26eba336-1d7d-4881-8229-0021211d2502", "port_id": "2d6fcbad-ff26-4bcb-ba05-eed39fab87e0", "fixed_ip_addr ess": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50e614b1-edca-4358-9418-f01208528fcf", "mac_address": "fa:16:3e:a3:ae:11", "admin_state_up": true, "status": "ACTIVE", "device_id": "37306017-aae6-4268-8a07-4df830e9cfec", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:54:58Z", "updated_at": "2025-08-03T10:56:50Z", "revision_number": 1, "project_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' 2025-08-03 10:56:51,438 98821 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.201:22' as 'cirros' with public key authentication 2025-08-03 10:56:51,451 98821 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:56:51,554 98821 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:56:51,554 98821 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.201 successfully created 2025-08-03 10:56:52,317 98821 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/37306017-aae6-4268-8a07-4df830e9cfec/action 0.762s 2025-08-03 10:56:52,318 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1252538274"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:51 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/50f25a64-8396-48a1-aba9-c7b6bef5c641', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a032595-5b42-4d19-bebd-3596f1b1c49d', 'x-compute-request-id': 'req-4a032595-5b42-4d19-bebd-3596f1b1c49d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec/action'} Body: b'' 2025-08-03 10:56:52,376 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.055s 2025-08-03 10:56:52,376 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2df2326e-d3dc-48dc-b8db-67463d490cfb', 'x-compute-request-id': 'req-2df2326e-d3dc-48dc-b8db-67463d490cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"image": {"id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id ": "c83def8a2eec45899cd7f847dce4ed98"}, "created": "2025-08-03T10:56:52Z", "updated": "2025-08-03T10:56:52Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}], "server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}]}}}' 2025-08-03 10:57:42,489 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.057s 2025-08-03 10:57:42,489 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-554edc26-ed3f-42a2-a4f7-e378bab2c7de', 'x-compute-request-id': 'req-554edc26-ed3f-42a2-a4f7-e378bab2c7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"image": {"id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98"}, "created": "2025-08-03T10:56:52Z", "updated": "2025-08-03T10:57:01Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}], "server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}]}}}' 2025-08-03 10:57:42,585 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.089s 2025-08-03 10:57:42,586 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Sun, 03 Aug 2025 10:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1d4d2e1-fa16-4aeb-8cbf-4381f09d0e3f', 'x-compute-request-id': 'req-c1d4d2e1-fa16-4aeb-8cbf-4381f09d0e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"image": {"id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98"}, "created": "2025-08-03T10:56:52Z", "updated": "2025-08-03T10:57:01Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}], "server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}]}}}' 2025-08-03 10:57:43,164 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.571s 2025-08-03 10:57:43,164 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:42 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-a12972a0-9bfb-41bf-90f8-1bcc3ff2406b', 'x-compute-request-id': 'req-a12972a0-9bfb-41bf-90f8-1bcc3ff2406b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "ACTIVE", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "metadata": {}, "hostId": "49b2fabb4df6e932d437a5bd0bdcb7cb0f431c9f5279c4192a4b132c", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:54:59Z", "updated": "2025-08-03T10:57:01Z", "addresses": {"tempest-ServerStableDeviceRescueTest-307616040-networ k": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-171842263", "OS-SRV-USG:launched_at": "2025-08-03T10:55:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--829911115"}], "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-03 10:58:43,396 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.156s 2025-08-03 10:58:43,397 98821 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': 'Sun, 03 Aug 2025 10:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a149240-247d-47fc-9e9c-d13d0d4017d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "133c62bb134b22a7fa91df3cab5127c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1188110aeb88487d93fb12a4aa4e1a17", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1a848ca2fd69dad08dfe177b8b378241859c80b6d5cca236b39493d58810eafff718ac5d8d43877747e7942175325b792dd6295668fd8914763d76d7bccef33e", "id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "created_at": "2025-08-03T10:56:52Z", "updated_at": "2025-08-03T10:58:43Z", "tags": [], "self": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641", "file": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:58:43,536 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.139s 2025-08-03 10:58:43,537 98821 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': 'Sun, 03 Aug 2025 10:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '16 70', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7fb5149a-6a34-4917-8337-dd5722075edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "133c62bb134b22a7fa91df3cab5127c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1188110aeb88487d93fb12a4aa4e1a17", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1a848ca2fd69dad08dfe177b8b378241859c80b6d5cca236b39493d58810eafff718ac5d8d43877747e7942175325b792dd6295668fd8914763d76d7bccef33e", "id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "created_at": "2025-08-03T10:56:52Z", "updated_at": "2025-08-03T10:58:43Z", "tags": [], "self": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641", "file": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:58:43,756 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.218s 2025-08-03 10:58:43,756 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:43 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-61b1b96d-86ae-4deb-b21f-c56ec3b09892', 'x-compute-request-id': 'req-61b1b96d-86ae-4deb-b21f-c56ec3b09892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "ACTIVE", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "metadata": {}, "hostId": "49b2fabb4df6e932d437a5bd0bdcb7cb0f431c9f5279c4192a4b132c", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:54:59Z", "updated": "2025-08-03T10:57:01Z", "addresses": {"tempest-ServerStableDeviceRescueTest-307616040-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6 -4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-171842263", "OS-SRV-USG:launched_at": "2025-08-03T10:55:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--829911115"}], "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-03 10:58:43,810 98821 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/ac6e5e49-3e28-48f2-9488-94141d8c3aa2 0.039s 2025-08-03 10:58:43,811 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0a6053-1e5e-4528-adbc-e3208fc86dcc', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0a6053-1e5e-4528-adbc-e3208fc86dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2'} Body: b'{"volume": {"id": "ac6e5e49-3e28-48f2-9488-94141d8c3aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:58.000000", "updated_at": "2025-08-03T10:54:58.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1171272291", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}], "user_id": "c83def8a2eec45899cd7f847dce4ed98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' 2025-08-03 10:58:44,863 98821 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/ac6e5e49-3e28-48f2-9488-94141d8c3aa2 0.038s 2025-08-03 10:58:44,864 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad14fab4-4566-4057-9408-f7110c72f641', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad14fab4-4566-4057-9408-f7110c72f641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2'} Body: b'{"volume": {"id": "ac6e5e49-3e28-48f2-9488-94141d8c3aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:58.000000", "updated_at": "2025-08-03T10:54:58.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1171272291", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}], "user_id": "c83def8a2eec45899cd7f847dce4ed98", "bootable": "false", "encrypted": false, "replicat ion_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' {5} tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency [3.507243s] ... 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 03f798b6-ed74-42d1-94b5-8570477cb975 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:59:42,080 98821 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.665s 2025-08-03 10:59:42,081 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-367189460", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '647', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1381a9fd-9a6f-49a9-a3ee-3b1cf68a88b7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-367189460", "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": "30c8e934ecab4ccfb8c94101476b9214", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b1a26e6b-b699-4d36-8288-5fd328b8f849", "created_at": "2025-08-03T10:59:42Z", "updated_at": "2025-08-03T10:59:42Z", "tags": [], "self": "/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849", "file": "/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:59:43,187 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849/file 1.104s 2025-08-03 10:59:43,188 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-00ac319e-aa82-4f07-809c-37f218cc7aad', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849/file'} Body: b'' 2025-08-03 10:59:43,206 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849 0.017s 2025-08-03 10:59:43,206 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '807', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e1034045-66b7-4738-b5ab-5c441cf34b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849'} Body: b'{"name": "tempest-image-dependency-test-367189460", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "16849cef4f24fa3004817d7846f5aee3", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "30c8e934ecab4ccfb8c94101476b9214", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "bc70ac40fb75f5f490ccc7bc333b20b0c39649ee047e47f2bf003c1f31fbb2fe60351792ffe97cb0c75a5ac4992e9ffdd0682bfef2fd3235744626abe1be1dd0", "id": "b1a26e6b-b699-4d36-8288-5fd328b8f849", "created_at": "2025-08-03T10:59:42Z", "updated_at": "2025-08-03T10:59:43Z", "tags": [], "self": "/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849", "file": "/v2/images/b1a26e6b-b699-4d36-8 288-5fd328b8f849/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:59:43,256 98821 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.045s 2025-08-03 10:59:43,257 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 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-4985e188-b1e6-4072-aced-78d941995fd6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c66309351c2e42e48a936ac390336b71", "name": "tempest-ImageDependencyTests-385860226-project-member", "password_expires_at": null}, "audit_ids": ["UcUiAKr4TCO7m1jEYaoIqw"], "expires_at": "2025-08-03T11:59:43.000000Z", "issued_at": "2025-08-03T10:59:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30c8e934ecab4ccfb8c94101476b9214", "name": "tempest-ImageDependencyTests-385860226"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30c8e934ecab4ccfb8c94101476b9214", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:59:43,257 98821 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-03 10:59:43,689 98821 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.430s 2025-08-03 10:59:43,689 98821 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-366570396", "imageRef": "b1a26e6b-b699-4d36-8288-5fd328b8f849", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2998d2d9-1efe-450e-bf3e-a7d2e622b532', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2998d2d9-1efe-450e-bf3e-a7d2e622b532', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "03f798b6-ed74-42d1-94b5-8570477cb975", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:43.628216", "updated_at": null, "name": "tempest-tempest.common.compute-volume-366570396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}], "user_id": "c66309351c2e42e48a936ac390336b71", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:59:43,740 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.039s 2025-08-03 10:59:43,741 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b97b3b-7e6b-48b4-81e3-f580db3a1251', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b97b3b-7e6b-48b4-81e3-f580db3a1251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'{"volume": {"id": "03f798b6-ed74-42d1-94b5-8570477cb975", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:44.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-366570396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}], "user_id": "c66309351c2e42e48a936ac390336b71", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30c8e934ecab4ccfb8c94101476b9214"}}' 2025-08-03 10:59:44,790 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.035s 2025-08-03 10:59:44,791 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1e4969-4900-437a-bac7-e3654593bdb7', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1e4969-4900-437a-bac7-e3654593bdb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'{"volume": {"id": "03f798b6-ed74-42d1-94b5-8570477cb975", "status": "error", "size": 1, "availability_zone": "nova", "created_ at": "2025-08-03T10:59:44.000000", "updated_at": "2025-08-03T10:59:44.000000", "name": "tempest-tempest.common.compute-volume-366570396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}], "user_id": "c66309351c2e42e48a936ac390336b71", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30c8e934ecab4ccfb8c94101476b9214"}}' 2025-08-03 10:59:44,898 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.093s 2025-08-03 10:59:44,898 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59: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-19384b00-35fb-4d67-b651-64e71f05a89f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'' 2025-08-03 10:59:44,919 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.020s 2025-08-03 10:59:44,919 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4099a9e8-014d-4d9c-92fb-83e6039488bc', 'x-openstack-request-id': 'req-4099a9e8-014d-4d9c-92fb-83e6039488bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 03f798b6-ed74-42d1-94b5-8570477cb975 could not be found."}}' {5} 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 63387db8-8c20-4960-8080-41f6b34e5e4a failed to build and is in ERROR status {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.716336s] ... 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 cf822a19-d8c8-4085-99f6-44f783e297e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:59:51,455 98821 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.407s 2025-08-03 10:59:51,455 98821 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-996539398"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e246360-2670-4b46-9787-d3c37c95aace', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e246360-2670-4b46-9787-d3c37c95aace', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.395868", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:59:51,511 98821 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/cf822a19-d8c8-4085-99f6-44f783e297e6 0.044s 2025-08-03 10:59:51,512 98821 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': 'Sun, 03 Aug 2025 10:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0a8c99-11ff-45d4-9f5a-2453b6b1f981', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0a8c99-11ff-45d4-9f5a-2453b6b1f981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:52,570 98821 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/cf822a19-d8c8-4085-99f6-44f783e297e6 0.043s 2025-08-03 10:59:52,571 98821 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': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e25c5713-d60a-4ced-b25e-94c20404b988', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e25c5713-d60a-4ced-b25e-94c20404b988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.000000", "updated_at": "2025-08-03T10:59:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:52,622 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6 0.034s 2025-08-03 10:59:52,622 98821 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': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a555b7-7f98-4f2e-ade1-55f519d175b0', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a555b7-7f98-4f2e-ade1-55f519d175b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.000000", "updated_at": "2025-08-03T10:59:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:52,740 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6 0.104s 2025-08-03 10:59:52,741 98821 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': 'Sun, 03 Aug 2025 10:59:52 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-577d1aa1-2f29-4e19-863d-b3f189458d57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'' 2025-08-03 10:59:52,762 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6 0.020s 2025-08-03 10:59:52,762 98821 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': 'Sun, 03 Aug 2025 10:59:52 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-6aa26c25-9743-4c3c-ad33-74b09fd7cbaf', 'x-openstack-request-id': 'req-6aa26c25-9743-4c3c-ad33-74b09fd7cbaf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cf822a19-d8c8-4085-99f6-44f783e297e6 could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.517033s] ... 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 43f2babc-c3aa-4476-aa98-d42153333bac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:59:52,931 98821 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.166s 2025-08-03 10:59:52,931 98821 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-1042507147"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2a468a-a7d9-42e2-80f2-2aeffb2a853b', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2a468a-a7d9-42e2-80f2-2aeffb2a853b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:52.874830", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:59:53,025 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.082s 2025-08-03 10:59:53,026 98821 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': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac42c51-dc10-494c-8f92-aaeaa5878708', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac42c51-dc10-494c-8f92-aaeaa5878708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:53.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:54,081 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.040s 2025-08-03 10:59:54,082 98821 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': 'Sun, 03 Aug 2025 10:59:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93979f5-d6fd-4d8c-b843-cbc0085de451', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93979f5-d6fd-4d8c-b843-cbc0085de451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:53.000000", "updated_at": "2025-08-03T10:59:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:54,133 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.035s 2025-08-03 10:59:54,133 98821 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': 'Sun, 03 Aug 2025 10:59:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-065d0099-32f1-4479-b2c1-c40f3378440e', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-065d0099-32f1-4479-b2c1-c40f3378440e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:53.000000", "updated_at": "2025-08-03T10:59:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:54,256 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.110s 2025-08-03 10:59:54,256 98821 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': 'Sun, 03 Aug 2025 10:59:54 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-05d4a810-0718-4eb0-ad6d-9c69a78ee3ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'' 2025-08-03 10:59:54,280 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.023s 2025-08-03 10:59:54,280 98821 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': 'Sun, 03 Aug 2025 10:59:54 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-d942d3b5-1392-4814-89d2-d59e19618344', 'x-openstack-request-id': 'req-d942d3b5-1392-4814-89d2-d59e19618344', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 43f2babc-c3aa-4476-aa98-d42153333bac could not be found."}}' {5} setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ba521da4-4d1b-459c-8e5d-d767cf2679d5 failed to build and is in ERROR status {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.140013s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.071050s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.011755s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.092806s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.017144s] ... ok {5} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.573243s] ... 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 428e894e-7260-488c-b175-0b06121f8b41 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:00:01,299 98821 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.249s 2025-08-03 11:00:01,300 98821 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-1909363798"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c6b2c4-5b99-4247-ad43-5b26d570966e', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c6b2c4-5b99-4247-ad43-5b26d570966e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.195280", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:00:01,359 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.047s 2025-08-03 11:00:01,359 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770a3921-ecd2-4028-82b7-c9ea1152b660', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770a3921-ecd2-4028-82b7-c9ea1152b660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0499ad5dc2e41c6bfd4fe4d871218fc"}}' 2025-08-03 11:00:02,418 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.043s 2025-08-03 11:00:02,418 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e056456-461a-4d89-9b05-ee21b7dd4784', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e056456-461a-4d89-9b05-ee21b7dd4784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.000000", "updated_at": "2025-08-03T11:00:01.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0499ad5dc2e41c6bfd4fe4d871218fc"}}' 2025-08-03 11:00:02,484 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.047s 2025-08-03 11:00:02,485 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-684ee6dc-ca98-46a0-8957-859736a029a9', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-684ee6dc-ca98-46a0-8957-859736a029a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.000000", "updated_at": "2025-08-03T11:00:01.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0499ad5dc2e41c6bfd4fe4d871218fc"}}' 2025-08-03 11:00:02,600 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.102s 2025-08-03 11:00:02,601 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f678f75-3f04-4138-85a2-82ec0054f5d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'' 2025-08-03 11:00:02,621 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.020s 2025-08-03 11:00:02,622 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-61c4f143-8778-4dd7-9d15-001d535a339f', 'x-openstack-request-id': 'req-61c4f143-8778-4dd7-9d15-001d535a339f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 428e894e-7260-488c-b175-0b06121f8b41 could not be found."}}' {5} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.656948s] ... 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 d5f77bf9-ced2-4961-9a0a-1007a751ab5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:00:19,108 98821 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.248s 2025-08-03 11:00:19,109 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-181848037", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKOUERk/59ZlGZf1iCpj5yYnSbLSFS3xUtKV31S6r8XdcJ16kY6jDlH+1ixMWUNP0euTRhIAzLqJbFnaFKIRAYmtlC7z245NCqwkaSF/Dl9T93RXfFEyrwrCTFyWyYVaPg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:18 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-8f6f3065-7956-43d0-a32a-9657855ffa3c', 'x-compute-request-id': 'req-8f6f3065-7956-43d0-a32a-9657855ffa3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-181848037", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKOUERk/59ZlGZf1iCpj5yYnSbLSFS3xUtKV31S6r8XdcJ16kY6jDlH+1ixMWUNP0euTRhIAzLqJbFnaFKIRAYmtlC7z245NCqwkaSF/Dl9T93RXfFEyrwrCTFyWyYVaPg==", "fingerprint": "12:d1:16:ca:47:60:2d:ae:65:2c:b2:09:c0:66:13:aa", "user_id": "9a9a7011856e4eb3b6e877de95df8677"}}' 2025-08-03 11:00:19,331 98821 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.220s 2025-08-03 11:00:19,332 98821 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-282354007", "description": "tempest-secgroup-smoke-282354007 description", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-1eec05ea-49f9-453d-b1c7-56a8100aec14', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "95b6d6ff-81da-4d57-a221-37563101c028", "name": "tempest-secgroup-smoke-282354007", "stateful": true, "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "description": "tempest-secgroup-smoke-282354007 description", "shared": false, "security_group_rules": [{"id": "6f62c674-f868-4c37-b828-83fe353ffbb0", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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": 1275, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}, {"id": "d89422de-1f76-4fdb-9f69-47bbdf63904b", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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": 1274, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number" : 0}], "tags": [], "created_at": "2025-08-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 1, "project_id": "c083660ad8c548cd9b73ed8ad6315ca1"}}' 2025-08-03 11:00:19,530 98821 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.197s 2025-08-03 11:00:19,531 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ff6f29e0-ab08-43e0-8ba0-79806640ca0f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "426276da-0ad3-41f4-8b13-aa096a87a09b", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}}' 2025-08-03 11:00:19,772 98821 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.241s 2025-08-03 11:00:19,772 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-44ad6116-119a-43d1-b483-aabe1c918073', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "07945571-5bcf-4db3-a054-3793d1d9c5b1", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}}' 2025-08-03 11:00:19,992 98821 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.218s 2025-08-03 11:00:19,992 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'co ntent-length': '602', 'x-openstack-request-id': 'req-8c2d0c3d-c53a-4027-b7fa-d0e058613040', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "10e5355d-aadf-44be-8a59-0a0c235cbe38", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}}' 2025-08-03 11:00:20,198 98821 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.205s 2025-08-03 11:00:20,198 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-51598b14-0311-4e7d-b70c-5777d32879bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9979f4b3-ff36-46c4-80b7-c7381ba230c9", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:20Z", "updated_at": "2025-08-03T11:00:20Z", "revision_number": 0}}' 2025-08-03 11:00:20,409 98821 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.210s 2025-08-03 11:00:20,410 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-8f9bec82-f0b4-4221-bb7b-a4d345a857d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bffe3fb-c658-41cc-babb-ce77343b29a5", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:20Z", "updated_at": "2025-08-03T11:00:20Z", "revision_number": 0}}' 2025-08-03 11:00:20,635 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_b acked_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.224s 2025-08-03 11:00:20,635 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-2cf67b8f-6a21-4a34-abae-0b8545b597fd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fec02a92-3000-490f-a790-69fe919182e9", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:20Z", "updated_at": "2025-08-03T11:00:20Z", "revision_number": 0}}' 2025-08-03 11:00:20,680 98821 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.039s 2025-08-03 11:00:20,680 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 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-019035ee-9368-4e2c-a283-acb051bf1b9a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a9a7011856e4eb3b6e877de95df8677", "name": "tempest-TestShelveInstance-1190815804-project-member", "password_expires_at": null}, "audit_ids": ["1dzywwDNRAKv3Qw9GPZe7w"], "expires_at": "2025-08-03T12:00:20.000000Z", "issued_at": "2025-08-03T11:00:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c083660ad8c548cd9b73ed8ad6315ca1", "name": "tempest-TestShelveInstance-1190815804"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c083660ad8c548cd9b73ed8ad6315ca1", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 11:00:20,681 98821 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '7a8fdffd-e599-4d5d-92fe-38a2bd7675de', 'name': 'tempest-TestShelveInstance-1724663069-network', 'tenant_id': 'c083660ad8c548cd9b73ed8ad6315ca1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c083660ad8c548cd9b73ed8ad6315ca1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18721, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T11:00:04Z', 'updated_at': '2025-08-03T11:00:04Z', 'revision_number': 1} available for tenant 2025-08-03 11:00:20,996 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.314s 2025-08-03 11:00:20,997 98821 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-816617039", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0921b1d4-b646-4bc1-a950-9955647cbea0', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0921b1d4-b646-4bc1-a950-9955647cbea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d5f77bf9-ced2-4961-9a0a-1007a751ab5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:20.941017", "updated_at": null, "name": "tempest-tempest.common.compute-volume-816617039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}], "user_id": "9a9a7011856e4eb3b6e877de95df8677", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:00:21,046 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.037s 2025-08-03 11:00:21,046 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7168433-77d0-4c43-bf6c-ff8346544082', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7168433-77d0-4c 43-bf6c-ff8346544082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'{"volume": {"id": "d5f77bf9-ced2-4961-9a0a-1007a751ab5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:21.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-816617039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}], "user_id": "9a9a7011856e4eb3b6e877de95df8677", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1"}}' 2025-08-03 11:00:22,102 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.040s 2025-08-03 11:00:22,102 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc451674-b887-412e-8819-eba511784c7b', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc451674-b887-412e-8819-eba511784c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'{"volume": {"id": "d5f77bf9-ced2-4961-9a0a-1007a751ab5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:21.000000", "updated_at": "2025-08-03T11:00:21.000000", "name": "tempest-tempest.common.compute-volume-816617039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}], "user_id": "9a9a7011856e4eb3b6e877de95df8677", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1"}}' 2025-08-03 11:00:22,210 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.094s 2025-08-03 11:00:22,210 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00: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-a406b5c3-47dd-4e97-b299-6d4f25a285e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'' 2025-08-03 11:00:22,230 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.019s 2025-08-03 11:00:22,230 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00: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-5b380733-8412-4144-8f89-625afc8c63fa', 'x-openstack-request-id': 'req-5b380733-8412-4144-8f89-625afc8c63fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d5f77bf9-ced2-4961-9a0a-1007a751ab5c could not be found."}}' 2025-08-03 11:00:22,481 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/95b6d6ff-81da-4d57-a221-37563101c028 0.249s 2025-08-03 11:00:22,481 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-97a55bb8-1574-48df-824a-1217fe38729f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/95b6d6ff-81da-4d57-a221-37563101c028'} Body: b'' 2025-08-03 11:00:22,514 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-181848037 0.031s 2025-08-03 11:00:22,514 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b47dc2-58f2-46f6-803f-207de53435a6', 'x-compute-request-id': 'req-d1b47dc2-58f2-46f6-803f-207de53435a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-181848037'} Body: b'' {5} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {3} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.744090s] ... 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 4154a915-18c5-4620-ba33-1e60059d0fee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:58:32,036 98817 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-03 10:58:32,535 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.495s 2025-08-03 10:58:32,535 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1098453935", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1f318517-cfae-4889-a70c-2a6f605e4671', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1098453935", "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": "00cbf022c3ac497a8dd3e8fa877dc44b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "90032753-d7ff-4855-bad7-e244d4022fc8", "created_at": "2025-08-03T10:58:33Z", "updated_at": "2025-08-03T10:58:33Z", "tags": [], "self": "/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8", "file": "/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:58:33,777 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8/file 1.241s 2025-08-03 10:58:33,777 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dce4944a-98a9-44d3-8bb0-b2cd5c90f644', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8/file'} Body: b'' 2025-08-03 10:58:33,777 98817 DEBUG [tempest.scenario.manager] image:90032753-d7ff-4855-bad7-e244d4022fc8 2025-08-03 10:58:33,836 98817 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.058s 2025-08-03 10:58:33,837 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1602156663", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFwrmE3kLKJ9ijRScaKzZMzoQAWeysd40khyLUZK0TWtsn9W+QQoFEwyykqohOG0Ooi6hPWBujM6PMb3IejnqbxAw1Z/yBZhtWuVCWtDrGJW6SWDExqMYsdKJt6WY7Edmw=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:33 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-4600708d-39af-47c7-9dab-5ba519fc0055', 'x-compute-request-id': 'req-4600708d-39af-47c7-9dab-5ba519fc0055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-160 2156663", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFwrmE3kLKJ9ijRScaKzZMzoQAWeysd40khyLUZK0TWtsn9W+QQoFEwyykqohOG0Ooi6hPWBujM6PMb3IejnqbxAw1Z/yBZhtWuVCWtDrGJW6SWDExqMYsdKJt6WY7Edmw==", "fingerprint": "a1:c0:95:28:bd:37:74:83:5e:21:b3:19:7f:f8:4b:d5", "user_id": "2c11d37fac1141c3942dbcfa61830660"}}' 2025-08-03 10:58:33,940 98817 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-03 10:58:33,940 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8ca2a093-0baf-4fe5-8602-ac6ebd9fcf6b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c11d37fac1141c3942dbcfa61830660", "name": "tempest-TestMinimumBasicScenario-1145146026-project-member", "password_expires_at": null}, "audit_ids": ["DWQehRjxSY-s7YsVMxHKxg"], "expires_at": "2025-08-03T11:58:33.000000Z", "issued_at": "2025-08-03T10:58:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00cbf022c3ac497a8dd3e8fa877dc44b", "name": "tempest-TestMinimumBasicScenario-1145146026"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00cbf022c3ac497a8dd3e8fa877dc44b", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:58:33,941 98817 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '95be9098-c10a-4f54-8ff3-7ac43c1162d6', 'name': 'tempest-TestMinimumBasicScenario-1294768576-network', 'tenant_id': '00cbf022c3ac497a8dd3e8fa877dc44b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00cbf022c3ac497a8dd3e8fa877dc44b', 'port_security_enabled ': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44229, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:55:34Z', 'updated_at': '2025-08-03T10:55:34Z', 'revision_number': 1} available for tenant 2025-08-03 10:58:34,446 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.504s 2025-08-03 10:58:34,446 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1804951016", "imageRef": "90032753-d7ff-4855-bad7-e244d4022fc8", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "networks": [{"uuid": "95be9098-c10a-4f54-8ff3-7ac43c1162d6"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3afa6fa-c2b8-4e44-9472-e7f94b8ce5a6', 'x-compute-request-id': 'req-c3afa6fa-c2b8-4e44-9472-e7f94b8ce5a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MXZRUT4rN77j"}}' 2025-08-03 10:58:34,670 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.220s 2025-08-03 10:58:34,670 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:34 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-2ace095c-e3e6-4364-96c4-7128b90c5a2c', 'x-compute-request-id': 'req-2ace095c-e3e6-4364-96c4-7128b90c5a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "BUILD", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-E XT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "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-03 10:59:24,948 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.217s 2025-08-03 10:59:24,949 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89bd62e-e30c-47c8-8bba-4a8918815a71', 'x-compute-request-id': 'req-e89bd62e-e30c-47c8-8bba-4a8918815a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:51Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 10:59:24,963 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 11:00:25,340 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.334s 2025-08-03 11:00:25,340 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582168ab-9176-438c-a20a-97dbe20537a8', 'x-compute-request-id': 'req-582168ab-9176-438c-a20a-97dbe20537a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55- 40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:51Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 11:00:25,766 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.411s 2025-08-03 11:00:25,767 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:25 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-8c7d3520-886c-4e7d-b3b3-0d2e121bf9d7', 'x-compute-request-id': 'req-8c7d3520-886c-4e7d-b3b3-0d2e121bf9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}]}]}' 2025-08-03 11:00:26,240 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.470s 2025-08-03 11:00:26,241 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68be88df-91b3-4cc6-8a61-1e25d51bd1c2', 'x-compute-request-id': 'req-68be88df-91b3-4cc6-8a61-1e25d51bd1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:51Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 11:00:26,443 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.187s 2025-08-03 11:00:26,443 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-980670473", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c48c23-80f9-4f4d-8b85-5ae5186000e8', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c48c23-80f9-4f4d-8b85-5ae5186000e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4154a915-18c5-4620-ba33-1e60059d0fee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:26.376599", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-980670473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:00:26,503 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.047s 2025-08-03 11:00:26,504 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17cb4c3c-65c9-4fce-82df-7360ed71422c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cb4c3c-65c9-4fce-82df-7360ed71422c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'{"volume": {"id": "4154a915-18c5-4620-ba33-1e60059d0fee", "status": "creating", "size ": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:26.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-980670473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 11:00:27,555 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.037s 2025-08-03 11:00:27,555 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42420e5c-8f34-425d-a4e3-682d68de348a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42420e5c-8f34-425d-a4e3-682d68de348a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'{"volume": {"id": "4154a915-18c5-4620-ba33-1e60059d0fee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:26.000000", "updated_at": "2025-08-03T11:00:27.000000", "name": "tempest-TestMinimumBasicScenario-volume-980670473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 11:00:27,675 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.106s 2025-08-03 11:00:27,676 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d97ff7-aa9b-4e3a-86fa-e10a7db38bc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'' 2025-08-03 11:00:27,696 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.020s 2025-08-03 11:00:27,696 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-i d': 'req-4650a074-5182-4d87-b583-96964f1591a3', 'x-openstack-request-id': 'req-4650a074-5182-4d87-b583-96964f1591a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4154a915-18c5-4620-ba33-1e60059d0fee could not be found."}}' 2025-08-03 11:00:27,815 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.117s 2025-08-03 11:00:27,815 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 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-3d20bf11-3c4f-4ea7-b62c-6486a6f278af', 'x-compute-request-id': 'req-3d20bf11-3c4f-4ea7-b62c-6486a6f278af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'' 2025-08-03 11:00:28,267 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.451s 2025-08-03 11:00:28,267 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a3380f7-d829-425f-b317-b9b081a03561', 'x-compute-request-id': 'req-2a3380f7-d829-425f-b317-b9b081a03561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T11:00:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 11:01:18,646 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2 .1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.313s 2025-08-03 11:01:18,647 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:18 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-dcf76b2e-6f29-40ee-941f-8724aa382e48', 'x-compute-request-id': 'req-dcf76b2e-6f29-40ee-941f-8724aa382e48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 could not be found."}}' 2025-08-03 11:01:18,685 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1602156663 0.037s 2025-08-03 11:01:18,685 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3bd0618-c5d4-472c-a958-f338971adb4a', 'x-compute-request-id': 'req-b3bd0618-c5d4-472c-a958-f338971adb4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1602156663'} Body: b'' 2025-08-03 11:01:18,777 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8 0.091s 2025-08-03 11:01:18,778 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-bd460f32-7a04-4b04-b4cd-8213bb476c24', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8'} Body: b'' {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.356753s] ... 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 6d5a0fe6-871b-4aee-81b6-0492fa90b1d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:01:26,735 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.336s 2025-08-03 11:01:26,735 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb5a3657-4b52-426b-b04f-3f7f562ad715', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb5a3657-4b52-426b-b04f-3f7f562ad715', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6d5a0fe6-871b-4aee-81b6-0492fa90b1d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:26.675052", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:26,961 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-03 11:01:26,962 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1617612605"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b75cef87-50f7-4e0d-8c0d-999fc178ffdf', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b75cef87-50f7-4e0d-8c0d-999fc178ffdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9a220b54-3fdd-4058-b1fe-55909313bd2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:26.873596", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1617612605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9a220b54-3fdd-4058-b1fe-55909313bd2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9a220b54-3fdd-4058-b1fe-55909313bd2e"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,267 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.293s 2025-08-03 11:01:27,267 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-762258 365"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f2171dd-8878-4964-a846-a6690cebbda1', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f2171dd-8878-4964-a846-a6690cebbda1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "03dcfe12-7654-4a83-a82b-a2e0fafe4f0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.211773", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-762258365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03dcfe12-7654-4a83-a82b-a2e0fafe4f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03dcfe12-7654-4a83-a82b-a2e0fafe4f0d"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,448 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.169s 2025-08-03 11:01:27,448 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1963455741"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49383a4-cadd-4df9-a73d-ef77a703fb20', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49383a4-cadd-4df9-a73d-ef77a703fb20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "de3e1a15-8ee4-4327-85ac-25fa539066d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.390474", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1963455741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de3e1a15-8ee4-4327-85ac-25fa539066d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de3e1a15-8ee4-4327-85ac-25fa539066d5"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,623 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.162s 2025-08-03 11:01:27,623 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1121950040"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a4607e9-88b5-49e5-8278-1809753a6336', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a4607e9-88b5-49e5-8278-1809753a6336', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3ccb63a5-e1f0-4 766-a9d6-b4c157fbc9b3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.569368", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1121950040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccb63a5-e1f0-4766-a9d6-b4c157fbc9b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccb63a5-e1f0-4766-a9d6-b4c157fbc9b3"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,687 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5 0.052s 2025-08-03 11:01:27,687 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c538e25-5b40-45b4-9737-3645a566ed00', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c538e25-5b40-45b4-9737-3645a566ed00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5'} Body: b'{"volume": {"id": "6d5a0fe6-871b-4aee-81b6-0492fa90b1d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.000000", "updated_at": "2025-08-03T11:01:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eabf49b5abbd442fadd6314891ecd3c1"}}' 2025-08-03 11:01:28,740 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5 0.038s 2025-08-03 11:01:28,740 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af681e10-3f2b-4400-9b68-f05d5b90451f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af681e10-3f2b-4400-9b68-f05d5b90451f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5'} Body: b'{"volume": {"id": "6d5a0fe6-871b-4aee-81b6-0492fa90b1d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.000000", "updated_at": "2025-08-03T11:01:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}], "user_ id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eabf49b5abbd442fadd6314891ecd3c1"}}' {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal [1.809071s] ... 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 8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:01:44,850 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.558s 2025-08-03 11:01:44,850 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1084267900", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722f44fa-4e3b-4cba-a90a-4f4d8e37b52e', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722f44fa-4e3b-4cba-a90a-4f4d8e37b52e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:44.791340", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1084267900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}], "user_id": "f6a23b68fc5c4191af010557dc1375b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:44,904 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.042s 2025-08-03 11:01:44,905 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeaf1adb-95ff-4419-b676-a85ea28f6fbc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeaf1adb-95ff-4419-b676-a85ea28f6fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'{"volume": {"id": "8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:45.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1084267900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}], "user_id": "f6a23b68fc5c4191af010557dc1375b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01253818502347409a4e2ee0fbc81eca"}}' 2025-08-03 11:01:45,965 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.046s 2025-08-03 11:01:45,966 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-c62a598c-0a44-4989-8334-6c20056c7312', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62a598c-0a44-4989-8334-6c20056c7312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'{"volume": {"id": "8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:45.000000", "updated_at": "2025-08-03T11:01:45.000000", "name": "tempest-SnapshotDependencyTests-volume-1084267900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}], "user_id": "f6a23b68fc5c4191af010557dc1375b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01253818502347409a4e2ee0fbc81eca"}}' 2025-08-03 11:01:46,075 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.095s 2025-08-03 11:01:46,075 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01: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-b43a0534-c908-451b-95ec-e741c964087a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'' 2025-08-03 11:01:46,097 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.022s 2025-08-03 11:01:46,098 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa6f73b8-d22c-40c9-a695-98aa1648e3a9', 'x-openstack-request-id': 'req-fa6f73b8-d22c-40c9-a695-98aa1648e3a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 could not be found."}}' {3} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported ============================== Failed 112 tests - output below: ============================== 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_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 4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:36,907 98823 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.786s 2025-08-03 10:42:36,908 98823 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-322840568"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbf5587d-a819-4ecb-99b2-71d98e974216', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbf5587d-a819-4ecb-99b2-71d98e974216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "806ea24a-0243-4f92-96e7-e395408f09d8", "name": "tempest-GroupsTest-volume-type-322840568", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:42:36,963 98823 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.050s 2025-08-03 10:42:36,963 98823 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-1059289373"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-522c6f7a-d64d-445c-a142-426e7c12ed27', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-522c6f7a-d64d-445c-a142-426e7c12ed27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "d83e3320-4d6d-4949-b333-59541aa8a986", "name": "tempest-GroupsTest-group-type-1059289373", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:42:37,465 98823 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.499s 2025-08-03 10:42:37,466 98823 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": "d83e3320-4d6d-4949-b333-59541aa8a986", "volume_types": ["806ea24a-0243-4f92-96e7-e395408f09d8"], "name": "tempest-Group1-1402754314"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d146264-c49f-492b-870c-270f2fb16199', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d146264-c49f-492b-870c-270f2fb16199', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "4cef2948-2f4a-4cd5-9e9f-91dabcb7de68", "name": "tempest-Group1-1402754314"}}' 2025-08-03 10:42:37,533 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 0.065s 2025-08-03 10:42:37,533 98823 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': 'Sun, 03 Aug 2025 10:42:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-b2c6717c-169c-4de2-bc8e-b84ec7b7487f', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c6717c-169c-4de2-bc8e-b84ec7b7487f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68'} Body: b'{"group": {"id": "4cef2948-2f4a-4cd5-9e9f-91dabcb7de68", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:42:37.000000", "name": "tempest-Group1-1402754314", "description": null, "group_type": "d83e3320-4d6d-4949-b333-59541aa8a986", "volume_types": ["806ea24a-0243-4f92-96e7-e395408f09d8"]}}' 2025-08-03 10:42:38,754 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 0.213s 2025-08-03 10:42:38,755 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c015a8db-2a77-4760-bcd2-265f0f42883e', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c015a8db-2a77-4760-bcd2-265f0f42883e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68'} Body: b'{"group": {"id": "4cef2948-2f4a-4cd5-9e9f-91dabcb7de68", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:42:37.000000", "name": "tempest-Group1-1402754314", "description": null, "group_type": "d83e3320-4d6d-4949-b333-59541aa8a986", "volume_types": ["806ea24a-0243-4f92-96e7-e395408f09d8"]}}' 2025-08-03 10:42:38,839 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.078s 2025-08-03 10:42:38,839 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600fa539-93e3-4bf4-93fe-481c5b85bbe6', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600fa539-93e3-4bf4-93fe-481c5b85bbe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:42:38,939 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68/action 0.080s 2025-08-03 10:42:38,940 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a79cddc-e976-4bde-a1bc-d13ee0b7b7d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68/action'} Body: b'' 2025-08-03 10:42:38,954 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 0.014s 2025-08-03 10:42:38, 955 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-008a5fe8-2237-4cab-a50a-57333f6f3dc9', 'x-openstack-request-id': 'req-008a5fe8-2237-4cab-a50a-57333f6f3dc9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/4cef2948-2f4a-4cd5-9e9f-91dabcb7de68'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4cef2948-2f4a-4cd5-9e9f-91dabcb7de68 could not be found."}}' 2025-08-03 10:42:39,000 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/d83e3320-4d6d-4949-b333-59541aa8a986 0.045s 2025-08-03 10:42:39,001 98823 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': 'Sun, 03 Aug 2025 10:42:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04f5e515-d7d7-421c-bac3-df8cf1e290d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/d83e3320-4d6d-4949-b333-59541aa8a986'} Body: b'' 2025-08-03 10:42:39,085 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8 0.084s 2025-08-03 10:42:39,086 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42: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-066c88d4-fc07-4415-aaee-01e3b802a6d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8'} Body: b'' 2025-08-03 10:42:39,101 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8 0.014s 2025-08-03 10:42:39,101 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42: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-b83044c3-0399-4021-a490-b4fba4ce6377', 'x-openstack-request-id': 'req-b83044c3-0399-4021-a490-b4fba4ce6377', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/806ea24a-0243-4f92-96e7-e395408f09d8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 806ea24a-0243-4f92-96e7-e395408f09d8 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 b06633aa-f0d0-413d-a5a3-201d13210271 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:39,134 98823 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-03 10:42:39,135 98823 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-700884384"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188324e3-04f1-4294-9a55-ba54b60e4f33', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188324e3-04f1-4294-9a55-ba54b60e4f33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e9ef2672-f01f-467d-a041-84ba10eb05a8", "name": "tempest-GroupsTest-volume-type-700884384", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:42:39,162 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.024s 2025-08-03 10:42:39,163 98823 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-754777949"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80077ccf-32a3-4e99-a133-9ced7077f8da', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80077ccf-32a3-4e99-a133-9ced7077f8da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "5167504e-a561-41d0-9b03-9d83c57b2846", "name": "tempest-GroupsTest-group-type-754777949", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:42:39,291 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.126s 2025-08-03 10:42:39,292 98823 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": "5167504e-a561-41d0-9b03-9d83c57b2846", "volume_types": ["e9ef2672-f01f-467d-a041-84ba10eb05a8"], "name": "tempest-GroupsTest-Group-1764332969"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c84ed8f-fe12-43eb-baff-a2342acaf4ef', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c84ed8f-fe12-43eb-baff-a2342acaf4ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "b06633aa-f0d0-413d-a5a3-201d13210271", "name": "tempest-GroupsTest-Group-1764332969"}}' 2025-08-03 10:42:39,340 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271 0.046s 2025-08-03 10:42:39,341 98823 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': 'Sun, 03 Aug 2025 10:42:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa659ba-f869-4909-95e3-5e087ce3adc 1', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa659ba-f869-4909-95e3-5e087ce3adc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271'} Body: b'{"group": {"id": "b06633aa-f0d0-413d-a5a3-201d13210271", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:42:39.000000", "name": "tempest-GroupsTest-Group-1764332969", "description": null, "group_type": "5167504e-a561-41d0-9b03-9d83c57b2846", "volume_types": ["e9ef2672-f01f-467d-a041-84ba10eb05a8"]}}' 2025-08-03 10:42:40,372 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271 0.026s 2025-08-03 10:42:40,373 98823 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': 'Sun, 03 Aug 2025 10:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6befb113-7d1e-42f1-8af4-a91a968d050b', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6befb113-7d1e-42f1-8af4-a91a968d050b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271'} Body: b'{"group": {"id": "b06633aa-f0d0-413d-a5a3-201d13210271", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:42:39.000000", "name": "tempest-GroupsTest-Group-1764332969", "description": null, "group_type": "5167504e-a561-41d0-9b03-9d83c57b2846", "volume_types": ["e9ef2672-f01f-467d-a041-84ba10eb05a8"]}}' 2025-08-03 10:42:40,453 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.075s 2025-08-03 10:42:40,453 98823 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': 'Sun, 03 Aug 2025 10:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc01f1bb-c3f4-4aa1-9c27-897712365f42', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc01f1bb-c3f4-4aa1-9c27-897712365f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:42:40,530 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271/action 0.061s 2025-08-03 10:42:40,531 98823 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': 'Sun, 03 Aug 2025 10:42:40 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-60ed3b54-b787-43ee-8433-0b29bbd1681c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271/action'} Body: b'' 2025-08-03 10:42:40,545 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271 0.013s 2025-08-03 10:42:40,545 98823 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': 'Sun, 03 Aug 2025 10:42:40 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-7f5336f1-e863-4117-b000-bc3323218c1e', 'x-openstack-request-id': 'req-7f5336f1-e863-4117-b000-bc3323218c1e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/b06633aa-f0d0-413d-a5a3-201d13210271'} Body: b'{"itemNotFound": {"code": 404, "message": "Group b06633aa-f0d0-413d-a5a3-201d13210271 could not be found."}}' 2025-08-03 10:42:40,584 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/5167504e-a561-41d0-9b03-9d83c57b2846 0.038s 2025-08-03 10:42:40,584 98823 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': 'Sun, 03 Aug 2025 10:42:40 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-1dd37166-d052-4acb-b95f-200e9a872d0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/5167504e-a561-41d0-9b03-9d83c57b2846'} Body: b'' 2025-08-03 10:42:40,658 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8 0.073s 2025-08-03 10:42:40,658 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe3785b-67dc-4f27-b8dc-2291dcf2fcdc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8'} Body: b'' 2025-08-03 10:42:40,673 98823 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8 0.014s 2025-08-03 10:42:40,673 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:40 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-e5de1249-0d24-4941-a6ec-fb4c0cd9ec0f', 'x-openstack-request-id': 'req-e5de1249-0d24-4941-a6ec-fb4c0cd9ec0f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e9ef2672-f01f-467d-a041-84ba10eb05a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e9ef2672-f01f-467d-a041-84ba10eb05a8 could not be found."}}' 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 26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:04,055 98813 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.289s 2025-08-03 10:43:04,055 98813 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-35157790"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-832d8aea-83b8-4005-93aa-691bd3ea3288', 'content-length': '222', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-832d8aea-83b8-4005-93aa-691bd3ea3288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e51941a7-97bc-4280-ab5f-e1c69218e2fa", "name": "tempest-GroupSnapshotsTest-volume-type-35157790", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:43:04,103 98813 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.043s 2025-08-03 10:43:04,103 98813 DEBUG [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-1837151105"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d452c07c-02fe-44f1-8ab9-aed65bc9d038', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d452c07c-02fe-44f1-8ab9-aed65bc9d038', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "name": "tempest-GroupSnapshotsTest-group-type-1837151105", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:43:04,346 98813 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.239s 2025-08-03 10:43:04,347 98813 DEBUG [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": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "volume_types": ["e51941a7-97bc-4280-ab5f-e1c69218e2fa"], "name": "tempest-GroupSnapshotsTest-Group-1306574355"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35df559-248e-44ea-bad7-577e278dce02', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35df559-248e-44ea-bad7-577e278dce02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e", "name": "tempest-GroupSnapshotsTest-Group-1306574355"}}' 2025-08-03 10:43:04,377 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e 0.028s 2025-08-03 10:43:04,377 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3cdadbf-2883-436c-8516-f7e33ae4b473', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3cdadbf-2883-436c-8516-f7e33ae4b473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e'} Body: b'{"group": {"id": "26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:43:04.000000", "name": "tempest-GroupSnapshotsTest-Group-1306574355", "description": null, "group_type": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "volume_types": ["e51941a7-97bc-4280-ab5f-e1c69218e2fa"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:05,461 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e 0.078s 2025-08-03 10:43:05,461 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702e834b-c02e-4123-b245-956a45b2807d', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702e834b-c02e-4123-b245-956a45b2807d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e'} Body: b'{"group": {"id": "26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:43:04.000000", "name": "tempest-GroupSnapshotsTest-Group-1306574355", "description": null, "group_type": "1f1216e0-3663-4a8d-a4be-0b693c98d6e0", "volume_types": ["e51941a7-97bc-4280-ab5f-e1c69218e2fa"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:05,555 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.088s 2025-08-03 10:43:05,556 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f45c154e-5952-46a8-8441-257496064cf5', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f45c154e-5952-46a8-8441-257496064cf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:43:05,714 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e/action 0.142s 2025-08-03 10:43:05,714 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9558c8d7-b5db-4c75-8c48-f29caa475e39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/2 6a661c3-5f81-41ce-bfe1-b1bb9cb42c5e/action'} Body: b'' 2025-08-03 10:43:05,730 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e 0.015s 2025-08-03 10:43:05,730 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a067f48-7e20-4a90-a734-80d6aed578fb', 'x-openstack-request-id': 'req-2a067f48-7e20-4a90-a734-80d6aed578fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 26a661c3-5f81-41ce-bfe1-b1bb9cb42c5e could not be found."}}' 2025-08-03 10:43:05,769 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/1f1216e0-3663-4a8d-a4be-0b693c98d6e0 0.038s 2025-08-03 10:43:05,770 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c89c5ed-2385-4b68-8e72-646e94cc3cd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/1f1216e0-3663-4a8d-a4be-0b693c98d6e0'} Body: b'' 2025-08-03 10:43:05,862 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa 0.091s 2025-08-03 10:43:05,862 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c59ff7-a868-4a5d-8778-ad18822af83a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa'} Body: b'' 2025-08-03 10:43:05,879 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa 0.016s 2025-08-03 10:43:05,879 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 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-b8630dfa-857e-465c-b764-c0671d160ea9', 'x-openstack-request-id': 'req-b8630dfa-857e-465c-b764-c0671d160ea9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e51941a7-97bc-4280-ab5f-e1c69218e2fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e51941a7-97bc-4280-ab5f-e1c69218e2fa could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 225, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 9cb5e8be-0fe0-45dc-820e-82e272be416e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:05,918 98813 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.036s 2025-08-03 10:43:05,918 98813 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-1027323038"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-254a56c7-ace2-450e-9c2e-6e8ec402b26e', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-254a56c7-ace2-450e-9c2e-6e8ec402b26e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "6247b1b4-eb73-43b2-ad7e-319239b5da99", "name": "tempest-GroupSnapshotsTest-volume-type-1027323038", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:43:05,975 98813 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.053s 2025-08-03 10:43:05,975 98813 DEBUG [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-1038366072"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18362692-cf26-4bd2-ae0b-85695a0a54f7', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18362692-cf26-4bd2-ae0b-85695a0a54f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "149de7fc-7201-4eb9-9dce-12505ab2af96", "name": "tempest-GroupSnapshotsTest-group-type-1038366072", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:43:06,061 98813 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.083s 2025-08-03 10:43:06,061 98813 DEBUG [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": "149de7fc-7201-4eb9-9dce-12505ab2af96", "volume_types": ["6247b1b4-eb73-43b2-ad7e-319239b5da99"], "name": "tempest-GroupSnapshotsTest-Group-1644047837"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cfdfaec-e562-427a-b51d-0cf6eaa9add7', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cfdfaec-e562-427a-b51d-0cf6eaa9add7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "9cb5e8be-0fe0-45dc-820e-82e272be416e", "name": "tempest-GroupSnapshotsTest-Group-1644047837"}}' 2025-08-03 10:43:06,095 98813 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/9cb5e8be-0fe0-45dc-820e-82e272be416e 0.031s 2025-08-03 10:43:06,095 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c943c493-5dca-4e4c-940d-78884fc4ae35', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c943c493-5dca-4e4c-940d-78884fc4ae35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e'} Body: b'{"group": {"id": "9cb5e8be-0fe0-45dc-820e-82e272be416e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:43:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1644047837", "description": null, "group_type": "149de7fc-7201-4eb9-9dce-12505ab2af96", "volume_types": ["6247b1b4-eb73-43b2-ad7e-319239b5da99"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:07,134 98813 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/9cb5e8be-0fe0-45dc-820e-82e272be416e 0.032s 2025-08-03 10:43:07,135 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2855b121-bf77-47e0-bf84-306c55b5a8b8', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2855b121-bf77-47e0-bf84-306c55b5a8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e'} Body: b'{"group": {"id": "9cb5e8be-0fe0-45dc-820e-82e272be416e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:43:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1644047837", "description": null, "group_type": "149de7fc-7201-4eb9-9dce-12505ab2af96", "volume_types": ["6247b1b4-eb73-43b2-ad7e-319239b5da99"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:07,139 98813 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-03 10:43:07,172 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-08-03 10:43:07,173 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5930b0c-ecf3-4d4b-b735-08990fc1dc1b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5930b0c-ecf3-4d4b-b735-08990fc1dc1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:43:07,251 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e/action 0.063s 2025-08-03 10:43:07,251 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab7b5944-baff-4e05-9005-39af688ab977', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e/action'} Body: b'' 2025-08-03 10:43:07,266 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e 0.014s 2025-08-03 10:43:07,266 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0376f66-cb13-437a-92a0-7c2bfa46307b', 'x-openstack-request-id': 'req-a0376f66-cb13-437a-92a0-7c2bfa46307b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/9cb5e8be-0fe0-45dc-820e-82e272be416e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 9cb5e8be-0fe0-45dc-820e-82e272be416e could not be found."}}' 2025-08-03 10:43:07,300 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/149de7fc-7201-4eb9-9dce-12505ab2af96 0.033s 2025-08-03 10:43:07,300 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741cf399-ecac-4ff8-989f-d1ad3cd93d27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/149de7fc-7201-4eb9-9dce-12505ab2af96'} Body: b'' 2025-08-03 10:43:07,356 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/6247b1b4-eb73-43b2-ad7e-319239b5da99 0.055s 2025-08-03 10:43:07,356 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ccfcf3-cf5c-46e9-80b7-241d9fe11a92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/6247b1b4-eb73-43b2-ad7e-319239b5da99'} Body: b'' 2025-08-03 10:43:07,373 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/6247b1b4-eb73-43b2-ad7e-319239b5da99 0.016s 2025-08-03 10:43:07,373 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca02c41f-e202-4c52-bc9e-3f41d41d08dd', 'x-openstack-request-id': 'req-ca02c41f-e202-4c52-bc9e-3f41d41d08dd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/6247b 1b4-eb73-43b2-ad7e-319239b5da99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 6247b1b4-eb73-43b2-ad7e-319239b5da99 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 1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:07,409 98813 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.031s 2025-08-03 10:43:07,409 98813 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-397335184"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e79c30-eeab-40fe-8892-c0613e44f384', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e79c30-eeab-40fe-8892-c0613e44f384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "808f4e95-0586-4f80-987a-a23e22e5cf62", "name": "tempest-GroupSnapshotsTest-volume-type-397335184", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:43:07,461 98813 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.048s 2025-08-03 10:43:07,461 98813 DEBUG [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-1734545200"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318b2ac7-f257-447f-9823-23c2dd3b7191', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318b2ac7-f257-447f-9823-23c2dd3b7191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "name": "tempest-GroupSnapshotsTest-group-type-1734545200", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:43:07,592 98813 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.128s 2025-08-03 10:43:07,592 98813 DEBUG [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": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "volume_types": ["808f4e95-0586-4f80-987a-a23e22e5cf62"], "name": "tempest-GroupSnapshotsTest-Group-829846856"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb8da69-2e7a-4ce5-adae-d4b0da7803df', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb8da69-2e7a-4ce5-adae-d4b0da7803df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "1271fecd-446d-4ad7-9d70-cd8d7b46a7d0", "name": "tempest-GroupSnapshotsTest-Group-829846856"}}' 2025-08-03 10:43:07,623 98813 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/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 0.029s 2025-08-03 10:43:07,624 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Sun, 03 Aug 2025 10:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71c49839-6a9f-4921-a643-0173dd394718', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c49839-6a9f-4921-a643-0173dd394718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0'} Body: b'{"group": {"id": "1271fecd-446d-4ad7-9d70-cd8d7b46a7d0", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:43:08.000000", "name": "tempest-GroupSnapshotsTest-Group-829846856", "description": null, "group_type": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "volume_types": ["808f4e95-0586-4f80-987a-a23e22e5cf62"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:08,656 98813 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/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 0.026s 2025-08-03 10:43:08,657 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c52111da-9426-455c-8ed9-4a022a3cf3ab', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c52111da-9426-455c-8ed9-4a022a3cf3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0'} Body: b'{"group": {"id": "1271fecd-446d-4ad7-9d70-cd8d7b46a7d0", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:43:08.000000", "name": "tempest-GroupSnapshotsTest-Group-829846856", "description": null, "group_type": "028f7eb7-10ea-4d56-8790-7c71476a24e4", "volume_types": ["808f4e95-0586-4f80-987a-a23e22e5cf62"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:43:08,694 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-08-03 10:43:08,694 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21d49f68-9b2b-4ad8-a9fc-21003f67552d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21d49f68-9b2b-4ad8-a9fc-21003f67552d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:43:08,792 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0/action 0.083s 2025-08-03 10:43:08,792 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 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-32fa3f21-2862-49b0-84de-9c87033cbc00', 'connection': 'close', 'status': '202', 'content-location': 'http://1 0.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0/action'} Body: b'' 2025-08-03 10:43:08,809 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 0.016s 2025-08-03 10:43:08,810 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 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-8d54d516-d0be-4ad0-9dbb-b338def94f64', 'x-openstack-request-id': 'req-8d54d516-d0be-4ad0-9dbb-b338def94f64', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/1271fecd-446d-4ad7-9d70-cd8d7b46a7d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1271fecd-446d-4ad7-9d70-cd8d7b46a7d0 could not be found."}}' 2025-08-03 10:43:08,841 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/028f7eb7-10ea-4d56-8790-7c71476a24e4 0.030s 2025-08-03 10:43:08,841 98813 DEBUG [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': 'Sun, 03 Aug 2025 10:43:08 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-71b55042-290d-4645-b7a8-378c6891c55b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/028f7eb7-10ea-4d56-8790-7c71476a24e4'} Body: b'' 2025-08-03 10:43:08,885 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62 0.043s 2025-08-03 10:43:08,885 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-0488f548-3529-4c55-b71a-30896f75132d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62'} Body: b'' 2025-08-03 10:43:08,899 98813 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62 0.013s 2025-08-03 10:43:08,899 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:08 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-c603830d-e430-4180-a120-ccc654b3d25c', 'x-openstack-request-id': 'req-c603830d-e430-4180-a120-ccc654b3d25c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/808f4e95-0586-4f80-987a-a23e22e5cf62'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 808f4e95-0586-4f80-987a-a23e22e5cf62 could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] ------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 39beb42e-2bfc-402b-99b0-d11ab4963bcf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:20,393 98815 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.565s 2025-08-03 10:43:20,394 98815 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-1786696642"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a267e13-f7b3-424c-bf8a-4014fd5a6aef', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a267e13-f7b3-424c-bf8a-4014fd5a6aef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "39beb42e-2bfc-402b-99b0-d11ab4963bcf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:20.297402", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1786696642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}], "user_id": "cc829af7e4bf4f2b8eaed47a4dbaa8c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:20,503 98815 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf 0.095s 2025-08-03 10:43:20,503 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf82039-2b28-4603-90bd-faffb2ac5953', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf82039-2b28-4603-90bd-faffb2ac5953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf'} Body: b'{"volume": {"id": "39beb42e-2bfc-402b-99b0-d11ab4963bcf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:20.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1786696642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}], "user_id": "cc829af7e4bf4f2b8eaed47a4dbaa8c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f4bc3b9e6e684b998747bc48bb855d23"}}' 2025-08-03 10:43:21,610 98815 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf 0.091s 2025-08-03 10:43:21,611 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c023bc9-8a10-4889-84ba-8d2b041480c4', 'content-length': '835', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c023bc9-8a10-4889-84ba-8d2b041480c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf'} Body: b'{"volume": {"id": "39beb42e-2bfc-402b-99b0-d11ab4963bcf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:20.000000", "updated_at": "2025-08-03T10:43:21.000000", "name": "tempest-TestVolumeSwap-volume-1786696642", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39beb42e-2bfc-402b-99b0-d11ab4963bcf"}], "user_id": "cc829af7e4bf4f2b8eaed47a4dbaa8c3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f4bc3b9e6e684b998747bc48bb855d23"}}' 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 9c37e784-d26a-4e39-a895-0ce5e033e049 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:27,472 98827 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.769s 2025-08-03 10:43:27,472 98827 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-1117933078", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e33d0c8-237f-4dde-8baf-260ce71e0f75', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e33d0c8-237f-4dde-8baf-260ce71e0f75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9c37e784-d26a-4e39-a895-0ce5e033e049", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:27.401115", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1117933078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}], "user_id": "7d71382f44ac43b78aa572efaeca9090", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:27,563 98827 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049 0.078s 2025-08-03 10:43:27,564 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb02864-1c07-412c-8ef4-de77ec2573cf', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb02864-1c07-412c-8ef4-de77ec2573cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049'} Body: b'{"volume": {"id": "9c37e784-d26a-4e39-a895-0ce5e033e049", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:27.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1117933078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}], "user_id": "7d71382f44ac43b78aa572efaeca9090", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2a40f2666bb46adbd9b60dcde0a4cf0"}}' 2025-08-03 10:43:28,649 98827 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049 0.069s 2025-08-03 10:43:28,649 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf71dfb-a48b-416d-ba1c-178bc6b199bb', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf71dfb-a48b-416d-ba1c-178bc6b199bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049'} Body: b'{"volume": {"id": "9c37e784-d26a-4e39-a895-0ce5e033e049", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:27.000000", "updated_at": "2025-08-03T10:43:28.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1117933078", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c37e784-d26a-4e39-a895-0ce5e033e049"}], "user_id": "7d71382f44ac43b78aa572efaeca9090", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2a40f2666bb46adbd9b60dcde0a4cf0"}}' 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 22b718ac-2990-47e1-9801-a0802aba37f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:29,005 98829 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.663s 2025-08-03 10:43:29,005 98829 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-2011930133", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac94e43-8c67-490f-88d1-34278290bff2', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac94e43-8c67-490f-88d1-34278290bff2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "22b718ac-2990-47e1-9801-a0802aba37f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:28.939928", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2011930133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}], "user_id": "499a38c822d34a6f84ba81662ae9b0ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:29,053 98829 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4 0.035s 2025-08-03 10:43:29,054 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9557d1ae-c006-4d67-9f9b-994c6d0832af', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9557d1ae-c006-4d67-9f9b-994c6d0832af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4'} Body: b'{"volume": {"id": "22b718ac-2990-47e1-9801-a0802aba37f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:29.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2011930133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}], "user_id": "499a38c822d34a6f84ba81662ae9b0ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7e493af8bf14f6e85068ab553655cda"}}' 2025-08-03 10:43:30,105 98829 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4 0.035s 2025-08-03 10:43:30,105 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-51bf265f-8bd3-4541-b824-2fad6c2cd58e', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51bf265f-8bd3-4541-b824-2fad6c2cd58e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4'} Body: b'{"volume": {"id": "22b718ac-2990-47e1-9801-a0802aba37f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:29.000000", "updated_at": "2025-08-03T10:43:29.000000", "name": "tempest-TaggedBootDevicesTest-volume-2011930133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22b718ac-2990-47e1-9801-a0802aba37f4"}], "user_id": "499a38c822d34a6f84ba81662ae9b0ba", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c7e493af8bf14f6e85068ab553655cda"}}' 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 f1d1385e-9ad9-488a-b432-88610aaeddd5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:34,584 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/12807b4687444e9c937d8871860a406d?usage=True 0.109s 2025-08-03 10:43:34,584 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-340a5343-e13b-494c-8048-e3fbfd760d7a', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-340a5343-e13b-494c-8048-e3fbfd760d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/12807b4687444e9c937d8871860a406d?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:34,913 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.311s 2025-08-03 10:43:34,914 98813 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-915777860"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3919545-a82a-4f2d-8845-4517fb1ec181', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3919545-a82a-4f2d-8845-4517fb1ec181', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:34.848901", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:34,973 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.047s 2025-08-03 10:43:34,974 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-ee7d2b09-26d0-4f59-8fdc-40d6e299e031', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7d2b09-26d0-4f59-8fdc-40d6e299e031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:35.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:36,027 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.040s 2025-08-03 10:43:36,028 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d68d266-e16b-467e-bdd3-6c6f8f88907d', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d68d266-e16b-467e-bdd3-6c6f8f88907d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:35.000000", "updated_at": "2025-08-03T10:43:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:36,081 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.038s 2025-08-03 10:43:36,082 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46d9b210-a600-41fa-9333-c0e07d6070fa', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46d9b210-a600-41fa-9333-c0e07d6070fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"volume": {"id": "f1d1385e-9ad9-488a-b432-88610aaeddd5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "202 5-08-03T10:43:35.000000", "updated_at": "2025-08-03T10:43:35.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-915777860", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:36,198 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.102s 2025-08-03 10:43:36,198 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58fa9893-694e-4ed5-963c-1418f16cabcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'' 2025-08-03 10:43:36,221 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5 0.022s 2025-08-03 10:43:36,221 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f8d2af-4d1c-407b-9f87-00de9d8fe9b6', 'x-openstack-request-id': 'req-98f8d2af-4d1c-407b-9f87-00de9d8fe9b6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f1d1385e-9ad9-488a-b432-88610aaeddd5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f1d1385e-9ad9-488a-b432-88610aaeddd5 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 371, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 99f00702-9bbe-4c29-9f20-c08dd3d5e297 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:27,562 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 3.991s 2025-08-03 10:43:27,562 98831 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-1006812401"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a1984ac9-16ec-49a8-b1a2-0fb49b8b613e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"e84a4d6b-b00d-48c9-bfb6-d75d165fdb91","name":"tempest-tagged-attachments-test-net-1006812401","tenant_id":"9b31a14d2c654083af3fd373bbe8244a","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"9b31a14d2c654083af3fd373bbe8244a","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-03T10:43:26Z","updated_at":"2025-08-03T10:43:26Z","revision_number":1}}' 2025-08-03 10:43:31,038 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 3.475s 2025-08-03 10:43:31,038 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "e84a4d6b-b00d-48c9-bfb6-d75d165fdb91", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-1f939c6c-0049-466a-87b8-428376c95859', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"002d2171-78ea-49d6-a8f3-64bc986c2756","name":"","tenant_id":"9b31a14d2c654083af3fd373bbe8244a","network_id":"e84a4d6b-b00d-48c9-bfb6-d75d165fdb91","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-03T10:43:29Z","updated_at":"2025-08-03T10:43:29Z","revision_number":0,"project_id":"9b31a14d2c654083af3fd373bbe8244a"}}' 2025-08-03 10:43:31,638 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.599s 2025-08-03 10:43:31,639 98831 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-2139740371"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e67437c9-f206-4f41-996c-72def5a1a206', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e67437c9-f206-4f41-996c-72def5a1a206', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99f00702-9bbe-4c29-9f20-c08dd3d5e297", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:31.509696", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-21397403 71", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}], "user_id": "3554af70ff3446938896b100522a444e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:31,704 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297 0.051s 2025-08-03 10:43:31,705 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e7c334c-2b75-4916-80c8-e24087d7be90', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e7c334c-2b75-4916-80c8-e24087d7be90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297'} Body: b'{"volume": {"id": "99f00702-9bbe-4c29-9f20-c08dd3d5e297", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:32.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2139740371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}], "user_id": "3554af70ff3446938896b100522a444e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b31a14d2c654083af3fd373bbe8244a"}}' 2025-08-03 10:43:32,773 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297 0.052s 2025-08-03 10:43:32,773 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9c480c-9e92-4bee-8538-7da7ff51a0ca', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9c480c-9e92-4bee-8538-7da7ff51a0ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297'} Body: b'{"volume": {"id": "99f00702-9bbe-4c29-9f20-c08dd3d5e297", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:32.000000", "updated_at": "2025-08-03T10:43:32.000000", "name": "tempest-TaggedAttachmentsTest-volume-2139740371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99f00702-9bbe-4c29-9f20-c08dd3d5e297"}], "user_id": "3554af70ff3446938896b100522a444e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b31a14d2c654083af3fd373bbe8244a"}}' 2025-08-03 10:43:3 4,879 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/002d2171-78ea-49d6-a8f3-64bc986c2756 2.090s 2025-08-03 10:43:34,880 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a4c14fce-d02a-4350-8cd0-d324311ae8e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/002d2171-78ea-49d6-a8f3-64bc986c2756'} Body: b'' 2025-08-03 10:43:36,311 98831 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/e84a4d6b-b00d-48c9-bfb6-d75d165fdb91 1.430s 2025-08-03 10:43:36,311 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cb11c4b2-af57-4707-8c6e-674564e4033a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/e84a4d6b-b00d-48c9-bfb6-d75d165fdb91'} Body: b'' 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 e0768e8d-3323-42ea-863a-20d456010e0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:36,421 98813 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.196s 2025-08-03 10:43:36,422 98813 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-1168336928"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf45f19-4bdc-499b-92a6-43f401df2dfa', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf45f19-4bdc-499b-92a6-43f401df2dfa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.360898", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:36,471 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.037s 2025-08-03 10:43:36,471 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41231844-360b-49dd-ab88-120d296b6a21', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41231844-360b-49dd-ab88-120d296b6a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:37,573 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.086s 2025-08-03 10:43:37,573 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-89475c86-5f82-4ccd-8336-899bdcb7cbb2', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89475c86-5f82-4ccd-8336-899bdcb7cbb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.000000", "updated_at": "2025-08-03T10:43:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:37,630 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.043s 2025-08-03 10:43:37,630 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804fdbcd-5a31-4e93-8cea-2b65131b1ec4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804fdbcd-5a31-4e93-8cea-2b65131b1ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"volume": {"id": "e0768e8d-3323-42ea-863a-20d456010e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:36.000000", "updated_at": "2025-08-03T10:43:37.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1168336928", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e0768e8d-3323-42ea-863a-20d456010e0d"}], "user_id": "8dbfbd78e15448f29134f4607a426276", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12807b4687444e9c937d8871860a406d"}}' 2025-08-03 10:43:37,733 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d 0.089s 2025-08-03 10:43:37,734 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-22763a44-a8c6-4b19-925c-7178a2fe080d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'' 2025-08-03 10:43:37,755 98813 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e0768e 8d-3323-42ea-863a-20d456010e0d 0.021s 2025-08-03 10:43:37,755 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d34d32-e1f5-4be1-9b76-31ea2e906c4e', 'x-openstack-request-id': 'req-f1d34d32-e1f5-4be1-9b76-31ea2e906c4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e0768e8d-3323-42ea-863a-20d456010e0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0768e8d-3323-42ea-863a-20d456010e0d could not be found."}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7bb88dbf-62c5-4bc0-9b03-602791ed8b0b 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 99146a26-d1cb-4f2e-ba9b-d7937abf8cd4 failed to build and is in ERROR status 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 10860bec-ed03-4ece-a968-130e10c5f179 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:45,124 98821 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.381s 2025-08-03 10:43:45,124 98821 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-870944696"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2468a36c-dfc7-4727-ab12-3daa27c6ad7e', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2468a36c-dfc7-4727-ab12-3daa27c6ad7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "10860bec-ed03-4ece-a968-130e10c5f179", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:45.017088", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-870944696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}], "user_id": "bdb83f56a7a44263a8748b5a85b5bd64", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-03 10:43:45,216 98821 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179 0.078s 2025-08-03 10:43:45,216 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe588aa5-1dcd-4f4a-81e2-027cd9428087', 'content-length': '964', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe588aa5-1dcd-4f4a-81e2-027cd9428087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179'} Body: b'{"volume": {"id": "10860bec-ed03-4ece-a968-130e10c5f179", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:45.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-870944696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}], "user_id": "bdb83f56a7a44263a8748b5a85b5bd64", "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": "7290c30c91604e0190e7ca2ceb52ce26"}}' 2025-08-03 10:43:46,274 98821 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179 0.043s 2025-08-03 10:43:46,275 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b98f9f8f-6073-424c-a048-619f22205bbb', 'content-length': '985', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b98f9f8f-6073-424c-a048-619f22205bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179'} Body: b'{"volume": {"id": "10860bec-ed03-4ece-a968-130e10c5f179", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:45.000000", "updated_at": "2025-08-03T10:43:45.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-870944696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10860bec-ed03-4ece-a968-130e10c5f179"}], "user_id": "bdb83f56a7a44263a8748b5a85b5bd64", "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": "7290c30c91604e0190e7ca2ceb52ce26"}}' 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 ebc63a50-4554-4108-a64f-7127705ddfdd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:46,414 98823 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.492s 2025-08-03 10:43:46,414 98823 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-1770814946"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a242dc9a-a08e-42ff-ae5c-ebb4e1726b51', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a242dc9a-a08e-42ff-ae5c-ebb4e1726b51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ebc63a50-4554-4108-a64f-7127705ddfdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:46.212414", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1770814946", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}], "user_id": "c630901d37464fae9387f68bb1be83dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:46,471 98823 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd 0.045s 2025-08-03 10:43:46,471 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8326b1a3-00d8-475e-84b5-6b58e01b1279', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8326b1a3-00d8-475e-84b5-6b58e01b1279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd'} Body: b'{"volume": {"id": "ebc63a50-4554-4108-a64f-7127705ddfdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:46.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1770814946", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}], "user_id": "c630901d37464fae9387f68bb1be83dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "288e4603215a404fbff61fdf91c81c23"}}' 2025-08-03 10:43:47,581 98823 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd 0.094s 2025-08-03 10:43:47,581 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:47 GMT', 'server': 'Apache/2.4.52 ( Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34623a65-87e8-4027-9dce-59a440ab06d7', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34623a65-87e8-4027-9dce-59a440ab06d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd'} Body: b'{"volume": {"id": "ebc63a50-4554-4108-a64f-7127705ddfdd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:46.000000", "updated_at": "2025-08-03T10:43:47.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1770814946", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ebc63a50-4554-4108-a64f-7127705ddfdd"}], "user_id": "c630901d37464fae9387f68bb1be83dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "288e4603215a404fbff61fdf91c81c23"}}' 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 650b44ba-f74b-4510-99d1-bd9aea50b700 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:52,224 98813 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.467s 2025-08-03 10:43:52,225 98813 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-985490482"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb3e7c3-528b-4091-87af-ba89c523fbc4', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb3e7c3-528b-4091-87af-ba89c523fbc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.165112", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:52,283 98813 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/650b44ba-f74b-4510-99d1-bd9aea50b700 0.046s 2025-08-03 10:43:52,283 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a63b20eb-7f50-46dc-80df-0f0117ea81e2', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a63b20eb-7f50-46dc-80df-0f0117ea81e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:53,335 98813 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/650b44ba-f74b-4510-99d1-bd9aea50b700 0.037s 2025-08-03 10:43:53,336 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-409c6bb1-7669-48c2-a2e5-8bf8be929984', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-409c6bb1-7669-48c2-a2e5-8bf8be929984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.000000", "updated_at": "2025-08-03T10:43:52.000000", "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:53,409 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700 0.059s 2025-08-03 10:43:53,409 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b02d431-5d98-4ab7-a3dc-ea5c11191840', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b02d431-5d98-4ab7-a3dc-ea5c11191840', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"volume": {"id": "650b44ba-f74b-4510-99d1-bd9aea50b700", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:52.000000", "updated_at": "2025-08-03T10:43:52.000000", "name": "tempest-VolumesTransfersTest-Volume-985490482", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:53,779 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700 0.355s 2025-08-03 10:43:53,779 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-aa3280e2-2ae3-415c-8b93-47922ca10b59', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'' 2025-08-03 10:43:53,817 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700 0.037s 2025-08 -03 10:43:53,817 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-26bf731d-2e9c-42d4-a284-5fe3a7c336ab', 'x-openstack-request-id': 'req-26bf731d-2e9c-42d4-a284-5fe3a7c336ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/650b44ba-f74b-4510-99d1-bd9aea50b700'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 650b44ba-f74b-4510-99d1-bd9aea50b700 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 c45a75d0-3d08-4f15-85da-14bce9f398ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:54,028 98813 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.207s 2025-08-03 10:43:54,028 98813 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-46722730"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aa7f93b-a676-484a-ade3-e25175783e1d', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa7f93b-a676-484a-ade3-e25175783e1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:53.965736", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:43:54,082 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.041s 2025-08-03 10:43:54,082 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e34acd1-4389-46d2-b618-3b1a3eb265d1', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e34acd1-4389-46d2-b618-3b1a3eb265d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:55,142 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.045s 2025-08-03 10:43:55,143 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-i d': 'req-bb48d417-f92a-4ee2-82c6-ed56ae115d1a', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb48d417-f92a-4ee2-82c6-ed56ae115d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.000000", "updated_at": "2025-08-03T10:43:54.000000", "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:55,194 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.038s 2025-08-03 10:43:55,194 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eee858c-7d8d-4b42-8f26-495542e15c84', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eee858c-7d8d-4b42-8f26-495542e15c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"volume": {"id": "c45a75d0-3d08-4f15-85da-14bce9f398ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.000000", "updated_at": "2025-08-03T10:43:54.000000", "name": "tempest-VolumesTransfersTest-Volume-46722730", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba"}], "user_id": "57d8b85b63684679919e646944c9495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7571829e042346beae5024d14567893e"}}' 2025-08-03 10:43:55,334 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.126s 2025-08-03 10:43:55,335 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43: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-bd14ea9a-5033-463f-8dc7-785bc3ea212d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'' 2025-08-03 10:43:55,358 98813 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba 0.022s 2025-08-03 10:43:55,358 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-95118a47-0415-4175-9b16-86fc0e668ed7', 'x-openstack-request-id': 'req-95118a47-0415-4175-9b16-86fc0e668ed7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c45a75d0-3d08-4f15-85da-14bce9f398ba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c45a75d0-3d08-4f15-85da-14bce9f398ba could not be found."}}' cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 168, in test_image_volume_dependencies_1 volume1 = self.create_volume(**vol_args) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 18d9a5e8-9bff-4578-9100-4cd8ce739538 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:52,541 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 1.174s 2025-08-03 10:43:52,542 98823 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': 'Sun, 03 Aug 2025 10:43:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/959057ca-b16d-45be-aef7-93b23193a603', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-79f16af1-cf35-4e17-8f62-f53971fac517', '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": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:52Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:53,899 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file 1.355s 2025-08-03 10:43:53,899 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dfe0b28a-550b-4c19-be0b-85720df93c2f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file'} Body: b'' 2025-08-03 10:43:53,924 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603 0.024s 2025-08-03 10:43:53,924 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9d5647eb-b644-4dd5-8fa0-e410b3f00679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603'} 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": "82e79b130677af5df72bb0fb4383088a", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2fda19b85a43e8ad011be03ac403d0e7abd6a57ab5d63a60a71921d638cba643cfdeda654e2f135fa4ac711ac7bc5d8c6730c524165cfd17102f29687dc70fcd", "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:54Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d- 45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:53,941 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603 0.016s 2025-08-03 10:43:53,941 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-48a03e54-786e-471d-81f8-a8415e7bc139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603'} 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": "82e79b130677af5df72bb0fb4383088a", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2fda19b85a43e8ad011be03ac403d0e7abd6a57ab5d63a60a71921d638cba643cfdeda654e2f135fa4ac711ac7bc5d8c6730c524165cfd17102f29687dc70fcd", "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:54Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:53,960 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603 0.019s 2025-08-03 10:43:53,961 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-18334286-2217-43b1-a9ff-b2c32c385fd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/959057ca-b16d-45be-aef7-93b23193a603'} 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": "82e79b130677af5df72bb0fb4383088a", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "2fda19b85a43e8ad011be03ac403d0e7abd6a57ab5d63a60a71921d638cba643cfdeda654e2f135fa4ac711ac7bc5d8c6730c524165cfd17102f29687dc70fcd", "id": "959057ca-b16d-45be-aef7-93b23193a603", "created_at": "2025-08-03T10:43:52Z", "updated_at": "2025-08-03T10:43:54Z", "tags": [], "self": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603", "file": "/v2/images/959057ca-b16d-45be-aef7-93b23193a603/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:54,852 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.890s 2025-08-03 10:43:54,853 98823 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": "959057ca-b16d-45be-aef7-93b23193a603", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e533a3f-0bd2-4 978-a3a0-6f7a581b2f0b', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e533a3f-0bd2-4978-a3a0-6f7a581b2f0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "18d9a5e8-9bff-4578-9100-4cd8ce739538", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:54.766354", "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/18d9a5e8-9bff-4578-9100-4cd8ce739538"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:43:54,940 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538 0.075s 2025-08-03 10:43:54,940 98823 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': 'Sun, 03 Aug 2025 10:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49662794-eb3c-4ddb-8f80-0056159de89a', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49662794-eb3c-4ddb-8f80-0056159de89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538'} Body: b'{"volume": {"id": "18d9a5e8-9bff-4578-9100-4cd8ce739538", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:55.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/18d9a5e8-9bff-4578-9100-4cd8ce739538"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 2025-08-03 10:43:56,055 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538 0.085s 2025-08-03 10:43:56,055 98823 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': 'Sun, 03 Aug 2025 10:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c142ae78-8a9c-4068-9afc-f13bad9670e5', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c142ae78-8a9c-4068-9afc-f13bad9670e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538'} Body: b'{"volume": {"id": "18d9a5e8-9bff-4578-9100-4cd8ce739538", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:55.000000" , "updated_at": "2025-08-03T10:43:55.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/18d9a5e8-9bff-4578-9100-4cd8ce739538"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18d9a5e8-9bff-4578-9100-4cd8ce739538"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 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 89858ab2-ab28-4beb-b333-0769f66ea69d failed to build and is in ERROR status 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-03 10:43:59,816 98827 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.671s 2025-08-03 10:43:59,817 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0de96d0-b5fd-4fb3-b2ca-4ebf66b9387d', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0de96d0-b5fd-4fb3-b2ca-4ebf66b9387d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' 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 1cd8e5b5-f424-4a34-9780-19513550e8ab failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:57,127 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 1.055s 2025-08-03 10:43:57,127 98823 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': 'Sun, 03 Aug 2025 10:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2b0dfaf9-3d30-40e5-9d63-ba36f85524e1', '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": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:57Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:58,529 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file 1.399s 2025-08-03 10:43:58,529 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ea8b10bd-b05d-4f7d-a376-58270a3a8224', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file'} Body: b'' 2025-08-03 10:43:58,553 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1 0.023s 2025-08-03 10:43:58,553 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e4b0cc49-7bd2-46f6-9c59-909661fa0db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1'} 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": "432c900efeb1a9144d13352f8f331eca", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "01b6fdaa4751fdd44f426db320ec0fbfec6622e9465847c1ae6f21d4f1121264e29b66eb9d98b5ec4017d4031dee1b7dc3ac9c4f25a815191e36d5f43addc832", "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:58Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59- 4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:58,574 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1 0.020s 2025-08-03 10:43:58,575 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-797f4c97-631c-4950-a35c-2de817437f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1'} 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": "432c900efeb1a9144d13352f8f331eca", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "01b6fdaa4751fdd44f426db320ec0fbfec6622e9465847c1ae6f21d4f1121264e29b66eb9d98b5ec4017d4031dee1b7dc3ac9c4f25a815191e36d5f43addc832", "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:58Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:58,613 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1 0.037s 2025-08-03 10:43:58,613 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-330da9d6-45a8-4b58-87af-201b56f1a3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1'} 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": "432c900efeb1a9144d13352f8f331eca", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "01b6fdaa4751fdd44f426db320ec0fbfec6622e9465847c1ae6f21d4f1121264e29b66eb9d98b5ec4017d4031dee1b7dc3ac9c4f25a815191e36d5f43addc832", "id": "37e345a6-7a59-4696-9707-640c49cafaf1", "created_at": "2025-08-03T10:43:57Z", "updated_at": "2025-08-03T10:43:58Z", "tags": [], "self": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1", "file": "/v2/images/37e345a6-7a59-4696-9707-640c49cafaf1/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:59,060 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.447s 2025-08-03 10:43:59,061 98823 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": "37e345a6-7a59-4696-9707-640c49cafaf1", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e5c2bfc-3ded-4 136-8871-169d23c2dff7', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e5c2bfc-3ded-4136-8871-169d23c2dff7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1cd8e5b5-f424-4a34-9780-19513550e8ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:58.980014", "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/1cd8e5b5-f424-4a34-9780-19513550e8ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:43:59,151 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab 0.076s 2025-08-03 10:43:59,151 98823 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': 'Sun, 03 Aug 2025 10:43:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d4480bc-461a-4d36-9531-758fcb45c7a4', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d4480bc-461a-4d36-9531-758fcb45c7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab'} Body: b'{"volume": {"id": "1cd8e5b5-f424-4a34-9780-19513550e8ab", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43: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/1cd8e5b5-f424-4a34-9780-19513550e8ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 2025-08-03 10:44:00,216 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab 0.048s 2025-08-03 10:44:00,216 98823 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': 'Sun, 03 Aug 2025 10:44:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ecd2938-9f9d-4b87-8d3a-9f4d6e5b5f6b', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ecd2938-9f9d-4b87-8d3a-9f4d6e5b5f6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab'} Body: b'{"volume": {"id": "1cd8e5b5-f424-4a34-9780-19513550e8ab", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:43:59.000000" , "updated_at": "2025-08-03T10:43: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/1cd8e5b5-f424-4a34-9780-19513550e8ab"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1cd8e5b5-f424-4a34-9780-19513550e8ab"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 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-03 10:44:00,343 98827 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.518s 2025-08-03 10:44:00,344 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09e2e008-0788-4ecb-9cdc-2d5b1c565050', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09e2e008-0788-4ecb-9cdc-2d5b1c565050', '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_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 e223d1da-921e-4eaf-9ee3-023462d463cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:01,002 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.759s 2025-08-03 10:44:01,003 98823 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': 'Sun, 03 Aug 2025 10:44:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/00e5e13b-f822-44f7-a171-df3865c76801', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ec6c2730-7db0-4829-a130-643a4a6ae11e', '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": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:01Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,243 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file 1.238s 2025-08-03 10:44:02,243 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d0d052c7-a265-4883-be9d-cd5ebbdd1459', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file'} Body: b'' 2025-08-03 10:44:02,264 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801 0.020s 2025-08-03 10:44:02,265 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aeb11628-4049-4a6d-a6a8-51333dfc123f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801'} 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": "4829d762c3d11665525b8f785c24d17b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e79131750b0e951030459ef31c1211c0813a95c728c699ccd4f2cac291fdea469d0a9143c4fa2ae3dd50b21ff2ae96589465d4c4ce2f04702ff06025db38e20b", "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:02Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822- 44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,289 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801 0.024s 2025-08-03 10:44:02,290 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e28e5da1-5428-4bca-af14-fc5e6634e0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801'} 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": "4829d762c3d11665525b8f785c24d17b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e79131750b0e951030459ef31c1211c0813a95c728c699ccd4f2cac291fdea469d0a9143c4fa2ae3dd50b21ff2ae96589465d4c4ce2f04702ff06025db38e20b", "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:02Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,313 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801 0.022s 2025-08-03 10:44:02,313 98823 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2f0c5402-5c2d-4a3f-a3de-01ebae157616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/00e5e13b-f822-44f7-a171-df3865c76801'} 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": "4829d762c3d11665525b8f785c24d17b", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7e7e213ca7b941d5b755e7abbc8bc92f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e79131750b0e951030459ef31c1211c0813a95c728c699ccd4f2cac291fdea469d0a9143c4fa2ae3dd50b21ff2ae96589465d4c4ce2f04702ff06025db38e20b", "id": "00e5e13b-f822-44f7-a171-df3865c76801", "created_at": "2025-08-03T10:44:01Z", "updated_at": "2025-08-03T10:44:02Z", "tags": [], "self": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801", "file": "/v2/images/00e5e13b-f822-44f7-a171-df3865c76801/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:02,679 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.365s 2025-08-03 10:44:02,679 98823 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": "00e5e13b-f822-44f7-a171-df3865c76801", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a3eaa87-7b32-4 b85-bace-82842682243b', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a3eaa87-7b32-4b85-bace-82842682243b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e223d1da-921e-4eaf-9ee3-023462d463cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:02.603182", "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/e223d1da-921e-4eaf-9ee3-023462d463cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:44:02,759 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc 0.067s 2025-08-03 10:44:02,759 98823 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': 'Sun, 03 Aug 2025 10:44:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc92a79-a0ab-4335-9d39-96951becbee4', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc92a79-a0ab-4335-9d39-96951becbee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc'} Body: b'{"volume": {"id": "e223d1da-921e-4eaf-9ee3-023462d463cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:03.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/e223d1da-921e-4eaf-9ee3-023462d463cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 2025-08-03 10:44:03,817 98823 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc 0.043s 2025-08-03 10:44:03,817 98823 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': 'Sun, 03 Aug 2025 10:44:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623e5b35-8424-4d0d-825d-6d1c502ce943', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623e5b35-8424-4d0d-825d-6d1c502ce943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc'} Body: b'{"volume": {"id": "e223d1da-921e-4eaf-9ee3-023462d463cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:03.000000" , "updated_at": "2025-08-03T10:44:03.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/e223d1da-921e-4eaf-9ee3-023462d463cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e223d1da-921e-4eaf-9ee3-023462d463cc"}], "user_id": "cec9716655ce44e78564cefadc7956fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7e7e213ca7b941d5b755e7abbc8bc92f"}}' 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 8f90cd1b-c3af-4643-80e9-b17570495b29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:10,765 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.686s 2025-08-03 10:44:10,765 98823 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-1471012009"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e4b09a2-a58a-4b36-8f01-7f46a793059e', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e4b09a2-a58a-4b36-8f01-7f46a793059e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8f90cd1b-c3af-4643-80e9-b17570495b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:10.681807", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1471012009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:44:10,843 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29 0.060s 2025-08-03 10:44:10,843 98823 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': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-073891ea-d3cf-4920-aa72-ab0f5d649f18', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-073891ea-d3cf-4920-aa72-ab0f5d649f18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29'} Body: b'{"volume": {"id": "8f90cd1b-c3af-4643-80e9-b17570495b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1471012009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' 2025-08-03 10:44:11,954 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29 0.095s 2025-08-03 10:44:11,955 98823 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': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-11391e02-8121-4b90-b127-6f120660e161', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11391e02-8121-4b90-b127-6f120660e161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29'} Body: b'{"volume": {"id": "8f90cd1b-c3af-4643-80e9-b17570495b29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.000000", "updated_at": "2025-08-03T10:44:11.000000", "name": "tempest-VolumeRevertTests-Volume-1471012009", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8f90cd1b-c3af-4643-80e9-b17570495b29"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' 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 e844dc7d-3345-40ea-809c-6793f2f4d366 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:11,853 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 1.575s 2025-08-03 10:44:11,853 98829 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-1795666590"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85ea6f33-d630-4f80-8f3c-9976a547700c', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85ea6f33-d630-4f80-8f3c-9976a547700c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.758885", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:11,932 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.063s 2025-08-03 10:44:11,932 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d770a8-11d4-427e-92c1-f7a799c3a391', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d770a8-11d4-427e-92c1-f7a799c3a391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e528fbcf7924871b55e215373ea45fc"}}' 2025-08-03 10:44:13,008 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.057s 2025-08-03 10:44:13,008 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:12 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb05aa3-2196-4f95-bc6e-094aa652cf6c', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb05aa3-2196-4f95-bc6e-094aa652cf6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e528fbcf7924871b55e215373ea45fc"}}' 2025-08-03 10:44:13,081 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.056s 2025-08-03 10:44:13,081 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d363592b-634f-4ca9-b713-74ae9f61bf9c', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d363592b-634f-4ca9-b713-74ae9f61bf9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"volume": {"id": "e844dc7d-3345-40ea-809c-6793f2f4d366", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1795666590", "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/e844dc7d-3345-40ea-809c-6793f2f4d366"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366"}], "user_id": "44f491113dc347aa85d8c9682ccf2e3b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e528fbcf7924871b55e215373ea45fc"}}' 2025-08-03 10:44:13,270 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.173s 2025-08-03 10:44:13,270 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd0860e-b1cc-48cd-bb27-7da8b5efb84e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'' 2025-08-03 10:44:13,301 98829 INFO [tempest.lib.common.rest_client] Request (VolumeRetype WithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366 0.030s 2025-08-03 10:44:13,302 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae89ebc-f2d0-412e-b9d1-6df04ffd71ac', 'x-openstack-request-id': 'req-6ae89ebc-f2d0-412e-b9d1-6df04ffd71ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e844dc7d-3345-40ea-809c-6793f2f4d366'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e844dc7d-3345-40ea-809c-6793f2f4d366 could not be found."}}' 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 40493793-0605-4c52-ae7e-912e949f239f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:12,248 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.268s 2025-08-03 10:44:12,249 98823 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-1647610273"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d0e4514-bda9-4ead-bc96-b2819f5678d5', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d0e4514-bda9-4ead-bc96-b2819f5678d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "40493793-0605-4c52-ae7e-912e949f239f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.160344", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1647610273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40493793-0605-4c52-ae7e-912e949f239f"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:44:12,307 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f 0.044s 2025-08-03 10:44:12,307 98823 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': 'Sun, 03 Aug 2025 10:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d653ffd6-76d8-4adc-9c38-abe258b115d4', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d653ffd6-76d8-4adc-9c38-abe258b115d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f'} Body: b'{"volume": {"id": "40493793-0605-4c52-ae7e-912e949f239f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1647610273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40493793-0605-4c52-ae7e-912e949f239f"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' 2025-08-03 10:44:13,397 98823 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f 0.073s 2025-08-03 10:44:13,397 98823 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': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-fcaf7dd3-c6e5-40cb-8460-0a9d5102c4d3', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcaf7dd3-c6e5-40cb-8460-0a9d5102c4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f'} Body: b'{"volume": {"id": "40493793-0605-4c52-ae7e-912e949f239f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumeRevertTests-Volume-1647610273", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40493793-0605-4c52-ae7e-912e949f239f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40493793-0605-4c52-ae7e-912e949f239f"}], "user_id": "52fe889aed8747a7b0af693232586c7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3bff76271aa54daa81dcf1b326dc2322"}}' 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 9fcb3a44-347a-424c-b02e-d9889d799e0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:12,077 98827 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.621s 2025-08-03 10:44:12,078 98827 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-2073373813"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e67fda-6c91-4950-9be8-2bde3418db64', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e67fda-6c91-4950-9be8-2bde3418db64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:11.979458", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:12,149 98827 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/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.056s 2025-08-03 10:44:12,149 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a856b1b-972d-4aa6-86d8-c78c4fb22fbe', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a856b1b-972d-4aa6-86d8-c78c4fb22fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4b6ed5150b428d980562a21f4e2008"}}' 2025-08-03 10:44:13,212 98827 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/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.046s 2025-08-03 10:44:13,213 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-a8312b65-11cb-498a-9eb6-3cad1e1324be', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8312b65-11cb-498a-9eb6-3cad1e1324be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4b6ed5150b428d980562a21f4e2008"}}' 2025-08-03 10:44:13,281 98827 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.052s 2025-08-03 10:44:13,282 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72566f72-f0d1-42c9-9ffd-7983c3abab30', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72566f72-f0d1-42c9-9ffd-7983c3abab30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"volume": {"id": "9fcb3a44-347a-424c-b02e-d9889d799e0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:12.000000", "updated_at": "2025-08-03T10:44:12.000000", "name": "tempest-VolumesServicesTestJSON-Volume-2073373813", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d"}], "user_id": "0fd3fd401dbc4194aad5326fc76471b7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4b6ed5150b428d980562a21f4e2008"}}' 2025-08-03 10:44:13,439 98827 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d 0.141s 2025-08-03 10:44:13,439 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f40c6a30-2042-404a-981d-15e67941b0e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'' 2025-08-03 10:44:13,473 98827 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e 0d 0.033s 2025-08-03 10:44:13,474 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-20026cac-8979-4e92-b76a-90cdf114201f', 'x-openstack-request-id': 'req-20026cac-8979-4e92-b76a-90cdf114201f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fcb3a44-347a-424c-b02e-d9889d799e0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9fcb3a44-347a-424c-b02e-d9889d799e0d could not be found."}}' setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1db710e4-5afa-449a-ab93-1eb1cea924fd failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume da382a67-1668-48c7-a1c3-99503bf073b8 failed to build and is in ERROR status 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 0b35e915-a2b2-42fe-a63a-6acece062b36 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:48,724 98813 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571 on backend None 2025-08-03 10:44:48,901 98813 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.176s 2025-08-03 10:44:48,901 98813 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-2056775534-669217571", "extra_specs": {}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bccaf7d-6820-430b-8c01-4532bec71450', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bccaf7d-6820-430b-8c01-4532bec71450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "cf8e230f-f9ed-4704-b440-2d45d39bf921", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:44:48,905 98813 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-03 10:44:49,756 98813 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.850s 2025-08-03 10:44:49,757 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1590132241", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-5d5ea95a-a775-4039-9ba9-a0b610f5459f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1590132241", "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": "ed5721151a374d279649b2bf2bc3b531", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f38f6205-6279-4134-afd3-6f90cd66992d", "created_at": "2025-08-03T10:44:50Z", "updated_at": "2025-08-03T10:44:50Z", "tags": [], "self": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d", "file": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:51,497 98813 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/f38f6205-6279-4134-afd3-6f90cd66992d/file 1.739s 2025-08-03 10:44:51,498 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f66872c7-af40-490b-b588-253 599401b64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d/file'} Body: b'' 2025-08-03 10:44:51,498 98813 DEBUG [tempest.scenario.manager] image:f38f6205-6279-4134-afd3-6f90cd66992d 2025-08-03 10:44:51,612 98813 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.112s 2025-08-03 10:44:51,612 98813 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-1326300107", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJn/CtnLG0itk4e9wfniPpIOhB7oFp6dyjOimqUFnnjuS6YZ/vzoSRh4VAmNoCEdAD9E38Lkw+kAr9zXJ38kQ5ia38sVGfdCcrVpQnnCYkBxFNfmpmsuI6VrwXQtfM9jfg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 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-e0939bc4-0d8c-4f7c-96e9-16c091db8fe8', 'x-compute-request-id': 'req-e0939bc4-0d8c-4f7c-96e9-16c091db8fe8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-1326300107", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJn/CtnLG0itk4e9wfniPpIOhB7oFp6dyjOimqUFnnjuS6YZ/vzoSRh4VAmNoCEdAD9E38Lkw+kAr9zXJ38kQ5ia38sVGfdCcrVpQnnCYkBxFNfmpmsuI6VrwXQtfM9jfg==", "fingerprint": "4e:c2:6c:7c:06:dc:ae:88:3b:53:68:34:cc:6e:f4:a2", "user_id": "44f12521a3a2476da5e37698e777737f"}}' 2025-08-03 10:44:51,679 98813 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.063s 2025-08-03 10:44:51,679 98813 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': 'Sun, 03 Aug 2025 10:44:51 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-ad118b80-989d-46dc-9947-67280a13bef2', 'x-compute-request-id': 'req-ad118b80-989d-46dc-9947-67280a13bef2', '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-03T10:43:04.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-03T10:44:45.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-03T10:43:37.000000"}}}}]}' 2025-08-03 10:44:51,685 98813 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679 on backend None 2025-08-03 10:44:51,770 98813 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.085s 2025-08-03 10:44:51,771 98813 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "extra_specs": {}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8dfc79-f2f6-455b-9b98-3b78159edf4d', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8dfc79-f2f6-455b-9b98-3b78159edf4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "f8db0868-66b8-444e-8d8c-cb1de35d5f9f", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:44:51,774 98813 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120 on backend None 2025-08-03 10:44:51,820 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://10.0.0.210/volume/v3/types 0.045s 2025-08-03 10:44:51,820 98813 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-1901571471-955768120", "extra_specs": {}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f44aaa10-9a9e-4fdb-a492-2ee7ff3db554', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f44aaa10-9a9e-4fdb-a492-2ee7ff3db554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "999d7396-df0f-4f54-b9a9-adbb6b82d8b3", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:44:51,823 98813 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-03 10:44:52,045 98813 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.220s 2025-08-03 10:44:52,046 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-560856725", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1564489a-de08-43d6-a316-b698a2dc644f', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1564489a-de08-43d6-a316-b698a2dc644f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e9573b2b-1367-40a7-83b4-bf5ab36f05e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:51.978790", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volum e-560856725", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1485789005-107201679", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:52,708 98813 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.632s 2025-08-03 10:44:52,709 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-204679861", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e25bd8f-ac56-47df-a9b6-d0df48c862dc', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e25bd8f-ac56-47df-a9b6-d0df48c862dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2c5c09c4-d686-4fab-8ef2-2536752c1a99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:52.631106", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-204679861", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1901571471-955768120", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:52,745 98813 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/f38f6205-6279-4134-afd3-6f90cd66992d 0.024s 2025-08-03 10:44:52,745 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c9358010-959b-481a-90b9-9be811d2e0e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d'} Body: b'{"name": "tempest-scenario-img--1590132241", "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": "ed5721151a374d279649b2bf2bc3b531", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f38f6205-6279-4134-afd3-6f90cd66992d", "created_at": "2025-08-03T10:44:50Z", "updated_at": "2025-08-03T10:44:51Z", "tags": [], "self": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d", "file": "/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:44:53,177 98813 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.431s 2025-08-03 10:44:53,177 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "snapshot_id": null, "imageRef": "f38f6205-6279-4134-afd3-6f90cd66992d", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25fb4eac-ef13-4932-8890-781fd1b66055', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25fb4eac-ef13-4932-8890-781fd1b66055', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0b35e915-a2b2-42fe-a63a-6acece062b36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:53.069083", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:53,258 98813 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/0b35e915-a2b2-42fe-a63a-6acece062b36 0.068s 2025-08-03 10:44:53,258 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9946a41c-bbf1-4043-a037-b5fd3f42f465', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9946a41c-bbf1-4043-a037-b5fd3f42f465', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'{"volume": {"id": "0b35e915-a2b2-42fe-a63a-6acece062b36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:53.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed5721151a374d279649b2bf2bc3 b531"}}' 2025-08-03 10:44:54,319 98813 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/0b35e915-a2b2-42fe-a63a-6acece062b36 0.046s 2025-08-03 10:44:54,319 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087b2225-6e45-478a-bdee-211d87c3889e', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087b2225-6e45-478a-bdee-211d87c3889e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'{"volume": {"id": "0b35e915-a2b2-42fe-a63a-6acece062b36", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:53.000000", "updated_at": "2025-08-03T10:44:53.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1795686996", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-2056775534-669217571", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36"}], "user_id": "44f12521a3a2476da5e37698e777737f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed5721151a374d279649b2bf2bc3b531"}}' 2025-08-03 10:44:54,485 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36 0.151s 2025-08-03 10:44:54,485 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-c0f46618-a889-4e91-8f74-4398b8eeb160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'' 2025-08-03 10:44:54,509 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36 0.023s 2025-08-03 10:44:54,510 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-d9c8af2d-5048-4ec8-84ff-18f46c3dce9b', 'x-openstack-request-id': 'req-d9c8af2d-5048-4ec8-84ff-18f46c3dce9b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0b35e915-a2b2-42fe-a63a-6acece062b36'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0b35e915-a2b2-42fe-a63a-6acece062b36 could not be found."}}' 2025-08-03 10:44:54,654 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99 0.1 43s 2025-08-03 10:44:54,654 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-79e54f29-02bc-4961-ae46-bf50cc8757f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99'} Body: b'' 2025-08-03 10:44:54,683 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99 0.028s 2025-08-03 10:44:54,684 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-c276d574-db69-4f54-84a8-b1cccb0c5d91', 'x-openstack-request-id': 'req-c276d574-db69-4f54-84a8-b1cccb0c5d91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c5c09c4-d686-4fab-8ef2-2536752c1a99'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2c5c09c4-d686-4fab-8ef2-2536752c1a99 could not be found."}}' 2025-08-03 10:44:54,819 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3 0.135s 2025-08-03 10:44:54,820 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-101a8b7f-f31e-49a0-b0da-658afafef315', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3'} Body: b'' 2025-08-03 10:44:54,851 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3 0.031s 2025-08-03 10:44:54,851 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-01ea6200-3e2b-400c-b754-57d8d88b44d7', 'x-openstack-request-id': 'req-01ea6200-3e2b-400c-b754-57d8d88b44d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e9573b2b-1367-40a7-83b4-bf5ab36f05e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e9573b2b-1367-40a7-83b4-bf5ab36f05e3 could not be found."}}' 2025-08-03 10:44:54,937 98813 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.085s 2025-08-03 10:44:54,938 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48828090-13bb-465b-9c77-03d4889bed11', 'content-length': '15', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48828090-13bb-465b-9c77-03d4889bed11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": []}' 2025-08-03 10:44:55,009 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/999d7396-df0f-4f54-b9a9-adbb6b82d8b3 0.052s 2025-08-03 10:44:55,010 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-a9af6319-6296-4656-9f37-70e82e59e5f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/999d7396-df0f-4f54-b9a9-adbb6b82d8b3'} Body: b'' 2025-08-03 10:44:55,077 98813 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.066s 2025-08-03 10:44:55,077 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1cd28d-deda-40cc-b361-26e0ee804e88', 'content-length': '15', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1cd28d-deda-40cc-b361-26e0ee804e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": []}' 2025-08-03 10:44:55,146 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/f8db0868-66b8-444e-8d8c-cb1de35d5f9f 0.054s 2025-08-03 10:44:55,147 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-b0d3d902-4e0a-445e-bebf-e23cda50af9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/f8db0868-66b8-444e-8d8c-cb1de35d5f9f'} Body: b'' 2025-08-03 10:44:55,213 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1326300107 0.065s 2025-08-03 10:44:55,213 98813 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': 'Sun, 03 Aug 2025 10:44:55 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-0bd36cef-3cc6-4472-8d8e-1fb5de18ed7b', 'x-compute-request-id': 'req-0bd36cef-3cc 6-4472-8d8e-1fb5de18ed7b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1326300107'} Body: b'' 2025-08-03 10:44:55,564 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d 0.350s 2025-08-03 10:44:55,565 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-faa0f462-6ee2-425b-83ad-c241a15679ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/f38f6205-6279-4134-afd3-6f90cd66992d'} Body: b'' 2025-08-03 10:44:55,765 98813 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.199s 2025-08-03 10:44:55,765 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8353b7f1-a16e-410c-9795-1a8fb66bbc08', 'content-length': '15', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8353b7f1-a16e-410c-9795-1a8fb66bbc08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": []}' 2025-08-03 10:44:55,874 98813 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/cf8e230f-f9ed-4704-b440-2d45d39bf921 0.095s 2025-08-03 10:44:55,875 98813 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44: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-07fd0c40-cdef-4b6e-9c01-b184ba03c100', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/cf8e230f-f9ed-4704-b440-2d45d39bf921'} Body: b'' 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 3e1bdd57-481f-4a5f-b30d-af641d2067d4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:51,859 98825 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.041s 2025-08-03 10:42:51,859 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:51 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-5630064b-8a0f-4f63-899d-c69e7194cf1b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4be819e4bd714eceaaec1dd41a2a536b", "name": "tempest-DeleteServersTestJSON-10685350-project-member", "password_expires_at": null}, "audit_ids": ["WjAlb_D9TT2vXOB5lHJxiA"], "expires_at": "2025-08-03T11:42:51.000000Z", "issued_at": "2025-08-03T10:42:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f707d268c614ab0a19547cba95d41ff", "name": "tempest-DeleteServersTestJSON-10685350"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5f707d268c614ab0a19547cba95d41ff", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:42:51,860 98825 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'e1425d2a-d395-4657-99f0-4674e7dc6d01', 'name': 'tempest-DeleteServersTestJSON-1285833573-network', 'tenant_id': '5f707d268c614ab0a19547cba95d41ff', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5f707d268c614ab0a19547cba95d41ff', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63826, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created _at': '2025-08-03T10:42:35Z', 'updated_at': '2025-08-03T10:42:35Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:24,115 98825 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 32.253s 2025-08-03 10:43:24,115 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-38942861", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "e1425d2a-d395-4657-99f0-4674e7dc6d01"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e746c4d0-0828-4bbc-8980-9c96e0c80f8c', 'x-compute-request-id': 'req-e746c4d0-0828-4bbc-8980-9c96e0c80f8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZqzczxKPkT9u"}}' 2025-08-03 10:43:28,314 98825 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/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d 4.196s 2025-08-03 10:43:28,315 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-906b8bc2-1d4d-45fe-a94a-577ee5146d12', 'x-compute-request-id': 'req-906b8bc2-1d4d-45fe-a94a-577ee5146d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d'} Body: b'{"server": {"id": "b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d", "name": "tempest-DeleteServersTestJSON-server-38942861", "status": "BUILD", "tenant_id": "5f707d268c614ab0a19547cba95d41ff", "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:24Z", "updated": "2025-08-03T10:43:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}], "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-03 10:44:20,591 98825 INFO [tempest.lib.common.rest_client] Request (DeleteServer sTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d 2.197s 2025-08-03 10:44:20,591 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2c5bce5-6af8-4f99-8b85-9bf74dd105ac', 'x-compute-request-id': 'req-b2c5bce5-6af8-4f99-8b85-9bf74dd105ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d'} Body: b'{"server": {"id": "b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d", "name": "tempest-DeleteServersTestJSON-server-38942861", "status": "ACTIVE", "tenant_id": "5f707d268c614ab0a19547cba95d41ff", "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "metadata": {}, "hostId": "be066861ee5890c0ef9479eeba36939ebe2aa5975f338da1f37c2725", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:23Z", "updated": "2025-08-03T10:43:57Z", "addresses": {"tempest-DeleteServersTestJSON-1285833573-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:15:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b9b7a1e1-2b58-4442-a9a9-9b3270b2a73d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:44:20,608 98825 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-03 10:45:20,846 98825 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.235s 2025-08-03 10:45:20,846 98825 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-1840132462"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fc83d8d-90be-4371-b27c-45ed7ea4069e', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc83d8d-90be-4371-b27c-45ed7ea4069e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3e1bdd57-481f-4a5f-b30d-af641d2067d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:20.782990", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1840132462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e1bdd57-48 1f-4a5f-b30d-af641d2067d4"}], "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:20,904 98825 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/3e1bdd57-481f-4a5f-b30d-af641d2067d4 0.043s 2025-08-03 10:45:20,904 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dcab0b2-5ae7-44f3-855e-dcba66c8049f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dcab0b2-5ae7-44f3-855e-dcba66c8049f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4'} Body: b'{"volume": {"id": "3e1bdd57-481f-4a5f-b30d-af641d2067d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:21.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1840132462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}], "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f707d268c614ab0a19547cba95d41ff"}}' 2025-08-03 10:45:21,960 98825 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/3e1bdd57-481f-4a5f-b30d-af641d2067d4 0.039s 2025-08-03 10:45:21,960 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d818eb-537e-483d-9b32-332f8b8d72eb', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d818eb-537e-483d-9b32-332f8b8d72eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4'} Body: b'{"volume": {"id": "3e1bdd57-481f-4a5f-b30d-af641d2067d4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:21.000000", "updated_at": "2025-08-03T10:45:21.000000", "name": "tempest-DeleteServersTestJSON-volume-1840132462", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e1bdd57-481f-4a5f-b30d-af641d2067d4"}], "user_id": "4be819e4bd714eceaaec1dd41a2a536b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f707d268c614ab0a19547cba95d41ff"}}' 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 a696fdae-bc10-4412-b6d5-6904d5bca13b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:24,593 98817 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:43:28,536 98817 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 3.941s 2025-08-03 10:43:28,536 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-966767139", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHsKuWc4cy9TNetwM6IQprJWNAvA4ffNj+1R6uLyumgeR/PVEvS0wGTbv+Ew3z2R2Uu1NKo8dAd8xAViwu9TBLaC8ezb4jmHIeVVNsiSKMHvFY5mTtc7ifwODHkkWCm7NA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:24 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-7db2e06f-02a8-4322-a2ac-ed5571ba1df9', 'x-compute-request-id': 'req-7db2e06f-02a8-4322-a2ac-ed5571ba1df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-966767139", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHsKuWc4cy9TNetwM6IQprJWNAvA4ffNj+1R6uLyumgeR/PVEvS0wGTbv+Ew3z2R2Uu1NKo8dAd8xAViwu9TBLaC8ezb4jmHIeVVNsiSKMHvFY5mTtc7ifwODHkkWCm7NA==", "fingerprint": "b7:d0:84:57:98:d4:f4:98:68:38:e0:20:70:53:a2:66", "user_id": "b711315898fb4c24ab39f90e8f14d96b"}}' 2025-08-03 10:43:28,539 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-966767139 created 2025-08-03 10:43:30,220 98817 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 1.680s 2025-08-03 10:43:30,220 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--99179172", "description": "tempest-description--198975017"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-92ea4314-3deb-4ea6-8258-72a947cbffc3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "name": "tempest-securitygroup--99179172", "stateful": true, "tenant_id": "3746428d930443f8979d038b361f4ea7", "description": "tempest-description--198975017", "shared": false, "security_group_rules": [{"id": "38274257-5e40-4da7-b5b6-55412c55e8cb", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "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": 306, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:29Z", "updated_at": "2025-08-03T10:43:29Z", "revision_number": 0}, {"id": "f392470e-1539-4bf3-bd73-642b6f9b1010", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remo te_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 307, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:29Z", "updated_at": "2025-08-03T10:43:29Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:43:29Z", "updated_at": "2025-08-03T10:43:29Z", "revision_number": 1, "project_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:43:32,579 98817 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.358s 2025-08-03 10:43:32,579 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8bcd07b7-c3b4-42be-b9a0-e5dfffbf3592', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be1509c5-e34a-4710-9496-165be3ab9abe", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "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-03T10:43:32Z", "updated_at": "2025-08-03T10:43:32Z", "revision_number": 0}}' 2025-08-03 10:43:34,580 98817 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.000s 2025-08-03 10:43:34,580 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-813d3db8-8e1a-4249-b13c-753e5bffe013', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d528651a-ae0d-471a-9dd4-1da253b3bef2", "project_id": "3746428d930443f8979d038b361f4ea7", "tenant_id": "3746428d930443f8979d038b361f4ea7", "security_group_id": "0c6460a5-ad68-462f-a52a-528e11b18bcd", "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-03T10:43:34Z", "updated_at": "2025-08-03T10:43:34Z", "revision_number": 0}}' 2025-08-03 10:43:34,580 98817 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--99179172 created 2025-08-03 10:43:36,593 98817 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.012s 2025-08-03 10:43:36,594 98817 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-954b7bab-1cf0-4888-b0d2-2adcb8d2dbd7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6b82c5be-40d0-4b61-ad9a-ca0e28230e89", "tenant_id": "3746428d930443f8979d038b361f4ea7", "floating_ip_address": "172.24.4.142", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3746428d930443f8979d038b361f4ea7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:36Z", "updated_at": "2025-08-03T10:43:36Z", "revision_number": 0}}' 2025-08-03 10:43:36,594 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6b82c5be-40d0-4b61-ad9a-ca0e28230e89', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3746428d930443f8979d038b361f4ea7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:36Z', 'updated_at': '2025-08-03T10:43:36Z', 'revision_number': 0, 'ip': '172.24.4.142'} created 2025-08-03 10:43:36,688 98817 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.089s 2025-08-03 10:43:36,688 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1881c3f1-26f9-4293-b561-0920ca4306d5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b711315898fb4c24ab39f90e8f14d96b", "name": "tempest-VolumesAdminNegativeTest-1679701934-project-member", "password_expires_at": null}, "audit_ids": ["JY18nhhgQqyhS4mP5VKHlw"], "expires_at": "2025-08-03T11:43:36.000000Z", "issued_at": "2025-08-03T10:43:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3746428d930443f8979d038b361f4ea7", "name": "tempest-VolumesAdminNegativeTest-1679701934"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3746428d930443f8979d038b361f4ea7", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f40 0ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:43:36,689 98817 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'c77f4519-b2e2-4d9e-b51e-27e13206a590', 'name': 'tempest-VolumesAdminNegativeTest-1090533263-network', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3746428d930443f8979d038b361f4ea7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42468, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:36,690 98817 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-966767139', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHsKuWc4cy9TNetwM6IQprJWNAvA4ffNj+1R6uLyumgeR/PVEvS0wGTbv+Ew3z2R2Uu1NKo8dAd8xAViwu9TBLaC8ezb4jmHIeVVNsiSKMHvFY5mTtc7ifwODHkkWCm7NA==', 'fingerprint': 'b7:d0:84:57:98:d4:f4:98:68:38:e0:20:70:53:a2:66', 'user_id': 'b711315898fb4c24ab39f90e8f14d96b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB/Bu/ormLv8LjHp/h1K/VryA/5EPKI4rZH1yyWg8cRTlu/W6U/6XR8\nzcnOiAB1nVagBwYFK4EEACKhZANiAAR7CrlnOHMvUzXrcDOiEKayVjQLwOH3zY/t\nUeri8rpoHkfz1RL0tMBk27/hMN89kdlLtTSqPHQHfMQFYsLvUwS2gvHs2+I5hyHl\nVTbIkijB7xWOZk7XO4n8Dgx5JFgpuzQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0c6460a5-ad68-462f-a52a-528e11b18bcd', 'name': 'tempest-securitygroup--99179172', 'stateful': True, 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'description': 'tempest-description--198975017', 'shared': False, 'security_group_rules': [{'id': '38274257-5e40-4da7-b5b6-55412c55e8cb', 'project_id': '3746428d930443f8979d038b361f4ea7', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'security_group_id': '0c6460a5-ad68-462f-a52a-528e11b18bcd', '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': 306, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:29Z', 'updated_at': '2025-08-03T10:43:29Z', 'revision_number': 0}, {'id': 'f392470e-1539-4bf3-bd73-642b6f9b1010', 'project_id': '3746428d930443f8979d038b361f4ea7', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'security_group_id': '0c6460a5-ad68-462f-a52a-528e11b18bcd', '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': 307, 'belongs_to_default_sg': False, 'description': None , 'tags': [], 'created_at': '2025-08-03T10:43:29Z', 'updated_at': '2025-08-03T10:43:29Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:43:29Z', 'updated_at': '2025-08-03T10:43:29Z', 'revision_number': 1, 'project_id': '3746428d930443f8979d038b361f4ea7'}, 'floating_ip': {'id': '6b82c5be-40d0-4b61-ad9a-ca0e28230e89', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'floating_ip_address': '172.24.4.142', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3746428d930443f8979d038b361f4ea7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:36Z', 'updated_at': '2025-08-03T10:43:36Z', 'revision_number': 0, 'ip': '172.24.4.142'}} 2025-08-03 10:43:47,546 98817 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 10.855s 2025-08-03 10:43:47,546 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1024871978", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "c77f4519-b2e2-4d9e-b51e-27e13206a590"}], "security_groups": [{"name": "tempest-securitygroup--99179172"}], "key_name": "tempest-keypair-966767139", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fd4672b-4b2f-4759-bc4e-3e72b08b6b6b', 'x-compute-request-id': 'req-5fd4672b-4b2f-4759-bc4e-3e72b08b6b6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--99179172"}], "adminPass": "tPiU4wqP98gq"}}' 2025-08-03 10:43:48,997 98817 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/50c43dfc-a78b-4812-b50a-a2b8cc540fc2 1.447s 2025-08-03 10:43:48,997 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:47 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-7fffc6f4-1fb1-49c8-9c1f-b8baaeb76c4e', 'x-compute-request-id': 'req-7fffc6f4-1fb1-49c8-9c1f-b8baaeb76c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2'} Body: b'{"server": {"id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "name": "tempest-VolumesAdminNegativeTest-server-1024871978", "status": "BUILD", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "", " image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:47Z", "updated": "2025-08-03T10:43:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-966767139", "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-03 10:44:41,920 98817 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/50c43dfc-a78b-4812-b50a-a2b8cc540fc2 2.856s 2025-08-03 10:44:41,921 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46360573-8ff2-48f6-912a-6dd3cb45c876', 'x-compute-request-id': 'req-46360573-8ff2-48f6-912a-6dd3cb45c876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2'} Body: b'{"server": {"id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "name": "tempest-VolumesAdminNegativeTest-server-1024871978", "status": "ACTIVE", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "ff375677dee7701c1e1e9d185407d6ef468bbea4fa9b4ddeeac017c0", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:47Z", "updated": "2025-08-03T10:44:16Z", "addresses": {"tempest-VolumesAdminNegativeTest-1090533263-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:79:24"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-966767139", "OS-SRV-USG:launched_at": "2025-08-03T10:44:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--99179172"}], "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-03 10:44:41,939 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-03 10:45:42,149 98817 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/50c43dfc-a78b-4812-b50a-a2b8cc540fc2/os-interface 0.149s 2025-08-03 10:45:42,150 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf0ea590-1401-41b9-8bdc-689090540865', 'x-compute-request-id': 'req-bf0ea590-1401-41b9-8bdc-689090540865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50c43dfc-a78b-4812-b50a-a2b8cc540fc2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c77f4519-b2e2-4d9e-b51e-27e13206a590", "port_id": "6cf64f8c-18ed-4594-9ac6-1686381d9ff8", "mac_addr": "fa:16:3e:8d:79:24", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "483a961b-86ff-4982-aece-9eaef072324d", "ip_address": "10.0.0.5"}]}]}' 2025-08-03 10:45:42,888 98817 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/6b82c5be-40d0-4b61-ad9a-ca0e28230e89 0.733s 2025-08-03 10:45:42,888 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6cf64f8c-18ed-4594-9ac6-1686381d9ff8"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-a8c13d3c-6b83-4d9a-82f3-58d36399aa3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/6b82c5be-40d0-4b61-ad9a-ca0e28230e89'} Body: b'{"floatingip": {"id": "6b82c5be-40d0-4b61-ad9a-ca0e28230e89", "tenant_id": "3746428d930443f8979d038b361f4ea7", "floating_ip_address": "172.24.4.142", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "604b5183-e5cb-4a09-baaf-b49aa0414672", "port_id": "6cf64f8c-18ed-4594-9ac6-1686381d9ff8", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c77f4519-b2e2-4d9e-b51e-27e13206a590", "mac_address": "fa:16:3e:8d:79:24", "admin_state_up": true, "status": "ACTIVE", "device_id": "50c43dfc-a78b-4812-b50a-a2b8cc540fc2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:36Z", "updated_at": "2025-08-03T10:45:42Z", "revision_number": 1, "project_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:45:42,890 98817 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.142:22' as 'cirros' with public key authentication 2025-08-03 10:45:42,913 98817 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:45:43,017 98817 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:45:43,018 98817 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.142 successfully created 2025-08-03 10:45:43,253 98817 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.234s 2025-08-03 10:45:43,254 98817 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-349962981"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9aa8b7-56be-4294-8367-e0a36fd38d97', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9aa8b7-56be- 4294-8367-e0a36fd38d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a696fdae-bc10-4412-b6d5-6904d5bca13b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:43.174823", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-349962981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:43,330 98817 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/a696fdae-bc10-4412-b6d5-6904d5bca13b 0.049s 2025-08-03 10:45:43,330 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d44ad6-daee-4177-80a9-23eb18bca531', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d44ad6-daee-4177-80a9-23eb18bca531', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b'} Body: b'{"volume": {"id": "a696fdae-bc10-4412-b6d5-6904d5bca13b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:43.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-349962981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:45:44,398 98817 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/a696fdae-bc10-4412-b6d5-6904d5bca13b 0.038s 2025-08-03 10:45:44,399 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83722ed-2926-4e10-8d4a-903e41b00910', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83722ed-2926-4e10-8d4a-903e41b00910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b'} Body: b'{"volume": {"id": "a696fdae-bc10-4412-b6d5-6904d5bca13b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:43.000000", "updated_at": "2025-08-03T10:45:43.000000", "name": "tempest-VolumesAdminNegativeTest-volume-349962981", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self" , "href": "http://10.0.0.210/volume/v3/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a696fdae-bc10-4412-b6d5-6904d5bca13b"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' 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 5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:42:58,157 98819 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:42:58,157 98819 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:42:58,642 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.484s 2025-08-03 10:42:58,643 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1506796806", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI386zmfoz6yOaMItLDgOovBFU8W7h5i9r8lNsCW1yqlFBuETGDxIcVQ/9CPTZv7n5jOtA4kfXaVOEVKKpezVJTZjzk/uB2xdQp8R22iq4wv6i+VUdWqcxSVkCUnYyqu9Q=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42: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-0bdfe6ab-34a0-4def-9264-189a71b53ce4', 'x-compute-request-id': 'req-0bdfe6ab-34a0-4def-9264-189a71b53ce4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1506796806", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI386zmfoz6yOaMItLDgOovBFU8W7h5i9r8lNsCW1yqlFBuETGDxIcVQ/9CPTZv7n5jOtA4kfXaVOEVKKpezVJTZjzk/uB2xdQp8R22iq4wv6i+VUdWqcxSVkCUnYyqu9Q==", "fingerprint": "dd:4f:7c:3b:73:d8:b8:5b:fb:85:f9:43:1a:53:c7:a5", "user_id": "188a786cac2b41f5bd8205758bc0cf20"}}' 2025-08-03 10:42:58,645 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1506796806 created 2025-08-03 10:43:04,623 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 5.977s 2025-08-03 10:43:04,623 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--924690191", "description": "tempest-description--37180315"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:42:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-862a98cc-0d7f-40d7-b5f3-f0f8733b9a56', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "21491694-de02-4979-8ead-1bf943f355bf", "name": "tempest-securitygroup--924690191", "stateful": true, "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "tempest-description--37180315", "shared": false, "security_group_rules": [{"id": "4d82f5a3-53c5-4a34-a164-b28c77314912", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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": 205, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:04Z", "updated_at": "2025-08-03T10:43:04Z", "revision_number": 0}, {"id": "c9643dfe-2d6b-4837-a170-1026c240b61e", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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": 206, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:04Z", "updated_at": "2025-08-03T10:43:04Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:43:04Z", "updated_at": "2025-08-03T10:43:04Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:43:06,430 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.806s 2025-08-03 10:43:06,431 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a356fec5-9d48-4235-addc-9766032e948f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b38d803d-01c6-4e3d-89f0-3b8de079de23", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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-03T10:43:06Z", "updated_at": "2025-08-03T10:43:06Z", "revision_number": 0}}' 2025-08-03 10:43:08,905 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.473s 2025-08-03 10:43:08,905 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bee20a1b-c405-408b-8f81-c9ad195e24aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d96c53e-6bba-4014-ba04-174ad7d6acc1", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "21491694-de02-4979-8ead-1bf943f355bf", "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-03T10:43:08Z", "updated_at": "2025-08-03T10:43:08Z", "revision_number": 0}}' 2025-08-03 10:43:08,906 98819 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--924690191 created 2025-08-03 10:43:15,613 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 6.707s 2025-08-03 10:43:15,614 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-df30f676-1a74-4a01-9362-2dc9c51f85e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a58c8990-183d-4403-90de-e172599e8422", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:14Z", "updated_at": "2025-08-03T10:43:14Z", "revision_number": 0}}' 2025-08-03 10:43:15,614 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a58c8990-183d-4403-90de-e172599e8422', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:14Z', 'updated_at': '2025-08-03T10:43:14Z', 'revision_number': 0, 'ip': '172.24.4.182'} created 2025-08-03 10:43:15,714 98819 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.094s 2025-08-03 10:43:15,714 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:15 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-843d1d45-2836-42dc-991b-bd9e3067889e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "188a786cac2b41f5bd8205758bc0cf20", "name": "tempest-AttachVolumeNegativeTest-863899931-project-member", "password_expires_at": null}, "audit_ids": ["wY6WDXZUQom6qRQybAbCbA"], "expires_at": "2025-08-03T11:43:15.000000Z", "issued_at": "2025-08-03T10:43:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30509cab7717416cbd15cd6bf2388ecb", "name": "tempest-AttachVolumeNegativeTest-863899931"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30509cab7717416cbd15cd6bf2388ecb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "reg ion": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:43:15,715 98819 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'a5ee7952-c760-4ebf-a06d-056998be0c03', 'name': 'tempest-AttachVolumeNegativeTest-995598820-network', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19623, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:15,715 98819 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1506796806', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI386zmfoz6yOaMItLDgOovBFU8W7h5i9r8lNsCW1yqlFBuETGDxIcVQ/9CPTZv7n5jOtA4kfXaVOEVKKpezVJTZjzk/uB2xdQp8R22iq4wv6i+VUdWqcxSVkCUnYyqu9Q==', 'fingerprint': 'dd:4f:7c:3b:73:d8:b8:5b:fb:85:f9:43:1a:53:c7:a5', 'user_id': '188a786cac2b41f5bd8205758bc0cf20', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDClgWyeRV5yOA/1omBA9lVFTvFmKjUw4Q14+Z2Bej13vVlhBlp+Asds\nwvxHY+dk6PmgBwYFK4EEACKhZANiAASN/Os5n6M+sjmjCLSw4DqLwRVPFu4eYva/\nJTbAltcqpRQbhExg8SHFUP/Qj02b+5+YzrQOJH12lThFSiqXs1SU2Y85P7gdsXUK\nfEdtoquML+ovlVHVqnMUlZAlJ2MqrvU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '21491694-de02-4979-8ead-1bf943f355bf', 'name': 'tempest-securitygroup--924690191', 'stateful': True, 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': 'tempest-description--37180315', 'shared': False, 'security_group_rules': [{'id': '4d82f5a3-53c5-4a34-a164-b28c77314912', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '21491694-de02-4979-8ead-1bf943f355bf', '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': 205, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0}, {'id': 'c9643dfe-2d6b-4837-a170-1026c240b61e', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '21491694-de02-4979-8ead-1bf943f355bf', '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': 206, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0 }], 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 1, 'project_id': '30509cab7717416cbd15cd6bf2388ecb'}, 'floating_ip': {'id': 'a58c8990-183d-4403-90de-e172599e8422', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:14Z', 'updated_at': '2025-08-03T10:43:14Z', 'revision_number': 0, 'ip': '172.24.4.182'}} 2025-08-03 10:43:38,680 98819 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 22.963s 2025-08-03 10:43:38,680 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-139784317", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a5ee7952-c760-4ebf-a06d-056998be0c03"}], "security_groups": [{"name": "tempest-securitygroup--924690191"}], "key_name": "tempest-keypair-1506796806", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e868fa55-20b1-470b-bb1d-fd60f30793ba', 'x-compute-request-id': 'req-e868fa55-20b1-470b-bb1d-fd60f30793ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--924690191"}], "adminPass": "password"}}' 2025-08-03 10:43:40,648 98819 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/02439297-9db3-4691-b50e-f370b9f97f26 1.964s 2025-08-03 10:43:40,648 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:38 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-f2823b8f-0fae-4075-aabe-bb8d5eb22350', 'x-compute-request-id': 'req-f2823b8f-0fae-4075-aabe-bb8d5eb22350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "name": "tempest-AttachVolumeNegativeTest-server-139784317", "status": "BUILD", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:39Z", "updated": "2025-08-03T10:43:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1506796806", "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-03 10:44:32,096 98819 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/02439297-9db3-4691-b50e-f370b9f97f26 1.380s 2025-08-03 10:44:32,096 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:30 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-89ec58b4-a026-4292-9ce9-86fb365a2baf', 'x-compute-request-id': 'req-89ec58b4-a026-4292-9ce9-86fb365a2baf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "name": "tempest-AttachVolumeNegativeTest-server-139784317", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:02:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1506796806", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--924690191"}], "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-03 10:44:32,113 98819 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-03 10:45:32,339 98819 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/02439297-9db3-4691-b50e-f370b9f97f26/os-interface 0.170s 2025-08-03 10:45:32,339 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:32 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-d747d159-92b9-409c-9e97-79d6732f713d', 'x-compute-request-id': 'req-d747d159-92b9-409c-9e97-79d6732f713d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "port_id": "b1c1aaff-84bd-49c5-baf4-9ccea29c96ea", "mac_addr": "fa:16:3e:d6:02:db", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7a72c149-b34e-4a0a-8b55-349907b6465f", "ip_address": "10.0.0.13"}]}]}' 2025-08-03 10:45:33,495 98819 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/a58c8990-183d-4403-90de-e172599e8422 1.151s 2025-08-03 10:45:33,495 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b1c1aaff-84bd-49c5-baf4-9ccea29c96ea"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-d4f0915c-6761-4c4b-8ee6-d0d2f81f7913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a58c8990-183d-4403-90de-e172599e8422'} Body: b'{"floatingip": {"id": "a58c8990-183d-4403-90de-e172599e8422", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "09e65b90-9d25-4c48-b62e-0a80e9f8b70d", "port_id": "b1c1aaff-84bd-49c5-baf4-9ccea29c96ea", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "mac_address": "fa:16:3e:d6:02:db", "admin_state_up": true, "status": "ACTIVE", "device_id": "02439297-9db3-4691-b50e-f370b9f97f26", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:14Z", "updated_at": "2025-08-03T10:45:32Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:45:33,498 98819 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.182:22' as 'cirros' with public key authentication 2025-08-03 10:45:33,512 98819 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:45:33,615 98819 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:45:33,616 98819 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.182 successfully created 2025-08-03 10:45:33,657 98819 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/02439297-9db3-4691-b50e-f370b9f97f26/ips 0.041s 2025-08-03 10:45:33,657 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:33 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-2b469926-789d-49cb-905a-6feae068aedc', 'x-compute-request-id': 'req-2b469926-789d-49cb-905a-6feae068aedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0243929 7-9db3-4691-b50e-f370b9f97f26/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-03 10:45:33,881 98819 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.220s 2025-08-03 10:45:33,881 98819 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-607501549"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49ae9e3-e047-4a33-82c7-cf7373293871', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49ae9e3-e047-4a33-82c7-cf7373293871', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:33.813686", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-607501549", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:33,934 98819 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/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae 0.040s 2025-08-03 10:45:33,935 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dfd7097-a85b-4653-978f-7c6f083c08fe', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dfd7097-a85b-4653-978f-7c6f083c08fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae'} Body: b'{"volume": {"id": "5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:34.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-607501549", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:45:34,986 98819 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/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae 0.036s 2025-08-03 10:45:34,986 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appl ication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6074cb3f-ac6d-4a21-930d-005b379aee6c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6074cb3f-ac6d-4a21-930d-005b379aee6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae'} Body: b'{"volume": {"id": "5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:34.000000", "updated_at": "2025-08-03T10:45:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-607501549", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5ab0a02b-ff1d-4d2b-a14a-f60e11f2d7ae"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:45:35,218 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26 0.217s 2025-08-03 10:45:35,218 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45: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-6a9ea096-1993-4eca-bda0-e0d7963438dd', 'x-compute-request-id': 'req-6a9ea096-1993-4eca-bda0-e0d7963438dd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'' 2025-08-03 10:45:35,425 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26 0.206s 2025-08-03 10:45:35,425 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e07ae610-fb42-485d-b183-6df6125139c0', 'x-compute-request-id': 'req-e07ae610-fb42-485d-b183-6df6125139c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"server": {"id": "02439297-9db3-4691-b50e-f370b9f97f26", "name": "tempest-AttachVolumeNegativeTest-server-139784317", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-0 3T10:45:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:02:db"}, {"version": 4, "addr": "172.24.4.182", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:02:db"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02439297-9db3-4691-b50e-f370b9f97f26"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1506796806", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--924690191"}], "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-03 10:46:25,533 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26 0.045s 2025-08-03 10:46:25,534 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-c738774c-a4d6-472d-803e-8c6742397ae0', 'x-compute-request-id': 'req-c738774c-a4d6-472d-803e-8c6742397ae0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02439297-9db3-4691-b50e-f370b9f97f26'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 02439297-9db3-4691-b50e-f370b9f97f26 could not be found."}}' 2025-08-03 10:46:25,568 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1506796806 0.033s 2025-08-03 10:46:25,568 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-4a207cc9-c96b-4afa-af73-7320a4355517', 'x-compute-request-id': 'req-4a207cc9-c96b-4afa-af73-7320a4355517', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1506796806'} Body: b'' 2025-08-03 10:46:25,774 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf 0.205s 2025-08-03 10:46:25,774 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-13e9ca97-04d3-4865-b033-41e1ed3f3d54', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf'} Body: b'' 2025-08-03 10:46:25,792 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/netw orking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf 0.017s 2025-08-03 10:46:25,792 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-abba5ecb-71ad-4d0c-bd87-9e1d50ff7335', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/21491694-de02-4979-8ead-1bf943f355bf'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 21491694-de02-4979-8ead-1bf943f355bf does not exist", "detail": ""}}' 2025-08-03 10:46:26,144 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/a58c8990-183d-4403-90de-e172599e8422 0.351s 2025-08-03 10:46:26,144 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fc23b23e-58c5-4374-bb98-c448530e74cc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a58c8990-183d-4403-90de-e172599e8422'} Body: b'' 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 1355aa62-56cb-446d-a629-f11c0037a6ef failed to build and is in ERROR status tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 116, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ab53bc90-027d-4175-9bef-783d3ea0ce24 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:43:18,946 98811 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.289s 2025-08-03 10:43:18,947 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be0a5c74-fd66-4fcf-bc01-f96708633879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:19,701 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.720s 2025-08-03 10:43:19,701 98811 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': 'Sun, 03 Aug 2025 10:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d7421220-68df-4104-b079-447ec16a4659', '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": "8b22dd1c269340478cb875c1d94f8b06", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "created_at": "2025-08-03T10:43:20Z", "updated_at": "2025-08-03T10:43:20Z", "tags": [], "self": "/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce", "file": "/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:43:21,100 98811 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/8db7ec40-ced2-42cc-b54e-df21ded321ce/file 1.397s 2025-08-03 10:43:21,100 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2f51cfe3-9711-4323-bf96-aef01c871b06', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce/file'} Body: b'' 2025-08-03 10:43:21,101 98811 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:43:21,101 98811 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:43:24,443 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 3.340s 2025-08-03 10:43:24,443 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1176864161", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8ha5CidzVJTPOLKwPPBhc4Vf0yEyhdNC41pyIWVEJcGbUH7Vy+Y4EMnwP4KyNRl/kGgrNdqLJixIYEUpGtZqf2dXXBpDbKQNa4fXNuB66RdGqvMrY5Q+E9oZZ8Q47GXg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-589f8d54-a68d-4e65-84b6-b3184310c080', 'x-compute-request-id': 'req-589f8d54-a68d-4e65-84b6-b3184310c080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1176864161", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8ha5CidzVJTPOLKwPPBhc4Vf0yEyhdNC41pyIWVEJcGbUH7Vy+Y4EMnwP4KyNRl/kGgrNdqLJixIYEUpGtZqf2dXXBpDbKQNa4fXNuB66RdGqvMrY5Q+E9oZZ8Q47GXg==", "fingerprint": "ac:fa:13:45:32:fd:c2:63:fd:db:3c:82:86:c9:e2:1c", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0"}}' 2025-08-03 10:43:24,446 98811 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1176864161 created 2025-08-03 10:43:28,794 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 4.347s 2025-08-03 10:43:28,795 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1094171029", "description": "tempest-description--535127469"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-1cd261fb-17d8-4496-8b63-21efda9bd4ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "90446f3d-1049-4e58-909e-35b4357a8833", "name": "tempest-securitygroup--1094171029", "stateful": true, "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "description": "tempest-description--535127469", "shared": false, "security_group_rules": [{"id": "1a17844b-82a3-44e4-9620-2d537886030a", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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": 293, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:28Z", "updated_at ": "2025-08-03T10:43:28Z", "revision_number": 0}, {"id": "47ed8e03-e4a0-4a44-9ebf-913465603466", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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": 292, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:43:28Z", "updated_at": "2025-08-03T10:43:28Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:43:28Z", "updated_at": "2025-08-03T10:43:28Z", "revision_number": 1, "project_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:43:30,644 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.848s 2025-08-03 10:43:30,644 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4354c430-fd0b-4f2b-9ae9-d66718d422aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fbbeda7e-156d-47eb-822a-dc0d789adaa0", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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-03T10:43:30Z", "updated_at": "2025-08-03T10:43:30Z", "revision_number": 0}}' 2025-08-03 10:43:33,120 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.475s 2025-08-03 10:43:33,120 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9d9ef88b-a7de-4763-ae93-0ad119dd0057', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "631889cd-3369-4b78-b898-c490decb2084", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "security_group_id": "90446f3d-1049-4e58-909e-35b4357a8833", "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-03T10:43:32Z", "updated_at": "2025-08-03T10:43:32Z", "revision_number": 0}}' 2025-08-03 10:43:33,121 98811 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1094171029 created 2025-08-03 10:43:35,72 6 98811 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.605s 2025-08-03 10:43:35,726 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-bcd2a1e3-3afe-4fad-919f-ce093d3ff511', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "12ee7dc0-5640-4fc1-bdeb-9015ff106c88", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "floating_ip_address": "172.24.4.93", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0c3614f100024e8dadd07c5e9f0be349", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:35Z", "updated_at": "2025-08-03T10:43:35Z", "revision_number": 0}}' 2025-08-03 10:43:35,727 98811 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '12ee7dc0-5640-4fc1-bdeb-9015ff106c88', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'floating_ip_address': '172.24.4.93', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:35Z', 'updated_at': '2025-08-03T10:43:35Z', 'revision_number': 0, 'ip': '172.24.4.93'} created 2025-08-03 10:43:35,808 98811 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.077s 2025-08-03 10:43:35,808 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:35 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-e77211e5-ac8d-4096-ae16-483cf809a1f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "90f7bb123aa44cf2b305f56cbc37f1b0", "name": "tempest-AttachSCSIVolumeTestJSON-541516691-project-member", "password_expires_at": null}, "audit_ids": ["V1KT0OUkTAqMb0oUOf1-0w"], "expires_at": "2025-08-03T11:43:35.000000Z", "issued_at": "2025-08-03T10:43:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0c3614f100024e8dadd07c5e9f0be349", "name": "tempest-AttachSCSIVolumeTestJSON-541516691"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0c3614f100024e8dadd07c5e9f0be349", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "r egion_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:43:35,809 98811 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '5e3ace63-e37d-48c2-bfff-71a8f4b87bcd', 'name': 'tempest-AttachSCSIVolumeTestJSON-537330652-network', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44993, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:35Z', 'updated_at': '2025-08-03T10:42:35Z', 'revision_number': 1} available for tenant 2025-08-03 10:43:35,809 98811 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1176864161', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF8ha5CidzVJTPOLKwPPBhc4Vf0yEyhdNC41pyIWVEJcGbUH7Vy+Y4EMnwP4KyNRl/kGgrNdqLJixIYEUpGtZqf2dXXBpDbKQNa4fXNuB66RdGqvMrY5Q+E9oZZ8Q47GXg==', 'fingerprint': 'ac:fa:13:45:32:fd:c2:63:fd:db:3c:82:86:c9:e2:1c', 'user_id': '90f7bb123aa44cf2b305f56cbc37f1b0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDArerf7ukqBEgT/9Vmfb13onXCv5ec5Y8aOBn7RrFr/Pod8YZwErrS2\nWjCmbpwYFdKgBwYFK4EEACKhZANiAARfIWuQonc1SUzziysDzwYXOFX9MhMoXTQu\nNaciFlRCXBm1B+1cvmOBDJ8D+CsjUZf5BoKzXaiyYsSGBFKRrWan9nV1waQ2ykDW\nuH1zbgeukXRqrzK2OUPhPaGWfEOOxl4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '90446f3d-1049-4e58-909e-35b4357a8833', 'name': 'tempest-securitygroup--1094171029', 'stateful': True, 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'description': 'tempest-description--535127469', 'shared': False, 'security_group_rules': [{'id': '1a17844b-82a3-44e4-9620-2d537886030a', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'security_group_id': '90446f3d-1049-4e58-909e-35b4357a8833', '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': 293, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:28Z', 'updated_at': '2025-08-03T10:43:28Z', 'revision_number': 0}, {'id': '47ed8e03-e4a0-4a44-9ebf-913465603466', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'security_group_id': '90446f3d-1049-4e58-909e-35b4357a8833', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_ra nge_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 292, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:28Z', 'updated_at': '2025-08-03T10:43:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:43:28Z', 'updated_at': '2025-08-03T10:43:28Z', 'revision_number': 1, 'project_id': '0c3614f100024e8dadd07c5e9f0be349'}, 'floating_ip': {'id': '12ee7dc0-5640-4fc1-bdeb-9015ff106c88', 'tenant_id': '0c3614f100024e8dadd07c5e9f0be349', 'floating_ip_address': '172.24.4.93', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0c3614f100024e8dadd07c5e9f0be349', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:35Z', 'updated_at': '2025-08-03T10:43:35Z', 'revision_number': 0, 'ip': '172.24.4.93'}} 2025-08-03 10:43:45,788 98811 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 9.978s 2025-08-03 10:43:45,789 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-739278081", "imageRef": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "5e3ace63-e37d-48c2-bfff-71a8f4b87bcd"}], "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "key_name": "tempest-keypair-1176864161", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f03436c-e9fc-463e-9d67-4ff58f0017ee', 'x-compute-request-id': 'req-3f03436c-e9fc-463e-9d67-4ff58f0017ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "adminPass": "jFHtuNzY893P"}}' 2025-08-03 10:43:46,891 98811 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/065e0913-db3c-424d-92bb-4b20a924d5f6 1.099s 2025-08-03 10:43:46,892 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:43:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9647eb15-610e-4bee-822a-3c23556eff62', 'x-compute-request-id': 'req-9647eb15-610e-4bee-822a-3c23556eff62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "name": "tempest-AttachS CSIVolumeTestJSON-server-739278081", "status": "BUILD", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "metadata": {}, "hostId": "", "image": {"id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8db7ec40-ced2-42cc-b54e-df21ded321ce"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:46Z", "updated": "2025-08-03T10:43:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1176864161", "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-03 10:44:39,471 98811 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/065e0913-db3c-424d-92bb-4b20a924d5f6 2.515s 2025-08-03 10:44:39,471 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-533298e6-24a0-4ac6-ab45-7c6ef53a2510', 'x-compute-request-id': 'req-533298e6-24a0-4ac6-ab45-7c6ef53a2510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "name": "tempest-AttachSCSIVolumeTestJSON-server-739278081", "status": "ACTIVE", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "metadata": {}, "hostId": "5425acc41d4b42d613c70707801f5266914692833446634ba7f60e7e", "image": {"id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8db7ec40-ced2-42cc-b54e-df21ded321ce"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:45Z", "updated": "2025-08-03T10:44:18Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-537330652-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:8f:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1176864161", "OS-SRV-USG:launched_at": "2025-08-03T10:44:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "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-03 10:44:39,489 98811 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 53 second wait 2025-08-03 10:45:39,756 98811 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/065e0913-db3c- 424d-92bb-4b20a924d5f6/os-interface 0.204s 2025-08-03 10:45:39,756 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:39 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-de10862a-b5a7-40d1-bf2a-cb2df5bd1f97', 'x-compute-request-id': 'req-de10862a-b5a7-40d1-bf2a-cb2df5bd1f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5e3ace63-e37d-48c2-bfff-71a8f4b87bcd", "port_id": "e2a2893c-01d9-427f-9ce6-0f82785de1e5", "mac_addr": "fa:16:3e:a2:8f:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cabaffb4-4f0a-4811-99f7-2964a8ed7c34", "ip_address": "10.0.0.5"}]}]}' 2025-08-03 10:45:40,565 98811 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/12ee7dc0-5640-4fc1-bdeb-9015ff106c88 0.804s 2025-08-03 10:45:40,565 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e2a2893c-01d9-427f-9ce6-0f82785de1e5"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-162af9c5-3d6c-466b-ae57-541e656c827c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/12ee7dc0-5640-4fc1-bdeb-9015ff106c88'} Body: b'{"floatingip": {"id": "12ee7dc0-5640-4fc1-bdeb-9015ff106c88", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "floating_ip_address": "172.24.4.93", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "2f040fc5-8d19-4f6d-8d8b-35f279bd7893", "port_id": "e2a2893c-01d9-427f-9ce6-0f82785de1e5", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5e3ace63-e37d-48c2-bfff-71a8f4b87bcd", "mac_address": "fa:16:3e:a2:8f:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:43:35Z", "updated_at": "2025-08-03T10:45:39Z", "revision_number": 1, "project_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:45:40,567 98811 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.93:22' as 'cirros' with public key authentication 2025-08-03 10:45:40,594 98811 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:45:40,699 98811 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:45:40,699 98811 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.93 successfully created 2025-08-03 10:45:40,909 98811 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.209s 2025-08-03 10:45:40,910 98811 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-777193588"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e463a3-1363-4eb6-bef2-b32c4f7686ab', 'content-length': '755', 'openst ack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e463a3-1363-4eb6-bef2-b32c4f7686ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ab53bc90-027d-4175-9bef-783d3ea0ce24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:40.844340", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-777193588", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}], "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:45:40,962 98811 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/ab53bc90-027d-4175-9bef-783d3ea0ce24 0.039s 2025-08-03 10:45:40,962 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3a0294-6c67-436f-95ea-1df7631611ee', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3a0294-6c67-436f-95ea-1df7631611ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24'} Body: b'{"volume": {"id": "ab53bc90-027d-4175-9bef-783d3ea0ce24", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:41.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-777193588", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}], "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:45:42,020 98811 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/ab53bc90-027d-4175-9bef-783d3ea0ce24 0.042s 2025-08-03 10:45:42,020 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1caf51-b600-46ea-9e1d-63fd5a9b411b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1caf51-b600-46ea-9e1d-63fd5a9b411b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24'} Body: b'{"volume": {"id": "ab53bc90-027d-4175-9bef-783d3ea0ce24", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:45:41.000000", "updated_at": "2025-08-03T10:45:41.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-777193588", "description": null, "volume_type": "joviandss-2", "snapshot_id" : null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ab53bc90-027d-4175-9bef-783d3ea0ce24"}], "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0c3614f100024e8dadd07c5e9f0be349"}}' 2025-08-03 10:45:42,156 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6 0.115s 2025-08-03 10:45:42,157 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 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-15a6f8d0-1e01-4c92-b49b-c472b03ecd79', 'x-compute-request-id': 'req-15a6f8d0-1e01-4c92-b49b-c472b03ecd79', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'' 2025-08-03 10:45:42,396 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6 0.238s 2025-08-03 10:45:42,397 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:42 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-e0dcac5b-eab6-4952-b1a5-4a88399157f1', 'x-compute-request-id': 'req-e0dcac5b-eab6-4952-b1a5-4a88399157f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"server": {"id": "065e0913-db3c-424d-92bb-4b20a924d5f6", "name": "tempest-AttachSCSIVolumeTestJSON-server-739278081", "status": "ACTIVE", "tenant_id": "0c3614f100024e8dadd07c5e9f0be349", "user_id": "90f7bb123aa44cf2b305f56cbc37f1b0", "metadata": {}, "hostId": "5425acc41d4b42d613c70707801f5266914692833446634ba7f60e7e", "image": {"id": "8db7ec40-ced2-42cc-b54e-df21ded321ce", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8db7ec40-ced2-42cc-b54e-df21ded321ce"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:45Z", "updated": "2025-08-03T10:45:42Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-537330652-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:8f:84"}, {"version": 4, "addr": "172.24.4.93", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:8f:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/065e0913-db3c-424d-92bb-4b20a924d5f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1176864161", "OS-SRV-USG:launched_at": "2025-08-03T10:44:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1094171029"}], "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-03 10:46:32,494 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6 0.032s 2025-08-03 10:46:32,494 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2d2ef5b1-4041-4aaa-9729-ed83123f775d', 'x-compute-request-id': 'req-2d2ef5b1-4041-4aaa-9729-ed83123f775d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/065e0913-db3c-424d-92bb-4b20a924d5f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 065e0913-db3c-424d-92bb-4b20a924d5f6 could not be found."}}' 2025-08-03 10:46:32,520 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1176864161 0.025s 2025-08-03 10:46:32,521 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d35c62e-a9c7-4be4-aab8-63f7ea9590dd', 'x-compute-request-id': 'req-2d35c62e-a9c7-4be4-aab8-63f7ea9590dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1176864161'} Body: b'' 2025-08-03 10:46:32,761 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833 0.240s 2025-08-03 10:46:32,761 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-77f475a0-28d8-488a-841c-144c313c2091', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833'} Body: b'' 2025-08-03 10:46:32,781 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833 0.019s 2025-08-03 10:46:32,781 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c90fde78-0a95-43aa-bc28-787d871d5beb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90446f3d-1049-4e58-909e-35b4357a8833'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 90446f3d-1049-4e58-909e-35b4357a8833 does not exist", "detail": ""}}' 2025-08-03 10:46:33,235 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCS IVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/12ee7dc0-5640-4fc1-bdeb-9015ff106c88 0.453s 2025-08-03 10:46:33,236 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-52680c3e-6b49-45ad-9988-c621a2681073', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/12ee7dc0-5640-4fc1-bdeb-9015ff106c88'} Body: b'' 2025-08-03 10:46:33,383 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce 0.146s 2025-08-03 10:46:33,384 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f2ad39ef-fb77-430a-b7aa-31caacdeeb82', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce'} Body: b'' 2025-08-03 10:46:33,399 98811 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce 0.015s 2025-08-03 10:46:33,400 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cbf84dd8-9559-4ae7-be3b-d73505ebdfa5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/8db7ec40-ced2-42cc-b54e-df21ded321ce'} Body: b'{"message": "No image found with ID 8db7ec40-ced2-42cc-b54e-df21ded321ce

\\n\\n\\n", "code": "404 Not Found", "title": "Not 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 880f27e1-871a-4827-98a6-aba55f080fbb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:34,539 98825 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.463s 2025-08-03 10:46:34,540 98825 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-1523821513"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/880f27e1-871a-4827-98a6-aba55f080fbb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1c46f46-855d-41f5-b6ed-94fd30f0b130', 'x-compute-request-id': 'req-b1c46f46-855d-41f5-b6ed-94fd30f0b130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "880f27e1-871a-4827-98a6-aba55f080fbb", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:46:34.395129", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1523821513", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-03 10:46:34,646 98825 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/880f27e1-871a-4827-98a6-aba55f080fbb 0.101s 2025-08-03 10:46:34,646 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:34 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-fba5465f-eb42-4a62-998d-f49ec406153d', 'x-compute-request-id': 'req-fba5465f-eb42-4a62-998d-f49ec406153d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/880f27e1-871a-4827-98a6-aba55f080fbb'} Body: b'{"volume": {"id": "880f27e1-871a-4827-98a6-aba55f080fbb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:46:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1523821513", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-03 10:46:35,750 98825 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/880f27e1-871a-4827-98a6-aba55f080fbb 0.097s 2025-08-03 10:46:35,750 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-ad5a0ef3-1032-47d1-be37-9caab404a808', 'x-compute-request-id': 'req-ad5a0ef3-1032-47d1-be37-9caab404a808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/880f27e1-871a-4827-98a6-aba55f080fbb'} Body: b'{"volume": {"id": "880f27e1-871a-4827-98a6-aba55f080fbb", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-0 3T10:46:34.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1523821513", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 dab16502-b0e1-4d16-8385-c3e553f4ac7f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:38,396 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.162s 2025-08-03 10:46:38,396 98825 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-578975475"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5103f40d-a392-49cd-8093-b636dd3c77d8', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5103f40d-a392-49cd-8093-b636dd3c77d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "8ad99f4c-a02d-40c7-869d-41d235200e8d", "name": "tempest-GroupSnapshotsV319Test-volume-type-578975475", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:46:38,431 98825 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.032s 2025-08-03 10:46:38,431 98825 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-2114410353"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50cee8d3-a624-4882-bd89-801342724a98', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50cee8d3-a624-4882-bd89-801342724a98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "2f165480-7082-4cd2-b622-11b7f6e93817", "name": "tempest-GroupSnapshotsV319Test-group-type-2114410353", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:46:38,868 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.434s 2025-08-03 10:46:38,869 98825 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": "2f165480-7082-4cd2-b622-11b7f6e93817", "volume_types": ["8ad99f4c-a02d-40c7-869d-41d235200e8d"], "name": "tempest-GroupSnapshotsV319Test-Group-2079890568"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce3b17b-7039-47a3-b286-b102a02421bd', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce3b17b-7039-47a3-b286-b102a02421bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "dab16502-b0e1-4d16-8385-c3e553f4ac7f", "name": "tempest-GroupSnapshotsV319Test-Group-2079890568"}}' 2025-08-03 10:46:38,912 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f 0.039s 2025-08-03 10:46:38,913 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Sun, 03 Aug 2025 10:46:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc92565-cb05-454b-a765-cc6e4776013c', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc92565-cb05-454b-a765-cc6e4776013c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f'} Body: b'{"group": {"id": "dab16502-b0e1-4d16-8385-c3e553f4ac7f", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:46:39.000000", "name": "tempest-GroupSnapshotsV319Test-Group-2079890568", "description": null, "group_type": "2f165480-7082-4cd2-b622-11b7f6e93817", "volume_types": ["8ad99f4c-a02d-40c7-869d-41d235200e8d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:46:39,954 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f 0.030s 2025-08-03 10:46:39,955 98825 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': 'Sun, 03 Aug 2025 10:46:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bce386fd-c76d-4df5-9289-82f4e412ac86', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bce386fd-c76d-4df5-9289-82f4e412ac86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f'} Body: b'{"group": {"id": "dab16502-b0e1-4d16-8385-c3e553f4ac7f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:46:39.000000", "name": "tempest-GroupSnapshotsV319Test-Group-2079890568", "description": null, "group_type": "2f165480-7082-4cd2-b622-11b7f6e93817", "volume_types": ["8ad99f4c-a02d-40c7-869d-41d235200e8d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:46:40,006 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.041s 2025-08-03 10:46:40,006 98825 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': 'Sun, 03 Aug 2025 10:46:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14df25cb-881d-48c5-ac20-00eed86e120c', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14df25cb-881d-48c5-ac20-00eed86e120c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:46:40,088 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f/action 0.066s 2025-08-03 10:46:40,088 98825 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': 'Sun, 03 Aug 2025 10:46:40 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-0f28782d-6602-456c-9d9c-912554831799', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f/action'} Body: b'' 2025-08-03 10:46:40,108 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f 0.019s 2025-08-03 10:46:40,108 98825 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': 'Sun, 03 Aug 2025 10:46:40 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-9a1d11ab-20cf-48a7-b5a0-9cea3478fa6c', 'x-openstack-request-id': 'req-9a1d11ab-20cf-48a7-b5a0-9cea3478fa6c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/dab16502-b0e1-4d16-8385-c3e553f4ac7f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dab16502-b0e1-4d16-8385-c3e553f4ac7f could not be found."}}' 2025-08-03 10:46:40,137 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/2f165480-7082-4cd2-b622-11b7f6e93817 0.029s 2025-08-03 10:46:40,138 98825 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': 'Sun, 03 Aug 2025 10:46:40 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-cd4d5fd1-6f75-419a-8384-e0e163dcd60d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/2f165480-7082-4cd2-b622-11b7f6e93817'} Body: b'' 2025-08-03 10:46:40,189 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d 0.050s 2025-08-03 10:46:40,189 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12346380-59d6-4bb0-86ab-f977c6d445f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d'} Body: b'' 2025-08-03 10:46:40,205 98825 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d 0.015s 2025-08-03 10:46:40,205 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:40 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-3b6804a7-5fd8-4532-b6d9-555060ce368d', 'x-openstack-request-id': 'req-3b6804a7-5fd8-4532-b6d9-555060ce368d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/8ad99f4c-a02d-40c7-869d-41d235200e8d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8ad99f4c-a02d-40c7-869d-41d235200e8d could not be found."}}' 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 df4c7776-98d6-4ce1-a9cf-54ca44b00da8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:05,464 98815 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:44:05,464 98815 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:44:05,859 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.393s 2025-08-03 10:44:05,860 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1627469135", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJMendQAolgLo1YVqRFGCft3EFwDT9Kbzh/sTQAbshnwhXB+3eInAzkGcIuhVQbTzWiCXZhhay0umeHPvQNNka/wtTl6mxwdCuDVDjFFia/3f084N/fmBLYpKPWkQZ3lA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38d471d7-d3b7-4ca3-a2fd-3214fa346a60', 'x-compute-request-id': 'req-38d471d7-d3b7-4ca3-a2fd-3214fa346a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1627469135", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJMendQAolgLo1YVqRFGCft3EFwDT9Kbzh/sTQAbshnwhXB+3eInAzkGcIuhVQbTzWiCXZhhay0umeHPvQNNka/wtTl6mxwdCuDVDjFFia/3f084N/fmBLYpKPWkQZ3lA==", "fingerprint": "d6:af:4d:6e:f4:0e:ba:31:50:d6:4f:ce:e1:df:03:f0", "user_id": "c836fe48c2cb41d29e251a50b0188f5b"}}' 2025-08-03 10:44:05,864 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1627469135 created 2025-08-03 10:44:07,598 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.732s 2025-08-03 10:44:07,599 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--338217810", "description": "tempest-description--1706022720"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-8629e591-5606-409f-8c99-07041506d4ca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "name": "tempest-securitygroup--338217810", "stateful": true, "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "description": "tempest-description--1706022720", "shared": false, "security_group_rules": [{"id": "37dd3e76-1fd6-4a04-a00f-d115f1a7af1d", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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": 439, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:07Z", "updated_at": "2025-08-03T10:44:07Z", "revision_number": 0}, {"id": "b4139bf2-7da9-4782-acbc-00d59a5e77fa", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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": 438, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:07Z", "updated_at": "2025-08-03T10:44:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:44:07Z", "updated_at": "2025-08-03T10:44:07Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:44:08,337 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.738s 2025-08-03 10:44:08,338 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a6ebe81f-5d2e-4a07-af08-942f29b18085', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c6818b61-201f-43fb-9819-888dc8eeccab", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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-03T10:44:08Z", "updated_at": "2025-08-03T10:44:08Z", "revision_number": 0}}' 2025-08-03 10:44:08,861 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.522s 2025-08-03 10:44:08,862 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0c66664b-db7b-4221-b1ab-068657a64e3f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "288d9a1c-47fd-4ce4-853a-94646ca9b233", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38", "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-03T10:44:08Z", "updated_at": "2025-08-03T10:44:08Z", "revision_number": 0}}' 2025-08-03 10:44:08,862 98815 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--338217810 created 2025-08-03 10:44:10,342 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.479s 2025-08-03 10:44:10,343 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c00581ea-81bb-432a-a2b6-2c2187e9131b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8491c32c-af1f-4bb2-8c9c-615d9259a41f", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.123", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b886cc5c10234057944eaa1f7a54783a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:44:09Z", "updated_at": "2025-08-03T10:44:09Z", "revision_number": 0}}' 2025-08-03 10:44:10,343 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8491c32c-af1f-4bb2-8c9c-615d9259a41f', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:44:09Z', 'updated_at': '2025-08-03T10:44:09Z', 'revision_number': 0, 'ip': '172.24.4.123'} created 2025-08-03 10:44:10,530 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.180s 2025-08-03 10:44:10,531 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2489', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-434e0212-7d31-4b46-9dea-3693fb6e2b4c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c836fe48c2cb41d29e251a50b0188f5b", "name": "tempest-AttachVolumeTestJSON-1136347320-project-member", "password_expires_at": null}, "audit_ids": ["QPuJC5LNQtaMWjGydlQHWw"], "expires_at": "2025-08-03T11:44:10.000000Z", "issued_at": "2025-08-03T10:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b886cc5c10234057944eaa1f7a54783a", "name": "tempest-AttachVolumeTestJSON-1136347320"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b886cc5c10234057944eaa1f7a54783a", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": " 3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:10,532 98815 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '7bb556a5-aa2d-4cb5-b939-0831a501b750', 'name': 'tempest-AttachVolumeTestJSON-1115392210-network', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26040, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:43:53Z', 'updated_at': '2025-08-03T10:43:54Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:10,532 98815 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1627469135', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPJMendQAolgLo1YVqRFGCft3EFwDT9Kbzh/sTQAbshnwhXB+3eInAzkGcIuhVQbTzWiCXZhhay0umeHPvQNNka/wtTl6mxwdCuDVDjFFia/3f084N/fmBLYpKPWkQZ3lA==', 'fingerprint': 'd6:af:4d:6e:f4:0e:ba:31:50:d6:4f:ce:e1:df:03:f0', 'user_id': 'c836fe48c2cb41d29e251a50b0188f5b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC9dvG+d4t6ey5oRc/gIl99H8wgpzaq1Xpjjz/YbK9TmYN0QFgl3Lj6\nDS8sGwnmtkugBwYFK4EEACKhZANiAATyTHp3UAKJYC6NWFakRRgn7dxBcA0/Sm84\nf7E0AG7IZ8IVwft3iJwM5BnCLoVUG081ogl2YYWstLpnhz70DTZGv8LU5epscHQr\ng1Q4xRYmv939PODf35gS2KSj1pEGd5Q=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38', 'name': 'tempest-securitygroup--338217810', 'stateful': True, 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': 'tempest-description--1706022720', 'shared': False, 'security_group_rules': [{'id': '37dd3e76-1fd6-4a04-a00f-d115f1a7af1d', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': 'ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 439, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:44:07Z', 'updated_at': '2025-08-03T10:44:07Z', 'revision_number': 0}, {'id': 'b4139bf2-7da9-4782-acbc-00d59a5e77fa', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': 'ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 438, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:44:07Z', 'updated_at': '2025-08-03T10:44:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:44:07Z', ' updated_at': '2025-08-03T10:44:07Z', 'revision_number': 1, 'project_id': 'b886cc5c10234057944eaa1f7a54783a'}, 'floating_ip': {'id': '8491c32c-af1f-4bb2-8c9c-615d9259a41f', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.123', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:44:09Z', 'updated_at': '2025-08-03T10:44:09Z', 'revision_number': 0, 'ip': '172.24.4.123'}} 2025-08-03 10:44:11,416 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.883s 2025-08-03 10:44:11,417 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-879229342", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "7bb556a5-aa2d-4cb5-b939-0831a501b750"}], "security_groups": [{"name": "tempest-securitygroup--338217810"}], "key_name": "tempest-keypair-1627469135", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2993a4b2-46df-4ed1-a8e6-0fe4290ede8f', 'x-compute-request-id': 'req-2993a4b2-46df-4ed1-a8e6-0fe4290ede8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--338217810"}], "adminPass": "password"}}' 2025-08-03 10:44:11,564 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.143s 2025-08-03 10:44:11,565 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:11 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-d8a81953-6744-448a-9b14-d3376cd1fe3f', 'x-compute-request-id': 'req-d8a81953-6744-448a-9b14-d3376cd1fe3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "name": "tempest-AttachVolumeTestJSON-server-879229342", "status": "BUILD", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:11Z", "updated": "2025-08-03T10:44:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1627469135", "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-03 10:45:02,090 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.458s 2025-08-03 10:45:02,091 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:01 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-fe4d73ed-f9ae-4f88-aead-33d488e3310e', 'x-compute-request-id': 'req-fe4d73ed-f9ae-4f88-aead-33d488e3310e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "name": "tempest-AttachVolumeTestJSON-server-879229342", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:11Z", "updated": "2025-08-03T10:44:40Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:3b:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1627469135", "OS-SRV-USG:launched_at": "2025-08-03T10:44:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338217810"}], "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-03 10:45:02,106 98815 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:46:02,329 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/os-interface 0.165s 2025-08-03 10:46:02,330 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-opensta ck-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1756f47-c6a9-4764-87c2-eeb9e2cd6130', 'x-compute-request-id': 'req-f1756f47-c6a9-4764-87c2-eeb9e2cd6130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "port_id": "bcc9adac-627c-4dee-a18e-63e8a45f8011", "mac_addr": "fa:16:3e:97:3b:87", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d16209a4-7e34-4cf9-8cc9-ecff238fbc8e", "ip_address": "10.0.0.13"}]}]}' 2025-08-03 10:46:03,520 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f 1.186s 2025-08-03 10:46:03,521 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bcc9adac-627c-4dee-a18e-63e8a45f8011"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-4c6c026c-a9c7-4416-9d83-cc10bb55f0a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f'} Body: b'{"floatingip": {"id": "8491c32c-af1f-4bb2-8c9c-615d9259a41f", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.123", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "9123957e-40d5-4073-9007-3c9a8a422283", "port_id": "bcc9adac-627c-4dee-a18e-63e8a45f8011", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "mac_address": "fa:16:3e:97:3b:87", "admin_state_up": true, "status": "ACTIVE", "device_id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:44:09Z", "updated_at": "2025-08-03T10:46:02Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:03,523 98815 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2025-08-03 10:46:03,542 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:03,616 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:03,616 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2025-08-03 10:46:03,661 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/ips 0.044s 2025-08-03 10:46:03,662 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '105', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1f6157f-f27b-4094-88da-3f283690daf8', 'x-compute-request-id': 'req-c1f6157f-f27b-4094-88da-3f283690daf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-03 10:46:03,666 98815 INFO [tempest.lib.common.ssh] Crea ting ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2025-08-03 10:46:03,668 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:03,772 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:03,773 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2025-08-03 10:46:03,773 98815 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-03 10:46:03,773 98815 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.123:22' as 'cirros' with public key authentication 2025-08-03 10:46:03,776 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:03,877 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:03,878 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.123 successfully created 2025-08-03 10:46:04,159 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.268s 2025-08-03 10:46:04,159 98815 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-670754244"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa22c3f-708f-4c7a-98f7-2ca76f7f6ef6', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa22c3f-708f-4c7a-98f7-2ca76f7f6ef6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "df4c7776-98d6-4ce1-a9cf-54ca44b00da8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:04.077731", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-670754244", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:46:04,215 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8 0.042s 2025-08-03 10:46:04,215 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c384f85-f0f6-4273-9276-8c49561e27cf', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c384f85-f0f6-4273-9276-8c49561e27cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8'} Body: b'{"volume": {"id": "df4c7776-98d6-4ce1-a9cf-54ca44b00da8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:04.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-670754244", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel ": "self", "href": "http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:05,274 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8 0.043s 2025-08-03 10:46:05,275 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f1cc75-29ac-40ef-9fb0-dfe7b601c60e', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f1cc75-29ac-40ef-9fb0-dfe7b601c60e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8'} Body: b'{"volume": {"id": "df4c7776-98d6-4ce1-a9cf-54ca44b00da8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:04.000000", "updated_at": "2025-08-03T10:46:04.000000", "name": "tempest-AttachVolumeTestJSON-volume-670754244", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df4c7776-98d6-4ce1-a9cf-54ca44b00da8"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:05,511 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.221s 2025-08-03 10:46:05,511 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-3e6f8cb4-7e7b-4866-b6c6-a38ed9297287', 'x-compute-request-id': 'req-3e6f8cb4-7e7b-4866-b6c6-a38ed9297287', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'' 2025-08-03 10:46:05,731 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.219s 2025-08-03 10:46:05,731 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18c205cb-3149-4dfe-b9bb-01b8fb074ce5', 'x-compute-request-id': 'req-18c205cb-3149-4dfe-b9bb-01b8fb074ce5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"server": {"id": "d4a62b05-9598-40d9-81d4-f8baf96e1727", "name": "tempest-AttachVolumeTestJSON-server-879229342", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:11Z", "updated": "2025-08-03T10:46:05Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:3b:87"}, {"version": 4, "addr": "172.24.4.123", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:3b:87"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1627469135", "OS-SRV-USG:launched_at": "2025-08-03T10:44:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--338217810"}], "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-03 10:46:55,838 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727 0.042s 2025-08-03 10:46:55,838 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d8f6e6ea-6ff9-4586-a57f-80f5d0860b08', 'x-compute-request-id': 'req-d8f6e6ea-6ff9-4586-a57f-80f5d0860b08', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d4a62b05-9598-40d9-81d4-f8baf96e1727'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d4a62b05-9598-40d9-81d4-f8baf96e1727 could not be found."}}' 2025-08-03 10:46:55,874 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627469135 0.034s 2025-08-03 10:46:55,875 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-213b0f31-79d0-4fb0-b701-f1b3fb0eb76b', 'x-compute-request-id': 'req-213b0f31-79d0-4fb0-b701-f1b3fb0eb76b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1627469135'} Body: b'' 2025-08-03 10:46:56,293 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http:// 10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38 0.417s 2025-08-03 10:46:56,294 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-85b28126-18b4-4965-aabd-dde259ca5014', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38'} Body: b'' 2025-08-03 10:46:56,314 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38 0.020s 2025-08-03 10:46:56,315 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7a238e9e-66d7-456b-82f3-bcf759ee359d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ec25bbcd-c17b-4bd9-ba02-0b4b7eadea38 does not exist", "detail": ""}}' 2025-08-03 10:46:56,874 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f 0.558s 2025-08-03 10:46:56,874 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7a9b2c2a-7255-4b70-a484-e93d1c5176fd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8491c32c-af1f-4bb2-8c9c-615d9259a41f'} Body: b'' 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 097eed5b-8631-4608-8420-62acdf9e243a failed to build and is in ERROR status 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 2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:52,869 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.114s 2025-08-03 10:44:52,869 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2483', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b81b9f45-d7f0-4177-a064-c3f6d0630987', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "853db9bfb448495ba2cb11fec3d41072", "name": "tempest-VolumesActionsTest-574148251-project-member", "password_expires_at": null}, "audit_ids": ["IE-FK1NKTtONPSNDER0dTA"], "expires_at": "2025-08-03T11:44:52.000000Z", "issued_at": "2025-08-03T10:44:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b729575bb12549fa96b53e8943fcb670", "name": "tempest-VolumesActionsTest-574148251"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b729575bb12549fa96b53e8943fcb670", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:52,870 98829 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'e9595fc8-ff84-442a-bd60-563a93602a3e', 'name': 'tempest-VolumesActionsTest-1425025943-network', 'tenant_id': 'b729575bb12549fa96b53e8943fcb670', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b729575bb12549fa96b53e8943fcb670', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45817, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:30Z', 'updated_at': '2025-0 8-03T10:44:30Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:53,504 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.633s 2025-08-03 10:44:53,505 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-236246320", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "e9595fc8-ff84-442a-bd60-563a93602a3e"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99b24833-3153-44bf-9eb1-b183d3c2bd1f', 'x-compute-request-id': 'req-99b24833-3153-44bf-9eb1-b183d3c2bd1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mJncDNZgWbC5"}}' 2025-08-03 10:44:53,649 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.140s 2025-08-03 10:44:53,649 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48fd2484-e52e-469f-8112-698850b77824', 'x-compute-request-id': 'req-48fd2484-e52e-469f-8112-698850b77824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "name": "tempest-VolumesActionsTest-instance-236246320", "status": "BUILD", "tenant_id": "b729575bb12549fa96b53e8943fcb670", "user_id": "853db9bfb448495ba2cb11fec3d41072", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:53Z", "updated": "2025-08-03T10:44:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "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-03 10:45:43,935 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-4 4b1-8597-fa8488a21213 0.219s 2025-08-03 10:45:43,935 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:43 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-cf1d8eb6-3976-4e71-a7ef-22ef33ddfcc5', 'x-compute-request-id': 'req-cf1d8eb6-3976-4e71-a7ef-22ef33ddfcc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "name": "tempest-VolumesActionsTest-instance-236246320", "status": "ACTIVE", "tenant_id": "b729575bb12549fa96b53e8943fcb670", "user_id": "853db9bfb448495ba2cb11fec3d41072", "metadata": {}, "hostId": "0f65d9ff2c94d616e77b4db138524c0764fdaf18772bcb036a0441f2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:53Z", "updated": "2025-08-03T10:45:10Z", "addresses": {"tempest-VolumesActionsTest-1425025943-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:7b:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:45:09.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-03 10:45:43,951 98829 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:46:44,286 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.274s 2025-08-03 10:46:44,287 98829 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-121138973"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdc548f8-c51f-4bc7-a965-8847e921bee9', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdc548f8-c51f-4bc7-a965-8847e921bee9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.202613", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencyg roup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:46:44,670 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.368s 2025-08-03 10:46:44,670 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779cc998-0f09-4345-a4ee-5dab89cca250', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779cc998-0f09-4345-a4ee-5dab89cca250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.000000", "updated_at": "2025-08-03T10:46:44.000000", "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:46:45,735 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.048s 2025-08-03 10:46:45,735 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507a7a90-462d-45da-81e9-aa6ec2b2f913', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-507a7a90-462d-45da-81e9-aa6ec2b2f913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.000000", "updated_at": "2025-08-03T10:46:44.000000", "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:46:45,794 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.044s 2025-08-03 10:46:45,795 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:4 6:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f676dac6-a96f-4da8-b39a-728b59f1737c', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f676dac6-a96f-4da8-b39a-728b59f1737c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"volume": {"id": "2e98b636-0413-43e3-b0b9-0ecfc9d2cf61", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:44.000000", "updated_at": "2025-08-03T10:46:44.000000", "name": "tempest-VolumesActionsTest-Volume-121138973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:46:45,932 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.123s 2025-08-03 10:46:45,932 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-d41d0f84-d88c-4ad0-a9b1-86759f38ffbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'' 2025-08-03 10:46:45,955 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 0.022s 2025-08-03 10:46:45,956 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46: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-d119940a-023c-43ed-bf50-e444dd0f239c', 'x-openstack-request-id': 'req-d119940a-023c-43ed-bf50-e444dd0f239c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e98b636-0413-43e3-b0b9-0ecfc9d2cf61'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e98b636-0413-43e3-b0b9-0ecfc9d2cf61 could not be found."}}' 2025-08-03 10:46:46,139 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.183s 2025-08-03 10:46:46,140 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:45 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-13e922bf-867d-4703-8dca-acf560d02339', 'x-compute-request-id': 'req-13e922bf-867d-4703-8dca-acf560d02339', 'connection': 'close', 'statu s': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'' 2025-08-03 10:46:46,413 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.273s 2025-08-03 10:46:46,414 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:46 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-7cbc8fe0-17db-49df-9879-5d8804f515a5', 'x-compute-request-id': 'req-7cbc8fe0-17db-49df-9879-5d8804f515a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"server": {"id": "755a28fe-9355-44b1-8597-fa8488a21213", "name": "tempest-VolumesActionsTest-instance-236246320", "status": "ACTIVE", "tenant_id": "b729575bb12549fa96b53e8943fcb670", "user_id": "853db9bfb448495ba2cb11fec3d41072", "metadata": {}, "hostId": "0f65d9ff2c94d616e77b4db138524c0764fdaf18772bcb036a0441f2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:53Z", "updated": "2025-08-03T10:46:46Z", "addresses": {"tempest-VolumesActionsTest-1425025943-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:7b:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/755a28fe-9355-44b1-8597-fa8488a21213"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:45:09.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-03 10:47:36,512 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213 0.033s 2025-08-03 10:47:36,513 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ae72c5ee-3180-445d-b96c-9e91332f8092', 'x-compute-request-id': 'req-ae72c5ee-3180-445d-b96c-9e91332f8092', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/755a28fe-9355-44b1-8597-fa8488a21213'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 755a28fe-9355-44b1-8597-fa8488a21213 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 ec82ca11-6b0d-4416-88fe-df96db9d2aac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:45:44,571 98817 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.142s 2025-08-03 10:45:44,571 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c04d73a0-0768-42f9-b0aa-9d288936921f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b711315898fb4c24ab39f90e8f14d96b", "name": "tempest-VolumesAdminNegativeTest-1679701934-project-member", "password_expires_at": null}, "audit_ids": ["_QvlGCEOTEmW5mKp0-9ZKg"], "expires_at": "2025-08-03T11:45:44.000000Z", "issued_at": "2025-08-03T10:45:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3746428d930443f8979d038b361f4ea7", "name": "tempest-VolumesAdminNegativeTest-1679701934"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3746428d930443f8979d038b361f4ea7", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:45:44,572 98817 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'c77f4519-b2e2-4d9e-b51e-27e13206a590', 'name': 'tempest-VolumesAdminNegativeTest-1090533263-network', 'tenant_id': '3746428d930443f8979d038b361f4ea7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3746428d930443f8979d038b361f4ea7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42468, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scop e': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:45:45,080 98817 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.507s 2025-08-03 10:45:45,080 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1563312763", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "c77f4519-b2e2-4d9e-b51e-27e13206a590"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1a572f5-8230-4540-9748-76650f84d83f', 'x-compute-request-id': 'req-e1a572f5-8230-4540-9748-76650f84d83f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "54e2575b-3017-4875-9e65-5dcb52843358", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54e2575b-3017-4875-9e65-5dcb52843358"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HJXcdc9i3q7z"}}' 2025-08-03 10:45:45,148 98817 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/54e2575b-3017-4875-9e65-5dcb52843358 0.064s 2025-08-03 10:45:45,149 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:45 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-687a4de5-493e-48bf-bf49-01486b483195', 'x-compute-request-id': 'req-687a4de5-493e-48bf-bf49-01486b483195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358'} Body: b'{"server": {"id": "54e2575b-3017-4875-9e65-5dcb52843358", "name": "tempest-VolumesAdminNegativeTest-server-1563312763", "status": "BUILD", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:45:45Z", "updated": "2025-08-03T10:45:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54e2575b-3017-4875-9e65-5dcb52843358"}], "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-03 10:46:35,445 98817 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/54e2575b-3017-4875-9e65-5dcb52843358 0.233s 2025-08-03 10:46:35,446 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-9e7fe18f-4433-406b-8b3b-d1d7dc8e06a5', 'x-compute-request-id': 'req-9e7fe18f-4433-406b-8b3b-d1d7dc8e06a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358'} Body: b'{"server": {"id": "54e2575b-3017-4875-9e65-5dcb52843358", "name": "tempest-VolumesAdminNegativeTest-server-1563312763", "status": "ACTIVE", "tenant_id": "3746428d930443f8979d038b361f4ea7", "user_id": "b711315898fb4c24ab39f90e8f14d96b", "metadata": {}, "hostId": "ff375677dee7701c1e1e9d185407d6ef468bbea4fa9b4ddeeac017c0", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:45:45Z", "updated": "2025-08-03T10:46:00Z", "addresses": {"tempest-VolumesAdminNegativeTest-1090533263-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:67:e8:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54e2575b-3017-4875-9e65-5dcb52843358"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54e2575b-3017-4875-9e65-5dcb52843358"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:46:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:46:35,460 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:47:35,715 98817 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.195s 2025-08-03 10:47:35,716 98817 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-655317923"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef76ad34-c4ff-44f9-b323-02dd67075a73', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef76ad34-c4ff-44f9-b323-02dd67075a73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ec82ca11-6b0d-4416-88fe-df96db9d2aac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:35.648600", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-655317923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http:// 10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:35,780 98817 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/ec82ca11-6b0d-4416-88fe-df96db9d2aac 0.037s 2025-08-03 10:47:35,780 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e0bf09-9d47-4039-9d0c-b40f887a0550', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e0bf09-9d47-4039-9d0c-b40f887a0550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac'} Body: b'{"volume": {"id": "ec82ca11-6b0d-4416-88fe-df96db9d2aac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:36.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-655317923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' 2025-08-03 10:47:36,841 98817 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/ec82ca11-6b0d-4416-88fe-df96db9d2aac 0.046s 2025-08-03 10:47:36,842 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a71b58-f98d-4483-809b-604d4b4a4bff', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a71b58-f98d-4483-809b-604d4b4a4bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac'} Body: b'{"volume": {"id": "ec82ca11-6b0d-4416-88fe-df96db9d2aac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:36.000000", "updated_at": "2025-08-03T10:47:36.000000", "name": "tempest-VolumesAdminNegativeTest-volume-655317923", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec82ca11-6b0d-4416-88fe-df96db9d2aac"}], "user_id": "b711315898fb4c24ab39f90e8f14d96b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3746428d930443f8979d038b361f4ea7"}}' 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 1df62938-2da1-4887-9ad2-c2e7acec7748 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:36,864 98829 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.347s 2025-08-03 10:47:36,865 98829 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-1318939592"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84d79ee-a903-405f-9236-4ee791385bb1', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84d79ee-a903-405f-9236-4ee791385bb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:36.798790", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:36,965 98829 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/1df62938-2da1-4887-9ad2-c2e7acec7748 0.073s 2025-08-03 10:47:36,965 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8523389-d380-4e84-9bd3-fc52bc1aef79', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8523389-d380-4e84-9bd3-fc52bc1aef79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:37.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:38,046 98829 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/1df62938-2da1-4887-9ad2-c2e7acec7748 0.058s 2025-08-03 10:47:38,046 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-3f0ffe36-0762-495a-9e63-606e3fa7d558', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0ffe36-0762-495a-9e63-606e3fa7d558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:37.000000", "updated_at": "2025-08-03T10:47:37.000000", "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:38,103 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748 0.041s 2025-08-03 10:47:38,103 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd51838-8dea-4b15-a798-676ec9271c7b', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd51838-8dea-4b15-a798-676ec9271c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"volume": {"id": "1df62938-2da1-4887-9ad2-c2e7acec7748", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:37.000000", "updated_at": "2025-08-03T10:47:37.000000", "name": "tempest-VolumesActionsTest-Volume-1318939592", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:38,232 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748 0.115s 2025-08-03 10:47:38,232 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f7f9ac-0ab0-4f22-ab53-330147bdb0d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'' 2025-08-03 10:47:38,257 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748 0.024s 2025-0 8-03 10:47:38,258 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb740d6e-eeb6-4209-ab63-703e4cc3f756', 'x-openstack-request-id': 'req-eb740d6e-eeb6-4209-ab63-703e4cc3f756', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1df62938-2da1-4887-9ad2-c2e7acec7748'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1df62938-2da1-4887-9ad2-c2e7acec7748 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a990576-2ce2-4121-b491-820a5659076a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:38,498 98829 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.237s 2025-08-03 10:47:38,499 98829 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-1551271965"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1cad3c-e8e8-4aea-a523-bd727a8e1e69', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1cad3c-e8e8-4aea-a523-bd727a8e1e69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.395464", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:38,583 98829 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/5a990576-2ce2-4121-b491-820a5659076a 0.066s 2025-08-03 10:47:38,584 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3535b03-4c08-4e57-ade9-8aebe632921d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3535b03-4c08-4e57-ade9-8aebe632921d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:39,643 98829 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/5a990576-2ce2-4121-b491-820a5659076a 0.043s 2025-08-03 10:47:39,643 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174a1a87-6dc9-41ae-85ee-1e013e7f4510', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174a1a87-6dc9-41ae-85ee-1e013e7f4510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.000000", "updated_at": "2025-08-03T10:47:39.000000", "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:39,726 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a 0.068s 2025-08-03 10:47:39,726 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d662b6-0a11-41b5-ac30-ec1d0f911346', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d662b6-0a11-41b5-ac30-ec1d0f911346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"volume": {"id": "5a990576-2ce2-4121-b491-820a5659076a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:38.000000", "updated_at": "2025-08-03T10:47:39.000000", "name": "tempest-VolumesActionsTest-Volume-1551271965", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5a990576-2ce2-4121-b491-820a5659076a"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:39,837 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a 0.096s 2025-08-03 10:47:39,838 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-092a6ebb-5316-498e-a48f-a635a1b703e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'' 2025-08-03 10:47:40,155 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a 0.317s 2025-08-0 3 10:47:40,156 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc64369-627d-4a15-b5d3-80649343b1e2', 'x-openstack-request-id': 'req-5cc64369-627d-4a15-b5d3-80649343b1e2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5a990576-2ce2-4121-b491-820a5659076a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5a990576-2ce2-4121-b491-820a5659076a 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 c32f86e4-79f7-47bc-befc-7fa557489630 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:40,389 98829 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.230s 2025-08-03 10:47:40,389 98829 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-141872111"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7ef217b-4e4d-4de4-9aa8-0f1a6813393e', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7ef217b-4e4d-4de4-9aa8-0f1a6813393e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.329899", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:40,439 98829 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/c32f86e4-79f7-47bc-befc-7fa557489630 0.038s 2025-08-03 10:47:40,440 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2371309-bf80-49f4-b82c-03671d2649e5', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2371309-bf80-49f4-b82c-03671d2649e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:41,496 98829 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/c32f86e4-79f7-47bc-befc-7fa557489630 0.042s 2025-08-03 10:47:41,497 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-86847d45-c333-4322-a86d-27abb57b5281', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86847d45-c333-4322-a86d-27abb57b5281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.000000", "updated_at": "2025-08-03T10:47:40.000000", "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:41,552 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630 0.041s 2025-08-03 10:47:41,553 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d017ef16-60cd-4033-b3e7-a7b311e04bf2', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d017ef16-60cd-4033-b3e7-a7b311e04bf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"volume": {"id": "c32f86e4-79f7-47bc-befc-7fa557489630", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:40.000000", "updated_at": "2025-08-03T10:47:40.000000", "name": "tempest-VolumesActionsTest-Volume-141872111", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c32f86e4-79f7-47bc-befc-7fa557489630"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:41,786 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630 0.215s 2025-08-03 10:47:41,786 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-8d37ef7e-8cd0-4f1d-858c-9089aa53a3a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'' 2025-08-03 10:47:41,809 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630 0.022s 2025-08-03 10:47:41,809 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36eedbe-0803-4f15-9b6a-0110a505f06d', 'x-openstack-request-id': 'req-d36eedbe-0803-4f15-9b6a-0110a505f06d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c32f86e4-79f7-47bc-befc-7fa557489630'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c32f86e4-79f7-47bc-befc-7fa557489630 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 12f77f90-bfeb-4cbf-8807-6283cbb0298c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:42,000 98829 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.185s 2025-08-03 10:47:42,000 98829 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-1082991577"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-350e605c-c586-44e9-8ef7-0d5b0bebe749', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-350e605c-c586-44e9-8ef7-0d5b0bebe749', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:41.937322", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:42,055 98829 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/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.043s 2025-08-03 10:47:42,056 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8277b67a-16a3-499d-825c-668ba6ffd2a6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8277b67a-16a3-499d-825c-668ba6ffd2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:42.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:43,108 98829 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/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.037s 2025-08-03 10:47:43,108 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-ca4d1ae0-062f-4107-a66e-df518c14f71d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca4d1ae0-062f-4107-a66e-df518c14f71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:42.000000", "updated_at": "2025-08-03T10:47:42.000000", "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:43,168 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.046s 2025-08-03 10:47:43,168 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a05c40-6cbc-48e0-8270-ddd5e8191227', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a05c40-6cbc-48e0-8270-ddd5e8191227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"volume": {"id": "12f77f90-bfeb-4cbf-8807-6283cbb0298c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:42.000000", "updated_at": "2025-08-03T10:47:42.000000", "name": "tempest-VolumesActionsTest-Volume-1082991577", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:43,279 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.097s 2025-08-03 10:47:43,279 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70af25f6-d55c-49a6-87a2-49323a07416b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'' 2025-08-03 10:47:43,304 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c 0.024s 2025-08-03 10:47:43,304 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d26e2a2b-470d-4d7e-a78a-f8a9afdfba44', 'x-openstack-request-id': 'req-d26e2a2b-470d-4d7e-a78a-f8a9afdfba44', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/12f77f90-bfeb-4cbf-8807-6283cbb0298c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 12f77f90-bfeb-4cbf-8807-6283cbb0298c could not be found."}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 103, in test_stamp_pattern waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7321d49e-5baa-48dc-817a-d43a4872aa1d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:52,583 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.276s 2025-08-03 10:44:52,583 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1008144488", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCjxynv0zFjjmc+SbTDj7maPoXPOEl4DCQ3hi3pt+FHUurfLdty/8U4PI9UMad02wmeCw9Og5rcVHRvgr3vE665GtMiqXvAL0vMxAd/7K2CLddCE6xkPE3RXVJqPWWpBsA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f83e19-8ed2-4a7b-b464-c852b4413bd0', 'x-compute-request-id': 'req-62f83e19-8ed2-4a7b-b464-c852b4413bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1008144488", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCjxynv0zFjjmc+SbTDj7maPoXPOEl4DCQ3hi3pt+FHUurfLdty/8U4PI9UMad02wmeCw9Og5rcVHRvgr3vE665GtMiqXvAL0vMxAd/7K2CLddCE6xkPE3RXVJqPWWpBsA==", "fingerprint": "5d:bb:cc:3d:ba:c7:0a:1b:d4:80:61:da:8d:14:90:e6", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5"}}' 2025-08-03 10:44:53,758 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.172s 2025-08-03 10:44:53,759 98827 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-620248150", "description": "tempest-secgroup-smoke-620248150 description", "project_id": "43ed7c5fd2d54144a24076a5f1901497"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-e89ca6e3-1da3-4614-b824-7e3291e6a050', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "586d7868-2400-41f2-8fd5-20d11934f967", "name": "tempest-secgroup-smoke-620248150", "stateful": true, "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "description": "tempest-secgroup-smoke-620248150 description", "shared": false, "security_group_rules": [{"id": "5486fa08-be9b-4fb2-877d-689e0a4361e2", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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": 589, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:53Z", "updated_at": "2025-08-03T10:44:53Z", "revision_number": 0}, {"id": "54b8934b-49d5-4620-9fb4-4f6ce3ace1f8", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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": 588, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:44:52Z", "updated_at": "2025-08-03T10:44:52Z", "revision_number": 0}], "tags": [], "created_at": "2025-0 8-03T10:44:52Z", "updated_at": "2025-08-03T10:44:53Z", "revision_number": 1, "project_id": "43ed7c5fd2d54144a24076a5f1901497"}}' 2025-08-03 10:44:54,035 98827 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.276s 2025-08-03 10:44:54,036 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d2a713b7-66bd-4dce-b1f7-f6190d93f929', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c2840df9-6d44-4b86-a386-f5d62060cebb", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:53Z", "updated_at": "2025-08-03T10:44:53Z", "revision_number": 0}}' 2025-08-03 10:44:54,342 98827 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-03 10:44:54,342 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-6840cf91-3921-46f2-abec-cdf6d319ee80', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60e047a0-bfaa-4669-b3c8-b7845f5214be", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:54Z", "updated_at": "2025-08-03T10:44:54Z", "revision_number": 0}}' 2025-08-03 10:44:55,989 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.646s 2025-08-03 10:44:55,989 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7088217b-5629-4ec3-a6d8-c72617a166b8', 'c onnection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4bda1383-1e83-49a7-a242-f3adf7ba7c7e", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:54Z", "updated_at": "2025-08-03T10:44:54Z", "revision_number": 0}}' 2025-08-03 10:44:56,918 98827 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.928s 2025-08-03 10:44:56,919 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-b5190972-26c8-4259-abb5-b32063da6a4b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d3692ff-e9aa-4f35-be38-eca11d35d2c1", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:56Z", "updated_at": "2025-08-03T10:44:56Z", "revision_number": 0}}' 2025-08-03 10:44:57,163 98827 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.244s 2025-08-03 10:44:57,163 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-15d41b1b-e90c-4b47-b548-900aab6a1f0b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f1d653fa-ff42-4fec-a2f7-5227c6f7f712", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:57Z", "updated_at": "2025-08-03T10:44:57Z", "revision_number": 0}}' 2025-08-03 10:44:57,605 98827 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.440s 2025-08-03 10:44:57,605 98827 DEBUG [tempest.lib.common.r est_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-1b0615dd-ad2e-4cd7-9edc-fc363e4e149c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5bd53266-41fa-47b0-abdd-75a9c378e0a4", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "security_group_id": "586d7868-2400-41f2-8fd5-20d11934f967", "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-03T10:44:57Z", "updated_at": "2025-08-03T10:44:57Z", "revision_number": 0}}' 2025-08-03 10:44:57,828 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.221s 2025-08-03 10:44:57,828 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1628025650", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402a5ce0-8e6f-4342-898e-a3e539623fce', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402a5ce0-8e6f-4342-898e-a3e539623fce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7321d49e-5baa-48dc-817a-d43a4872aa1d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:57.754352", "updated_at": null, "name": "tempest-TestStampPattern-volume-1628025650", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}], "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:44:57,899 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.054s 2025-08-03 10:44:57,899 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2481', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-630732e4-9343-4d0b-a088-0693558223b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "20497cd2f47d4a4e8c6071d78eb1cea5", "name": "tempest-TestStampPattern-1999148262-project-member", "password_expires_at": null}, "audit_ids": ["1uRMsG-ZSOe61LZgGnG cWg"], "expires_at": "2025-08-03T11:44:57.000000Z", "issued_at": "2025-08-03T10:44:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43ed7c5fd2d54144a24076a5f1901497", "name": "tempest-TestStampPattern-1999148262"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/43ed7c5fd2d54144a24076a5f1901497", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:57,900 98827 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '73994948-9d51-4368-a3a3-8299d0bcb28e', 'name': 'tempest-TestStampPattern-1218523396-network', 'tenant_id': '43ed7c5fd2d54144a24076a5f1901497', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '43ed7c5fd2d54144a24076a5f1901497', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14268, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:30Z', 'updated_at': '2025-08-03T10:44:31Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:58,523 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.622s 2025-08-03 10:44:58,523 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-799653698", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-1008144488", "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "networks": [{"uuid": "73994948-9d51-4368-a3a3-8299d0bcb28e"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-o penstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68623a01-b412-4283-99de-e9c35ea63269', 'x-compute-request-id': 'req-68623a01-b412-4283-99de-e9c35ea63269', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "adminPass": "bGiJGsZ9AJvD"}}' 2025-08-03 10:44:58,613 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.087s 2025-08-03 10:44:58,613 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:58 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-8e2fcda0-f8f5-470c-8344-5e845d4962cb', 'x-compute-request-id': 'req-8e2fcda0-f8f5-470c-8344-5e845d4962cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest-TestStampPattern-server-799653698", "status": "BUILD", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:44:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "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-03 10:45:48,890 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.213s 2025-08-03 10:45:48,891 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:48 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-6cedb740-639b-43e0-a25b-b983edbefc81', 'x-compute-request-id': 'req-6cedb740-639b-43e0-a25b-b983edbefc81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest -TestStampPattern-server-799653698", "status": "ACTIVE", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "3aa73b0de8a13f424f333708605552e13fdd22d156a9767eb7648c46", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:45:14Z", "addresses": {"tempest-TestStampPattern-1218523396-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "OS-SRV-USG:launched_at": "2025-08-03T10:45:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "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-03 10:45:48,907 98827 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:46:49,301 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.334s 2025-08-03 10:46:49,302 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:48 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-dcbd915b-c39d-4693-b0da-73403d1f11dc', 'x-compute-request-id': 'req-dcbd915b-c39d-4693-b0da-73403d1f11dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest-TestStampPattern-server-799653698", "status": "ACTIVE", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "3aa73b0de8a13f424f333708605552e13fdd22d156a9767eb7648c46", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:45:14Z", "addresses": {"tempest-TestStampPattern-1218523396-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "OS-SRV-USG:launched_at": "2025-08-03T10:45:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:powe r_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:46:49,577 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b 0.259s 2025-08-03 10:46:49,577 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-71556f0b-92fb-4717-b5d0-27a8410665b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"ports":[{"id":"6b9c5ee9-ec70-403b-b9fb-8d693341bd45","name":"","network_id":"73994948-9d51-4368-a3a3-8299d0bcb28e","tenant_id":"43ed7c5fd2d54144a24076a5f1901497","mac_address":"fa:16:3e:b6:f6:1d","admin_state_up":true,"status":"ACTIVE","device_id":"bc462416-0007-4f1c-9a15-471b8bd17a0b","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"500661cb-e158-4749-8edd-ba6c6dfb1dd0","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["586d7868-2400-41f2-8fd5-20d11934f967"],"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-03T10:45:03Z","updated_at":"2025-08-03T10:45:11Z","revision_number":5,"project_id":"43ed7c5fd2d54144a24076a5f1901497"}]}' 2025-08-03 10:46:49,578 98827 DEBUG [tempest.common.waiters] Server ID bc462416-0007-4f1c-9a15-471b8bd17a0b ports are all ACTIVE [{'id': '6b9c5ee9-ec70-403b-b9fb-8d693341bd45', 'name': '', 'network_id': '73994948-9d51-4368-a3a3-8299d0bcb28e', 'tenant_id': '43ed7c5fd2d54144a24076a5f1901497', 'mac_address': 'fa:16:3e:b6:f6:1d', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'bc462416-0007-4f1c-9a15-471b8bd17a0b', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '500661cb-e158-4749-8edd-ba6c6dfb1dd0', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['586d7868-2400-41f2-8fd5-20d11934f967'], '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-03T10:45:03Z', 'updated_at': '2025-08-03T10:45:11Z', 'revision_number': 5, 'project_id': '43ed7c5fd2d54144a24076a5f1901497'}]: 2025-08-03 10:46:49,681 98827 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=51ccd8da-7194-44b3-add9-21a2fbc0a716&port_id=6b9c5ee9-ec70-403b-b9fb-8d693341bd45 0.102s 2025-08-03 10:46:49,681 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-5cd8783d-ddf6-4b41-91f7-87b0901c8f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=51ccd8da-7194-44b3-add9-21a2fbc0a716&port_id=6b9c5ee9-ec70-403b-b9fb-8d693341bd45'} Body: b'{"floatingips": []}' 2025-08-03 10:46:49,744 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210 /networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b 0.062s 2025-08-03 10:46:49,745 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-2b511b15-fd21-4c85-b80d-808fcd47b316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"ports":[{"id":"6b9c5ee9-ec70-403b-b9fb-8d693341bd45","name":"","network_id":"73994948-9d51-4368-a3a3-8299d0bcb28e","tenant_id":"43ed7c5fd2d54144a24076a5f1901497","mac_address":"fa:16:3e:b6:f6:1d","admin_state_up":true,"status":"ACTIVE","device_id":"bc462416-0007-4f1c-9a15-471b8bd17a0b","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"500661cb-e158-4749-8edd-ba6c6dfb1dd0","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["586d7868-2400-41f2-8fd5-20d11934f967"],"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-03T10:45:03Z","updated_at":"2025-08-03T10:45:11Z","revision_number":5,"project_id":"43ed7c5fd2d54144a24076a5f1901497"}]}' 2025-08-03 10:46:49,745 98827 DEBUG [tempest.common.waiters] Server ID bc462416-0007-4f1c-9a15-471b8bd17a0b ports are all ACTIVE [{'id': '6b9c5ee9-ec70-403b-b9fb-8d693341bd45', 'name': '', 'network_id': '73994948-9d51-4368-a3a3-8299d0bcb28e', 'tenant_id': '43ed7c5fd2d54144a24076a5f1901497', 'mac_address': 'fa:16:3e:b6:f6:1d', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'bc462416-0007-4f1c-9a15-471b8bd17a0b', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '500661cb-e158-4749-8edd-ba6c6dfb1dd0', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['586d7868-2400-41f2-8fd5-20d11934f967'], '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-03T10:45:03Z', 'updated_at': '2025-08-03T10:45:11Z', 'revision_number': 5, 'project_id': '43ed7c5fd2d54144a24076a5f1901497'}]: 2025-08-03 10:46:51,409 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.662s 2025-08-03 10:46:51,409 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "port_id": "6b9c5ee9-ec70-403b-b9fb-8d693341bd45", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "fixed_ip_address": "10.0.0.12"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-519c505f-6b06-46fc-a332-14f62aa27771', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ede5adc1-269d-4042-9d57-6503bfee82c3", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "floating_ip_address": "172.24.4.234", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "60627afc-db95-49df-8fa6-5b243336244b", "port_id": "6b9c5ee9-ec70-403b-b9fb-8d693341bd45", "fixed_ip_address": "10.0.0.12", "status": "D OWN", "project_id": "43ed7c5fd2d54144a24076a5f1901497", "description": "", "port_details": {"name": "", "network_id": "73994948-9d51-4368-a3a3-8299d0bcb28e", "mac_address": "fa:16:3e:b6:f6:1d", "admin_state_up": true, "status": "ACTIVE", "device_id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:50Z", "updated_at": "2025-08-03T10:46:50Z", "revision_number": 0}}' 2025-08-03 10:46:51,411 98827 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2025-08-03 10:46:51,428 98827 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:51,532 98827 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:51,532 98827 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2025-08-03 10:46:51,533 98827 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-03 10:46:51,533 98827 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2025-08-03 10:46:51,537 98827 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:46:51,639 98827 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:46:51,639 98827 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2025-08-03 10:46:51,744 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.095s 2025-08-03 10:46:51,744 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d2834b-1541-4c67-bb1e-a3a6005b88a4', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d2834b-1541-4c67-bb1e-a3a6005b88a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'{"volume": {"id": "7321d49e-5baa-48dc-817a-d43a4872aa1d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:58.000000", "updated_at": "2025-08-03T10:44:58.000000", "name": "tempest-TestStampPattern-volume-1628025650", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}], "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43ed7c5fd2d54144a24076a5f1901497"}}' 2025-08-03 10:46:52,798 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.039s 2025-08-03 10:46:52,799 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1add4582-2e65-4814-9801-5530b2f963fe', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version ', 'x-openstack-request-id': 'req-1add4582-2e65-4814-9801-5530b2f963fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'{"volume": {"id": "7321d49e-5baa-48dc-817a-d43a4872aa1d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:44:58.000000", "updated_at": "2025-08-03T10:44:58.000000", "name": "tempest-TestStampPattern-volume-1628025650", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d"}], "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43ed7c5fd2d54144a24076a5f1901497"}}' 2025-08-03 10:46:53,463 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ede5adc1-269d-4042-9d57-6503bfee82c3 0.650s 2025-08-03 10:46:53,463 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-97d76089-f7c8-49cf-9344-a2eaca61980b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ede5adc1-269d-4042-9d57-6503bfee82c3'} Body: b'' 2025-08-03 10:46:53,602 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.138s 2025-08-03 10:46:53,602 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:53 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-1c956cf2-b154-40d4-a5ed-080fe8459d7c', 'x-compute-request-id': 'req-1c956cf2-b154-40d4-a5ed-080fe8459d7c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'' 2025-08-03 10:46:53,933 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.330s 2025-08-03 10:46:53,933 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:53 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-b5cbe281-a78d-4e59-b533-01e66ebc5058', 'x-compute-request-id': 'req-b5cbe281-a78d-4e59-b533-01e66ebc5058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"server": {"id": "bc462416-0007-4f1c-9a15-471b8bd17a0b", "name": "tempest-TestStampPattern-server-799653698", "status": "ACTIVE", "tenant_id": "43ed7c5fd2d54144a24076a5f1901497", "user_id": "20497cd2f47d4a4e8c6071d78eb1cea5", "metadata": {}, "hostId": "3aa73b0de8a13f424f333708 605552e13fdd22d156a9767eb7648c46", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:44:58Z", "updated": "2025-08-03T10:46:54Z", "addresses": {"tempest-TestStampPattern-1218523396-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}, {"version": 4, "addr": "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:f6:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1008144488", "OS-SRV-USG:launched_at": "2025-08-03T10:45:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-620248150"}], "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-03 10:47:44,033 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b 0.034s 2025-08-03 10:47:44,034 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a177726b-59a6-46b0-be62-0f5b3491229e', 'x-compute-request-id': 'req-a177726b-59a6-46b0-be62-0f5b3491229e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bc462416-0007-4f1c-9a15-471b8bd17a0b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bc462416-0007-4f1c-9a15-471b8bd17a0b could not be found."}}' 2025-08-03 10:47:44,128 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.094s 2025-08-03 10:47:44,129 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-91706abe-1fe0-4ae4-b124-2acb5ee855e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'' 2025-08-03 10:47:44,152 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d 0.022s 2025-08-03 10:47:44,152 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f8dd18-d4bc-4ba0-9a24-91b 500e38dcb', 'x-openstack-request-id': 'req-82f8dd18-d4bc-4ba0-9a24-91b500e38dcb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7321d49e-5baa-48dc-817a-d43a4872aa1d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7321d49e-5baa-48dc-817a-d43a4872aa1d could not be found."}}' 2025-08-03 10:47:44,394 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/586d7868-2400-41f2-8fd5-20d11934f967 0.242s 2025-08-03 10:47:44,395 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4a9e481d-f6e1-45d9-88fa-d56405e2921d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/586d7868-2400-41f2-8fd5-20d11934f967'} Body: b'' 2025-08-03 10:47:44,423 98827 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1008144488 0.027s 2025-08-03 10:47:44,423 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 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-2a65462b-415e-4e3c-9298-34229b044f75', 'x-compute-request-id': 'req-2a65462b-415e-4e3c-9298-34229b044f75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1008144488'} Body: b'' 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 349c9424-cf7a-4d71-ab9d-3b5f99f50e66 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:43,507 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-03 10:47:43,507 98829 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-1236028132"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9f3f3f8-ef28-43e1-ac20-30ab4bf2de10', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f3f3f8-ef28-43e1-ac20-30ab4bf2de10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.436009", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:43,559 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.040s 2025-08-03 10:47:43,559 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169d9561-5ca1-44c3-8a1c-c06bb2b4c683', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169d9561-5ca1-44c3-8a1c-c06bb2b4c683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:44,650 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.076s 2025-08-03 10:47:44,650 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-468bf87a-dcb2-4d79-8361-ebb06b1118c2', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-468bf87a-dcb2-4d79-8361-ebb06b1118c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.000000", "updated_at": "2025-08-03T10:47:44.000000", "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:44,716 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.052s 2025-08-03 10:47:44,716 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfe9488d-fee5-4865-ae0b-93f7f32bbed4', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfe9488d-fee5-4865-ae0b-93f7f32bbed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"volume": {"id": "349c9424-cf7a-4d71-ab9d-3b5f99f50e66", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:43.000000", "updated_at": "2025-08-03T10:47:44.000000", "name": "tempest-VolumesActionsTest-Volume-1236028132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66"}], "user_id": "853db9bfb448495ba2cb11fec3d41072", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b729575bb12549fa96b53e8943fcb670"}}' 2025-08-03 10:47:44,843 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.113s 2025-08-03 10:47:44,844 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-f2699150-f078-44a7-a789-be459ea4c166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'' 2025-08-03 10:47:44,866 98829 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66 0.022s 2025-08-03 10:47:44,867 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ad36bf-ccfc-46cb-a6f6-10f3f0d06f3c', 'x-openstack-request-id': 'req-57ad36bf-ccfc-46cb-a6f6-10f3f0d06f3c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/349c9424-cf7a-4d71-ab9d-3b5f99f50e66'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 349c9424-cf7a-4d71-ab9d-3b5f99f50e66 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 147, in test_bootable_volume_snapshot_stop_start_instance volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76014f81-c002-48df-8478-3cae7c8c560b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:12,308 98827 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.140s 2025-08-03 10:48:12,309 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f603169a-ccba-438f-89e8-bac66faf54e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:12,787 98827 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.477s 2025-08-03 10:48:12,787 98827 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-1215940654", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd60ce2-12c6-4ea4-a59d-f896bf60b7eb', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd60ce2-12c6-4ea4-a59d-f896bf60b7eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "76014f81-c002-48df-8478-3cae7c8c560b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:12.586644", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1215940654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:12,836 98827 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/76014f81-c002-48df-8478-3cae7c8c560b 0.037s 2025-08-03 10:48:12,836 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8c389e1-be9a-4067-97a2-59cb17fc3f6a', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8c389e1-be9a-4067-97a2-59cb17fc3f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'{"volume": {"id": "76014f81-c002-48df-8478-3cae7c8c560b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:13.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1215940654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:13,933 98827 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/76014f81-c002-48df-8478-3cae7c8c560b 0.082s 2025-08-03 10:48:13,933 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8285d98-87e8-4565-b7ab-9a8b220004ec', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8285d98-87e8-4565-b7ab-9a8b220004ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'{"volume": {"id": "76014f81-c002-48df-8478-3cae7c8c560b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:13.000000", "updated_at": "2025-08-03T10:48:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1215940654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76014f81-c002-48df-8478-3cae7c8c560b"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:14,042 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b 0.094s 2025-08-03 10:48:14,043 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc220f2e-814a-4562-8c86-25a6996e90fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'' 2025-08-03 10:48:14,064 98827 IN FO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b 0.021s 2025-08-03 10:48:14,064 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10: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-dc4fc84e-92d7-4c14-84bd-2afcd8aeba71', 'x-openstack-request-id': 'req-dc4fc84e-92d7-4c14-84bd-2afcd8aeba71', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76014f81-c002-48df-8478-3cae7c8c560b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76014f81-c002-48df-8478-3cae7c8c560b 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 71e78475-d0d4-4598-86fb-b5e4239e7148 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:14,086 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.019s 2025-08-03 10:48:14,087 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97b4e65a-94f5-4e65-a6a9-cba9d10aa195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:14,412 98827 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.324s 2025-08-03 10:48:14,412 98827 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-75331019", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3807ebb1-bea8-47cb-8759-9b6843c518a6', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3807ebb1-bea8-47cb-8759-9b6843c518a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "71e78475-d0d4-4598-86fb-b5e4239e7148", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:14.341984", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-75331019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:14,465 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.041s 2025-08-03 10:48:14,465 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date' : 'Sun, 03 Aug 2025 10:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0af8bf-4695-4080-8ad1-189a8f7c90d6', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0af8bf-4695-4080-8ad1-189a8f7c90d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'{"volume": {"id": "71e78475-d0d4-4598-86fb-b5e4239e7148", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-75331019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:15,520 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.039s 2025-08-03 10:48:15,520 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0f034a2-e252-4200-827b-926a8bbc2fa8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f034a2-e252-4200-827b-926a8bbc2fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'{"volume": {"id": "71e78475-d0d4-4598-86fb-b5e4239e7148", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:14.000000", "updated_at": "2025-08-03T10:48:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-75331019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:15,657 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.123s 2025-08-03 10:48:15,657 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2566f915-4b48-4624-b077-6c35d828370e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'' 2025-08-03 10:48:15,680 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148 0.022s 2025-08-03 10:48:15,680 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f8a300-1ffd-4802-ab7f-a7bc2d40c0d0', 'x-openstack-request-id': 'req-54f8a300-1ffd-4802-ab7f-a7bc2d40c0d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/71e78475-d0d4-4598-86fb-b5e4239e7148'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 71e78475-d0d4-4598-86fb-b5e4239e7148 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 a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:15,702 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.019s 2025-08-03 10:48:15,703 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0de93a21-a813-4174-8c8c-28326b2348a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:16,034 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.331s 2025-08-03 10:48:16,035 98827 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-1104153615", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2074dd7c-4882-47ec-a863-28d80d3b2d40', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2074dd7c-4882-47ec-a863-28d80d3b2d40', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a2c1e268-a962-42d6-87d4-3d2eeb22e4d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:15.960140", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1104153615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:16,090 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.042s 2025-08-03 10:48:16,091 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4d239c-4320-4815-b2ff-43ee06de7d5f', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4d239c-4320-4815-b2ff-43ee06de7d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'{"volume": {"id": "a2c1e268-a962-42d6-87d4-3d2eeb22e4d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:16.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1104153615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:17,153 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.047s 2025-08-03 10:48:17,154 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf278884-1e1c-427e-9667-b24d15d57cd0', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf278884-1e1c-427e-9667-b24d15d57cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'{"volume": {"id": "a2c1e268-a962-42d6-87d4-3d2eeb22e4d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:16.000000", "updated_at": "2025-08-03T10:48:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1104153615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:17,308 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.139s 2025-08-03 10:48:17,309 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1430b63c-863a-4565-944a-b6370bffd261', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'' 2025-08-03 10:48:17,331 98827 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 0.022s 2025-08-03 10:48:17,331 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9bf8545-d41b-4a2e-b11d-c4bcb48971db', 'x-openstack-request-id': 'req-a9bf8545-d41b-4a2e-b11d-c4bcb48971db', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2c1e268-a962-42d6-87d4-3d2eeb22e4d3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a2c1e268-a962-42d6-87d4-3d2eeb22e4d3 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 81, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c406937c-7535-40ff-9f1e-335177d477b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:17,334 98827 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-03 10:48:17,383 98827 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.047s 2025-08-03 10:48:17,384 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1888192609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDG/tg2JUklTSqLYCS7rE4/fV4OGHS6rfhW5jqQgODTCRBcOskD4PkF2HxKEG2qYk3Of1+utGNtndqC5+mXtKjwzBiOXBVCJoaDPkMwcOO9IoE9HGfv1wMaUDyxycI8bg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d03853f6-ae12-41f2-9dbb-b63e7e195da5', 'x-compute-request-id': 'req-d03853f6-ae12-41f2-9dbb-b63e7e195da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1888192609", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDDG/tg2JUklTSqLYCS7rE4/fV4OGHS6rfhW5jqQgODTCRBcOskD4PkF2HxKEG2qYk3Of1+utGNtndqC5+mXtKjwzBiOXBVCJoaDPkMwcOO9IoE9HGfv1wMaUDyxycI8bg==", "fingerprint": "95:c4:77:c5:7f:ac:18:9c:93:ac:78:11:1f:95:62:52", "user_id": "7ef88ffed61c48079ba814c6067fd439"}}' 2025-08-03 10:48:17,676 98827 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.289s 2025-08-03 10:48:17,676 98827 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-708588383", "description": "tempest-secgroup-smoke-708588383 description", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-d128ee14-adb8-4ca9-a100-4f94253037b7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "name": "tempest-secgroup-smoke-708588383", "stateful": true, "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "description": "tempest-secgroup-smoke-708588383 description", "shared": false, "security_group_rules": [{"id": "28fcfcc9-098e-438e-be63-42f8cdb59775", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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": 786, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}, {"id": "978b6fe6-72b0-4aba-9ca5-bcbf75e065b4", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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": 787, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 1, "project_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:17,892 98827 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.215s 2025-08-03 10:48:17,893 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-80bbd7cf-1c71-4fd7-bce9-06b1555e9bb1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c8f80c0-406e-4f8c-a9ad-4239f7ddce18", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}}' 2025-08-03 10:48:18,093 98827 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.200s 2025-08-03 10:48:18,093 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-48480639-ecd5-4317-8e52-a4a4d1ea22f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dad20249-3b63-437b-8fc9-97662d1c7270", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:17Z", "updated_at": "2025-08-03T10:48:17Z", "revision_number": 0}}' 2025-08-03 10:48:18,311 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-03 10:48:18,312 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fbb5f1d5-3e51-4111-8d0a-5d106cfa92ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ec5fa32-22d4-4636-858f-a6780a1f02a0", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:18Z", "updated_at": "2025-08-03T10:48:18Z", "revision_number": 0}}' 2025-08-03 10:48:18,539 98827 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.226s 2025-08-03 10:48:18,539 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-b22c0f7e-4bf1-4000-bbee-7bcded6295a7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "19d7a1fe-edfc-475d-838d-b9c1b6c477c9", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:18Z", "updated_at": "2025-08-03T10:48:18Z", "revision_number": 0}}' 2025-08-03 10:48:19,244 98827 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.704s 2025-08-03 10:48:19,244 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-14e40cc1-1653-47bc-ae97-5aef2976bc19', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d27f3b5b-6418-49ef-9a9a-aa9f88725c6e", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:18Z", "updated_at": "2025-08-03T10:48:18Z", "revision_number": 0}}' 2025-08-03 10:48:19,510 98827 INFO [temp est.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.265s 2025-08-03 10:48:19,510 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-660ee056-efa2-4fb4-bfcc-e90efac118ff', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f9aadfd-4324-474e-b552-6c54de71fb10", "project_id": "d29e2d669da2470ba7b1f4335d90e1a7", "tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7", "security_group_id": "269170b4-fe43-4141-abe9-c2a5198a9c89", "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-03T10:48:19Z", "updated_at": "2025-08-03T10:48:19Z", "revision_number": 0}}' 2025-08-03 10:48:19,510 98827 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-03 10:48:19,530 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.019s 2025-08-03 10:48:19,530 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e63196f2-745f-486d-91e5-dead8aebe7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:48:19,928 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.397s 2025-08-03 10:48:19,928 98827 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-1854670198", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu )', 'content-type': 'application/json', 'x-compute-request-id': 'req-92092d73-040d-4b3b-b6f4-3ede481e2d11', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92092d73-040d-4b3b-b6f4-3ede481e2d11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c406937c-7535-40ff-9f1e-335177d477b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:19.816591", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1854670198", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:19,992 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.052s 2025-08-03 10:48:19,992 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b1865d9-e9c7-4efe-864f-51dda07217aa', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b1865d9-e9c7-4efe-864f-51dda07217aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'{"volume": {"id": "c406937c-7535-40ff-9f1e-335177d477b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:20.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1854670198", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:21,045 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.038s 2025-08-03 10:48:21,045 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b0ac135-07f2-4324-baad-71ffb607961e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b0ac135-07f2-4324-baad-71ffb607961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'{"volume": {"id": "c406937c-7535-40ff-9f1e-335177d477b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:20.000000", "updated_at": "2025-08-03T10:48:20.000000", "name": "te mpest-TestVolumeBootPattern-volume-origin-1854670198", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c406937c-7535-40ff-9f1e-335177d477b6"}], "user_id": "7ef88ffed61c48079ba814c6067fd439", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d29e2d669da2470ba7b1f4335d90e1a7"}}' 2025-08-03 10:48:21,173 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.112s 2025-08-03 10:48:21,173 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3fb81e7-261b-4389-8ba6-ffd393c213aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'' 2025-08-03 10:48:21,194 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6 0.020s 2025-08-03 10:48:21,194 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48: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-f278c6ea-eed3-4045-9a63-041c72093874', 'x-openstack-request-id': 'req-f278c6ea-eed3-4045-9a63-041c72093874', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c406937c-7535-40ff-9f1e-335177d477b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c406937c-7535-40ff-9f1e-335177d477b6 could not be found."}}' 2025-08-03 10:48:21,478 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/269170b4-fe43-4141-abe9-c2a5198a9c89 0.283s 2025-08-03 10:48:21,478 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-956a419e-8442-4916-8cea-e291e1c59f67', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/269170b4-fe43-4141-abe9-c2a5198a9c89'} Body: b'' 2025-08-03 10:48:21,507 98827 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1888192609 0.028s 2025-08-03 10:48:21,507 98827 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8 4e79f45-7cc6-46d0-891c-1b0a2ccc3ed0', 'x-compute-request-id': 'req-84e79f45-7cc6-46d0-891c-1b0a2ccc3ed0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1888192609'} Body: b'' 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 7109e668-2a2e-4705-a399-06993063657e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:33,272 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.494s 2025-08-03 10:48:33,273 98827 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-1934992020"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61337b5-40f1-4302-a4bc-949ca0e87ea3', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61337b5-40f1-4302-a4bc-949ca0e87ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7109e668-2a2e-4705-a399-06993063657e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:33.194283", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1934992020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7109e668-2a2e-4705-a399-06993063657e"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:33,346 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e 0.062s 2025-08-03 10:48:33,347 98827 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': 'Sun, 03 Aug 2025 10:48:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009dc434-b4f7-4b62-b5b1-b77611bd6fd2', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009dc434-b4f7-4b62-b5b1-b77611bd6fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e'} Body: b'{"volume": {"id": "7109e668-2a2e-4705-a399-06993063657e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:33.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1934992020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7109e668-2a2e-4705-a399-06993063657e"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:34,402 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e 0.040s 2025-08-03 10:48:34,402 98827 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': 'Sun, 03 Aug 2025 10:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-678a42f9-f424-49dc-ab92-e50ff5546daf', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678a42f9-f424-49dc-ab92-e50ff5546daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e'} Body: b'{"volume": {"id": "7109e668-2a2e-4705-a399-06993063657e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:33.000000", "updated_at": "2025-08-03T10:48:33.000000", "name": "tempest-VolumeDependencyTests-Volume-1934992020", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7109e668-2a2e-4705-a399-06993063657e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7109e668-2a2e-4705-a399-06993063657e"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 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 2deb466b-96ad-4ded-968f-4d616a6a931d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:35,117 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.698s 2025-08-03 10:48:35,118 98827 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-904819611"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f3b813-1a12-4e7b-8400-6ac518619f8d', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f3b813-1a12-4e7b-8400-6ac518619f8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2deb466b-96ad-4ded-968f-4d616a6a931d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:34.703270", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-904819611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:35,184 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d 0.049s 2025-08-03 10:48:35,184 98827 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': 'Sun, 03 Aug 2025 10:48:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2326053-fcb6-46b3-a3bf-26b5dc1f61f7', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2326053-fcb6-46b3-a3bf-26b5dc1f61f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d'} Body: b'{"volume": {"id": "2deb466b-96ad-4ded-968f-4d616a6a931d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:35.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-904819611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:36,247 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d 0.048s 2025-08-03 10:48:36,247 98827 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': 'Sun, 03 Aug 2025 10:48:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26680f2f-9048-4286-9f26-96f25e149f5f', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26680f2f-9048-4286-9f26-96f25e149f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d'} Body: b'{"volume": {"id": "2deb466b-96ad-4ded-968f-4d616a6a931d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:35.000000", "updated_at": "2025-08-03T10:48:35.000000", "name": "tempest-VolumeDependencyTests-Volume-904819611", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2deb466b-96ad-4ded-968f-4d616a6a931d"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 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 9681b5fa-3574-4d28-948d-ce2021c450cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:36,459 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.183s 2025-08-03 10:48:36,459 98827 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-216587635"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c628849-bf8f-4bbf-a18d-7387c2f1961d', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c628849-bf8f-4bbf-a18d-7387c2f1961d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9681b5fa-3574-4d28-948d-ce2021c450cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:36.400652", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-216587635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:36,518 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc 0.047s 2025-08-03 10:48:36,518 98827 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': 'Sun, 03 Aug 2025 10:48:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b580381-ce27-44ed-8c7f-d3c650192ff8', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b580381-ce27-44ed-8c7f-d3c650192ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc'} Body: b'{"volume": {"id": "9681b5fa-3574-4d28-948d-ce2021c450cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:36.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-216587635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:37,584 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc 0.051s 2025-08-03 10:48:37,585 98827 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: {'d ate': 'Sun, 03 Aug 2025 10:48:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139fa967-1116-444f-a780-7da73f72c2a6', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139fa967-1116-444f-a780-7da73f72c2a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc'} Body: b'{"volume": {"id": "9681b5fa-3574-4d28-948d-ce2021c450cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:36.000000", "updated_at": "2025-08-03T10:48:37.000000", "name": "tempest-VolumeDependencyTests-Volume-216587635", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9681b5fa-3574-4d28-948d-ce2021c450cc"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 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 3f9e891f-a09d-4a87-9639-53cf1968fe2b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:37,776 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.176s 2025-08-03 10:48:37,776 98827 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-1356462461"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd3c586-e0e8-4af6-acd3-e45e03156c96', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd3c586-e0e8-4af6-acd3-e45e03156c96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3f9e891f-a09d-4a87-9639-53cf1968fe2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:37.719864", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1356462461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:48:37,894 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b 0.106s 2025-08-03 10:48:37,894 98827 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': 'Sun, 03 Aug 2025 10:48:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-925da2e9-acf4-46c9-bfeb-cc9875024ea7', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-925da2e9-acf4-46c9-bfeb-cc9875024ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b'} Body: b'{"volume": {"id": "3f9e891f-a09d-4a87-9639-53cf1968fe2b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:38.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1356462461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 2025-08-03 10:48:38,953 98827 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b 0.043s 2025-08-03 10:48:38,953 98827 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 ': 'Sun, 03 Aug 2025 10:48:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ebf6322-7c72-4c30-9645-193efd8b6011', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ebf6322-7c72-4c30-9645-193efd8b6011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b'} Body: b'{"volume": {"id": "3f9e891f-a09d-4a87-9639-53cf1968fe2b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:38.000000", "updated_at": "2025-08-03T10:48:38.000000", "name": "tempest-VolumeDependencyTests-Volume-1356462461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3f9e891f-a09d-4a87-9639-53cf1968fe2b"}], "user_id": "8814b59241fb459a97101b628ccfd7ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "1f20581da6654ef7a9361c29acb37310"}}' 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 a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:52,571 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.247s 2025-08-03 10:48:52,571 98831 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-56820924"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94c80ad8-9a62-429d-86ce-c861807c0879', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94c80ad8-9a62-429d-86ce-c861807c0879', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.485929", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-56820924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:52,623 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5 0.039s 2025-08-03 10:48:52,623 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-690e705b-bd4b-434a-b94a-67ab43136d72', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-690e705b-bd4b-434a-b94a-67ab43136d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5'} Body: b'{"volume": {"id": "a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-56820924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' 2025-08-03 10:48:53,679 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5 0.041s 2025-08-03 10:48:53,679 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/j son', 'x-compute-request-id': 'req-f4baed0e-d053-444d-8ac2-f0602918832f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4baed0e-d053-444d-8ac2-f0602918832f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5'} Body: b'{"volume": {"id": "a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": "2025-08-03T10:48:53.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-56820924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a2aba1de-1aa5-4562-bc5e-08cd76bbf8e5"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' 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 503f63e8-fc4f-496a-b0dd-1e0d707b5f53 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:53,920 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.224s 2025-08-03 10:48:53,921 98831 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-1216336338"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7587405-a155-4930-9f8a-6ce7dec32835', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7587405-a155-4930-9f8a-6ce7dec32835', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "503f63e8-fc4f-496a-b0dd-1e0d707b5f53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:53.852305", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1216336338", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:53,972 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53 0.038s 2025-08-03 10:48:53,972 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bfd39fd-34e6-40b7-a19f-f83811ac968e', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bfd39fd-34e6-40b7-a19f-f83811ac968e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53'} Body: b'{"volume": {"id": "503f63e8-fc4f-496a-b0dd-1e0d707b5f53", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:54.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1216336338", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' 2025-08-03 10:48:55,028 98831 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53 0.038s 2025-08-03 10:48:55,029 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-4865a3d8-7880-4eb3-80e3-bf2b903f2233', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4865a3d8-7880-4eb3-80e3-bf2b903f2233', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53'} Body: b'{"volume": {"id": "503f63e8-fc4f-496a-b0dd-1e0d707b5f53", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:54.000000", "updated_at": "2025-08-03T10:48:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1216336338", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/503f63e8-fc4f-496a-b0dd-1e0d707b5f53"}], "user_id": "32955133acd44a2cb8bbd6706c29521a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "273071b081fc4df2ade5d5afc0d77f6b"}}' 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 cfda3efb-4efc-475a-b5d7-9d94cb3faadf failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-03T10:48:37Z', 'message': 'Build of instance cfda3efb-4efc-475a-b5d7-9d94cb3faadf aborted: Volume 479bd82a-c3e9-44a0-98c5-40aa8fe57751 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-6faaa3db-c97a-412e-b552-9a9f886ebbd1. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:44:27,614 98821 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.059s 2025-08-03 10:44:27,615 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb54ca96-b06c-4b1e-9299-f070064c9b9c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["bj7MyxHwSgWTG2i9FkbLwA"], "expires_at": "2025-08-03T11:44:27.000000Z", "issued_at": "2025-08-03T10:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:44:27,615 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:44:29,232 98821 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.615s 2025-08-03 10:44:29,232 98821 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-1285632054", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607', '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-85f96ebe-925f-47a1-a89e-d8bdae5f3cbc', 'x-compute-request-id': 'req-85f96ebe-925f-47a1-a89e-d8bdae5f3cbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "C4uq3356vqFg"}}' 2025-08-03 10:44:29,368 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.132s 2025-08-03 10:44:29,369 98821 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': 'Sun, 03 Aug 2025 10:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f461b6ee-73b7-45e5-a658-9da01892b852', 'x-compute-request-id': 'req-f461b6ee-73b7-45e5-a658-9da01892b852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:44:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:te rminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-03 10:45:19,688 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.260s 2025-08-03 10:45:19,689 98821 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': 'Sun, 03 Aug 2025 10:45:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3161ddf3-215c-46f2-b517-05a98639f433', 'x-compute-request-id': 'req-3161ddf3-215c-46f2-b517-05a98639f433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:44:51Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:a5:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:44:50.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-03 10:45:19,710 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:46:20,414 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607/action 0.645s 2025-08-03 10:46:20,414 98821 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-1405958668"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Versio n,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b3898fc-223e-4419-ac18-925264743d1b', 'x-compute-request-id': 'req-4b3898fc-223e-4419-ac18-925264743d1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607/action'} Body: b'{"image_id": "ab205198-7702-403b-933c-0eff7a42c7bc"}' 2025-08-03 10:46:20,438 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.022s 2025-08-03 10:46:20,438 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-720f0b70-78d4-4794-88b5-01000a440a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:21,471 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.029s 2025-08-03 10:46:21,471 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3190a521-75ff-475e-8fb6-b5eece6808f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a4 6e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:22,497 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.023s 2025-08-03 10:46:22,497 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7d2a8c31-705d-46f6-85b5-d86c48335358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:23,532 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.033s 2025-08-03 10:46:23,532 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3900eb74-0946-4187-ab08-7d24ae7549b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} 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": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "owner_project_name": "tempest-ServerBootFro mVolumeStableRescueTest-211329019", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "image_type": "snapshot", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:24,558 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.023s 2025-08-03 10:46:24,558 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-78eca8d3-02c3-470b-a228-83d7527e8a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:25,585 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.025s 2025-08-03 10:46:25,585 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d13c513a-bfaa-4085-8b7f-d844dfe6763c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "boot_ro les": "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:26,673 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.085s 2025-08-03 10:46:26,673 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a1216758-bf0f-4da9-b1b2-ed39ad098309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:20Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:27,698 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.023s 2025-08-03 10:46:27,698 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'appl ication/json', 'x-openstack-request-id': 'req-e96fe716-87e2-4c1f-bb36-49e71f1ac963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:27Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:28,853 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.030s 2025-08-03 10:46:28,853 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b2964545-f69d-4eb4-8c64-819b5dda3d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "7151ffdc5233ebca907feae4f3f48004", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e490a980650f4abe6eacd4f6609e20e33e1af4e5ef6c9bb9ba1898d6f5e12980ee75a20e0cfb9caf6c787e50c8d81af4af66d181268d349d7a19ea8ba993e6cc", "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:29Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file" : "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:28,919 98821 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/ab205198-7702-403b-933c-0eff7a42c7bc 0.065s 2025-08-03 10:46:28,920 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e4344cb-b876-4069-8044-d00c3015e343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1405958668", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "7151ffdc5233ebca907feae4f3f48004", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "e490a980650f4abe6eacd4f6609e20e33e1af4e5ef6c9bb9ba1898d6f5e12980ee75a20e0cfb9caf6c787e50c8d81af4af66d181268d349d7a19ea8ba993e6cc", "id": "ab205198-7702-403b-933c-0eff7a42c7bc", "created_at": "2025-08-03T10:46:20Z", "updated_at": "2025-08-03T10:46:29Z", "tags": [], "self": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc", "file": "/v2/images/ab205198-7702-403b-933c-0eff7a42c7bc/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:46:29,192 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.272s 2025-08-03 10:46:29,193 98821 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': 'Sun, 03 Aug 2025 10:46:28 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-f6de6d08-3569-44f0-ad2c-881bcf20d937', 'x-compute-request-id': 'req-f6de6d08-3569-44f0-ad2c-881bcf20d937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href" : "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:46:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:a5:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:44:50.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-03 10:47:19,492 98821 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/f16bea9c-4c1c-4804-b0b5-d19a88c4c607 0.272s 2025-08-03 10:47:19,493 98821 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': 'Sun, 03 Aug 2025 10:47:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06ec731c-e76a-4ec7-aac9-0af678a38f0f', 'x-compute-request-id': 'req-06ec731c-e76a-4ec7-aac9-0af678a38f0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607'} Body: b'{"server": {"id": "f16bea9c-4c1c-4804-b0b5-d19a88c4c607", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1285632054", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:44:29Z", "updated": "2025-08-03T10:46:29Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:a5:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f16bea9c-4c1c-4804-b0b5-d19a88c4c607"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:44:50.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-03 10:47:19,513 9 8821 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:48:19,660 98821 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.087s 2025-08-03 10:48:19,661 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5e5ce582-dedb-49fb-b4e7-5aa52dc76687', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["aizNWY86SReDVn2VyJJSYQ"], "expires_at": "2025-08-03T11:48:19.000000Z", "issued_at": "2025-08-03T10:48:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:48:19,661 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:48:20,298 98821 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.636s 2025-08-03 10:48:20,298 98821 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-17086307", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf', '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-6faaa3db-c97a-412e-b552-9a9f886ebbd1', 'x-compute-request-id': 'req-6faaa3db-c97a-412e-b552-9a9f886ebbd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cfda3efb-4efc-475a-b5d7-9d94cb3faadf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "d4Lk3n7JCp7d"}}' 2025-08-03 10:48:20,453 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.152s 2025-08-03 10:48:20,454 98821 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': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1393', '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-07b96975-76e1-48b4-b188-71b99b4e54c6', 'x-compute-request-id': 'req-07b96975-76e1-48b4-b188-71b99b4e54c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'{"server": {"id": "cfda3efb-4efc-475a-b5d7-9d94cb3faadf", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-17086307", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:48:20Z", "updated": "2025-08-03T10:48:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}, {"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}], "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-03 10:49:10,653 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.129s 2025-08-03 10:49:10,654 98821 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': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1648', '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-3275d585-75b9-4f4b-8ba4-d80ca03d4693', 'x-compute-request-id': 'req-3275d585-75b9-4f4b-8ba4-d80ca03d4693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'{"server": {"id": "cfda3efb-4efc-475a-b5d7-9d94cb3faadf", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-17086307", "status": "ERROR", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:48:20Z", "updated": "2025-08-03T10:48:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-03T10:48:37Z", "message": "Build of instance cfda3efb-4efc-475a-b5d7-9d94cb3faadf aborted: Volume 479bd82a-c3e9-44a0-98c5-40aa8fe57751 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-03 10:49:10,678 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-03 10:49:11,120 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.439s 2025-08-03 10:49:11,120 98821 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': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'comp ute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9da01f62-6d40-4031-9e7a-586fa2378917', 'x-compute-request-id': 'req-9da01f62-6d40-4031-9e7a-586fa2378917', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'' 2025-08-03 10:49:11,156 98821 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/cfda3efb-4efc-475a-b5d7-9d94cb3faadf 0.034s 2025-08-03 10:49:11,156 98821 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': 'Sun, 03 Aug 2025 10:49:11 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-354a393b-a824-4774-8be8-c8a3c3d8e658', 'x-compute-request-id': 'req-354a393b-a824-4774-8be8-c8a3c3d8e658', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfda3efb-4efc-475a-b5d7-9d94cb3faadf'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cfda3efb-4efc-475a-b5d7-9d94cb3faadf could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 61a5c70b-f51f-44a3-b965-efa2eadb20b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:26,154 98819 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:46:26,154 98819 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:46:26,199 98819 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-03 10:46:26,200 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1169244613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmSuMIK8cnZl+CZvTPbCP9rZlwX8k8PxMReCcB7SZvGJRCnxsAZ+zgZgkXmUk1w4fx+ov0OBoHmyBVaOLkK2ePSoI5WRLsqeDX4KWhpVpT+G2JWw73oYhQTo3P+z48vaQ=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 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-b9c0575f-7e7b-42f2-863a-30660557b830', 'x-compute-request-id': 'req-b9c0575f-7e7b-42f2-863a-30660557b830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1169244613", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmSuMIK8cnZl+CZvTPbCP9rZlwX8k8PxMReCcB7SZvGJRCnxsAZ+zgZgkXmUk1w4fx+ov0OBoHmyBVaOLkK2ePSoI5WRLsqeDX4KWhpVpT+G2JWw73oYhQTo3P+z48vaQ==", "fingerprint": "18:3e:3f:09:40:f5:79:59:35:5b:0c:20:bd:f2:c3:d8", "user_id": "188a786cac2b41f5bd8205758bc0cf20"}}' 2025-08-03 10:46:26,202 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1169244613 created 2025-08-03 10:46:26,510 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.308s 2025-08-03 10:46:26,511 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--289683687", "description": "tempest-description--1600802199"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-48796ac6-20b1-4ded-94fe-be10bb4c9bbd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "name": "tempest-securitygroup--289683687", "stateful": true, "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "tempest-description--1600802199", "shared": false, "security_group_rules": [{"id": "db8ea2e6-7e71-414e-af3b-0a7a7d653d39", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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": 620, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}, {"id": "f5ca82bd-6ea4-4b42-9824-c8af35bb8217", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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": 619, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:46:26,804 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.292s 2025-08-03 10:46:26,804 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2bc2308d-e976-4e99-b78c-d6998d444bb5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2d3bb1ae-b06e-40db-86d0-1257b5f6da47", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}}' 2025-08-03 10:46:27,062 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.257s 2025-08-03 10:46:27,062 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d1445b3e-5146-447c-ba16-212a275edb78', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d20d05f-c6ab-4b2d-8dd7-68c2b8adf5f4", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "0d78b433-e49a-462c-acac-315d0e6cecc1", "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-03T10:46:26Z", "updated_at": "2025-08-03T10:46:26Z", "revision_number": 0}}' 2025-08-03 10:46:27,063 98819 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--289683687 created 2025-08-03 10:46:27,871 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.807s 2025-08-03 10:46:27,871 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-9adb03f9-b285-49c5-800f-25a4ebc41c26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "57b5c1f1-69b8-41cd-8f3a-619efe5e858d", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.197", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:27Z", "updated_at": "2025-08-03T10:46:27Z", "revision_number": 0}}' 2025-08-03 10:46:27,871 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '57b5c1f1-69b8-41cd-8f3a-619efe5e858d', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.197', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:27Z', 'updated_at': '2025-08-03T10:46:27Z', 'revision_number': 0, 'ip': '172.24.4.197'} created 2025-08-03 10:46:27,973 98819 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.096s 2025-08-03 10:46:27,973 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 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-a76206f0-60ea-40fb-9425-122d6d87d5f3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "188a786cac2b41f5bd8205758bc0cf20", "name": "tempest-AttachVolumeNegativeTest-863899931-project-member", "password_expires_at": null}, "audit_ids": ["EUdssbHGQqO55tSVpPrrPQ"], "expires_at": "2025-08-03T11:46:27.000000Z", "issued_at": "2025-08-03T10:46:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30509cab7717416cbd15cd6bf2388ecb", "name": "tempest-AttachVolumeNegativeTest-863899931"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30509cab7717416cbd15cd6bf2388ecb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "regi on": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:46:27,973 98819 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'a5ee7952-c760-4ebf-a06d-056998be0c03', 'name': 'tempest-AttachVolumeNegativeTest-995598820-network', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19623, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:46:27,974 98819 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1169244613', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmSuMIK8cnZl+CZvTPbCP9rZlwX8k8PxMReCcB7SZvGJRCnxsAZ+zgZgkXmUk1w4fx+ov0OBoHmyBVaOLkK2ePSoI5WRLsqeDX4KWhpVpT+G2JWw73oYhQTo3P+z48vaQ==', 'fingerprint': '18:3e:3f:09:40:f5:79:59:35:5b:0c:20:bd:f2:c3:d8', 'user_id': '188a786cac2b41f5bd8205758bc0cf20', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDsVvm6Uiqvh9aPrNGMEH5QKVm6NZ4QbFa12E06WWuhJit7CsRkcruN\nALmOGy6NPyOgBwYFK4EEACKhZANiAATpkrjCCvHJ2Zfgmb0z2wj/a2ZcF/JPD8TE\nXgnAe0mbxiUQp8bAGfs4GYJF5lJNcOH8fqL9DgaB5sgVWji5Ctnj0qCOVkS7Kng1\n+CloaVaU/htiVsO96GIUE6Nz/s+PL2k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0d78b433-e49a-462c-acac-315d0e6cecc1', 'name': 'tempest-securitygroup--289683687', 'stateful': True, 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': 'tempest-description--1600802199', 'shared': False, 'security_group_rules': [{'id': 'db8ea2e6-7e71-414e-af3b-0a7a7d653d39', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '0d78b433-e49a-462c-acac-315d0e6cecc1', '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': 620, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:26Z', 'updated_at': '2025-08-03T10:46:26Z', 'revision_number': 0}, {'id': 'f5ca82bd-6ea4-4b42-9824-c8af35bb8217', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '0d78b433-e49a-462c-acac-315d0e6cecc1', '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': 619, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:26Z', 'updated_at': '2025-08-03T10:46:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:46:26Z', 'updated_at': '2025-08-03T10:46:26Z', 'revision_number': 1, 'project_id': '30509cab7717416cbd15cd6bf2388ecb'}, 'floating_ip': {'id': '57b5c1f1-69b8-41cd-8f3a-619efe5e858d', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.197', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:27Z', 'updated_at': '2025-08-03T10:46:27Z', 'revision_number': 0, 'ip': '172.24.4.197'}} 2025-08-03 10:46:28,631 98819 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.656s 2025-08-03 10:46:28,632 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1885449773", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a5ee7952-c760-4ebf-a06d-056998be0c03"}], "security_groups": [{"name": "tempest-securitygroup--289683687"}], "key_name": "tempest-keypair-1169244613", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afddc5e1-1679-477c-998d-33bc383a409a', 'x-compute-request-id': 'req-afddc5e1-1679-477c-998d-33bc383a409a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--289683687"}], "adminPass": "password"}}' 2025-08-03 10:46:28,912 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.277s 2025-08-03 10:46:28,912 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:28 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-e7151062-c05f-40de-8490-595de8d4d642', 'x-compute-request-id': 'req-e7151062-c05f-40de-8490-595de8d4d642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "name": "tempest-AttachVolumeNegativeTest-server-1885449773", "status": "BUILD", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/image s/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:29Z", "updated": "2025-08-03T10:46:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1169244613", "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-03 10:47:19,184 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.208s 2025-08-03 10:47:19,184 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47: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-594976b5-af7c-4485-9aab-2a49cb5ac76e', 'x-compute-request-id': 'req-594976b5-af7c-4485-9aab-2a49cb5ac76e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "name": "tempest-AttachVolumeNegativeTest-server-1885449773", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:28Z", "updated": "2025-08-03T10:46:45Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:67:8b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1169244613", "OS-SRV-USG:launched_at": "2025-08-03T10:46:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--289683687"}], "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-03 10:47:19,200 98819 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:48:19,598 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b/os-interface 0.338s 2025-08-03 10:48:19,598 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 G MT', '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-d84592fa-3d30-48ef-874a-4c5355307193', 'x-compute-request-id': 'req-d84592fa-3d30-48ef-874a-4c5355307193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "port_id": "c966fc5a-9d91-42f4-947d-0a41f4d7b7ad", "mac_addr": "fa:16:3e:df:67:8b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7a72c149-b34e-4a0a-8b55-349907b6465f", "ip_address": "10.0.0.5"}]}]}' 2025-08-03 10:48:20,448 98819 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/57b5c1f1-69b8-41cd-8f3a-619efe5e858d 0.842s 2025-08-03 10:48:20,448 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c966fc5a-9d91-42f4-947d-0a41f4d7b7ad"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-f85ced12-b1cb-4a4d-b1be-75742a52b843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/57b5c1f1-69b8-41cd-8f3a-619efe5e858d'} Body: b'{"floatingip": {"id": "57b5c1f1-69b8-41cd-8f3a-619efe5e858d", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.197", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "09e65b90-9d25-4c48-b62e-0a80e9f8b70d", "port_id": "c966fc5a-9d91-42f4-947d-0a41f4d7b7ad", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "mac_address": "fa:16:3e:df:67:8b", "admin_state_up": true, "status": "ACTIVE", "device_id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:27Z", "updated_at": "2025-08-03T10:48:19Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:48:20,449 98819 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.197:22' as 'cirros' with public key authentication 2025-08-03 10:48:20,466 98819 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:48:20,571 98819 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:48:20,571 98819 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.197 successfully created 2025-08-03 10:48:20,619 98819 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/fbc7b5df-3737-48d9-b1fa-a3906deb866b/ips 0.047s 2025-08-03 10:48:20,620 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56270fc1-9132-4e04-a08b-5eaba4548d42', 'x-compute-request-id': 'req-56270fc1-9132-4e04-a08b-5eaba4548d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-03 10:48:20,812 98819 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.189s 2025-08-03 10:48:20,812 98819 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-1857409227"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-259fecae-5eae-4e06-910f-0f4dcf765edb', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-259fecae-5eae-4e06-910f-0f4dcf765edb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "61a5c70b-f51f-44a3-b965-efa2eadb20b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:20.753554", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1857409227", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:20,873 98819 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/61a5c70b-f51f-44a3-b965-efa2eadb20b8 0.048s 2025-08-03 10:48:20,874 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac351fb-6ce1-4943-b8e3-3d0afcb9b67c', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac351fb-6ce1-4943-b8e3-3d0afcb9b67c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8'} Body: b'{"volume": {"id": "61a5c70b-f51f-44a3-b965-efa2eadb20b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:21.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1857409227", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:48:21,926 98819 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/61a5c70b-f51f-44a3-b965-efa2eadb20b8 0.038s 2025-08-03 10:48:21,926 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-986391cb-1bfe-4e8c-b028-67a33e847d9b', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-986391cb-1bfe-4e8c-b028-67a33e847d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8'} Body: b'{"volume": {"id": "61a5c70b-f51f-44a3-b965-efa2eadb20b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:21.000000", "updated_at": "2025-08-03T10:48:21.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1857409227", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/61a5c70b-f51f-44a3-b965-efa2eadb20b8"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:48:22,066 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.126s 2025-08-03 10:48:22,067 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a98e8ee9-2445-4545-84a4-1cda147f697f', 'x-compute-request-id': 'req-a98e8ee9-2445-4545-84a4-1cda147f697f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'' 2025-08-03 10:48:22,386 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.318s 2025-08-03 10:48:22,387 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16e9b73-152e-4b3a-82ee-3f44b97eb9cd', 'x-compute-request-id': 'req-d16e9b73-152e-4b3a-82ee-3f44b97eb9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"server": {"id": "fbc7b5df-3737-48d9-b1fa-a3906deb866b", "name": "tempest-AttachVolumeNegativeTest-server-1885449773", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:28Z", "updated": "2025-08-03T10:48:22Z", "addresses": {"tempest-AttachVol umeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:67:8b"}, {"version": 4, "addr": "172.24.4.197", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:67:8b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1169244613", "OS-SRV-USG:launched_at": "2025-08-03T10:46:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--289683687"}], "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-03 10:49:12,483 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b 0.033s 2025-08-03 10:49:12,484 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 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-54826c0d-b728-4f3a-9584-49d37924c20c', 'x-compute-request-id': 'req-54826c0d-b728-4f3a-9584-49d37924c20c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fbc7b5df-3737-48d9-b1fa-a3906deb866b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fbc7b5df-3737-48d9-b1fa-a3906deb866b could not be found."}}' 2025-08-03 10:49:12,512 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1169244613 0.027s 2025-08-03 10:49:12,512 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08ad9647-7067-454c-b69f-47778ae2a3ae', 'x-compute-request-id': 'req-08ad9647-7067-454c-b69f-47778ae2a3ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1169244613'} Body: b'' 2025-08-03 10:49:12,856 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c-acac-315d0e6cecc1 0.343s 2025-08-03 10:49:12,856 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-19ad81e8-f19f-4abd-8253-f95463ae2e4b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c-acac-315d0e6cecc1'} Body: b'' 2025-08-03 10:49:12,876 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c- acac-315d0e6cecc1 0.019s 2025-08-03 10:49:12,876 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-91f5fc26-c2d1-4c75-8474-eb8b3011dc25', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/0d78b433-e49a-462c-acac-315d0e6cecc1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0d78b433-e49a-462c-acac-315d0e6cecc1 does not exist", "detail": ""}}' 2025-08-03 10:49:13,223 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/57b5c1f1-69b8-41cd-8f3a-619efe5e858d 0.346s 2025-08-03 10:49:13,223 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e5669e3e-1b7a-4038-8320-0482c43cfe1e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/57b5c1f1-69b8-41cd-8f3a-619efe5e858d'} Body: b'' 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 4b67685a-e8c1-425f-a1c1-6ffac5d0174d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:46:56,878 98815 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:46:56,878 98815 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:46:56,954 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2025-08-03 10:46:56,954 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1100022577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs6oGU1RSONywM06XnIuX/1g5T7SiGJTJHwITIFTQjVGtoZ4PodpAgrk5GuzPtxyBhWqs0WpONNZxYWLqvS1CvY2dfV8gZil4HYdgRoeAtUHLSZFlnJ7qjunCQKYdbL8w=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de02c804-9f65-40d9-b2d5-d1dd2647368e', 'x-compute-request-id': 'req-de02c804-9f65-40d9-b2d5-d1dd2647368e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1100022577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs6oGU1RSONywM06XnIuX/1g5T7SiGJTJHwITIFTQjVGtoZ4PodpAgrk5GuzPtxyBhWqs0WpONNZxYWLqvS1CvY2dfV8gZil4HYdgRoeAtUHLSZFlnJ7qjunCQKYdbL8w==", "fingerprint": "21:92:d7:c8:7c:c3:ce:d5:84:0f:1e:5a:0b:b7:fc:98", "user_id": "c836fe48c2cb41d29e251a50b0188f5b"}}' 2025-08-03 10:46:56,957 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1100022577 created 2025-08-03 10:46:57,224 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.267s 2025-08-03 10:46:57,225 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1925905025", "description": "tempest-description--65373781"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-e57279db-48f9-4867-920a-0e9a5480a4df', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "name": "tempest-securitygroup--1925905025", "stateful": true, "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "description": "tempest-description--65373781", "shared": false, "security_group_rules": [{"id": "2496400f-c420-4392-ad95-b95e7fa21f13", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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": 685, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}, {"id": "ae38ffc1-001c-4d74-b96e-525b961a89a4", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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": 686, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:46:57,475 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.249s 2025-08-03 10:46:57,475 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0c094ed2-3b8d-4462-9560-94cc4c568542', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b1fadf5b-567e-4316-8728-204b42b7423c", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}}' 2025-08-03 10:46:57,970 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.493s 2025-08-03 10:46:57,970 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b5440619-1124-4afe-93d3-9c1248efa90d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1e64d2fc-25ee-4fc6-9113-7b796da77a25", "project_id": "b886cc5c10234057944eaa1f7a54783a", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "security_group_id": "2e6e3d74-949a-44f0-918a-bb46666bc67a", "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-03T10:46:57Z", "updated_at": "2025-08-03T10:46:57Z", "revision_number": 0}}' 2025-08-03 10:46:57,971 98815 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1925905025 created 2025-08-03 10:46:58,842 98815 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.870s 2025-08-03 10:46:58,842 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Tok en': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e67e1bd1-7e53-4d5d-97c9-479358a9a1e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4a2efac1-325c-4e54-b1c9-456599f3fdb7", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.183", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "b886cc5c10234057944eaa1f7a54783a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:58Z", "updated_at": "2025-08-03T10:46:58Z", "revision_number": 0}}' 2025-08-03 10:46:58,842 98815 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4a2efac1-325c-4e54-b1c9-456599f3fdb7', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:58Z', 'updated_at': '2025-08-03T10:46:58Z', 'revision_number': 0, 'ip': '172.24.4.183'} created 2025-08-03 10:46:58,939 98815 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.090s 2025-08-03 10:46:58,939 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2489', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-32feeddc-7cf1-4a80-9968-51c3ab4ad4df', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c836fe48c2cb41d29e251a50b0188f5b", "name": "tempest-AttachVolumeTestJSON-1136347320-project-member", "password_expires_at": null}, "audit_ids": ["RJ8hI8DgQyq6TaF7G5Vubg"], "expires_at": "2025-08-03T11:46:58.000000Z", "issued_at": "2025-08-03T10:46:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b886cc5c10234057944eaa1f7a54783a", "name": "tempest-AttachVolumeTestJSON-1136347320"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/b886cc5c10234057944eaa1f7a54783a", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], " id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:46:58,940 98815 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '7bb556a5-aa2d-4cb5-b939-0831a501b750', 'name': 'tempest-AttachVolumeTestJSON-1115392210-network', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26040, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:43:53Z', 'updated_at': '2025-08-03T10:43:54Z', 'revision_number': 1} available for tenant 2025-08-03 10:46:58,941 98815 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1100022577', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs6oGU1RSONywM06XnIuX/1g5T7SiGJTJHwITIFTQjVGtoZ4PodpAgrk5GuzPtxyBhWqs0WpONNZxYWLqvS1CvY2dfV8gZil4HYdgRoeAtUHLSZFlnJ7qjunCQKYdbL8w==', 'fingerprint': '21:92:d7:c8:7c:c3:ce:d5:84:0f:1e:5a:0b:b7:fc:98', 'user_id': 'c836fe48c2cb41d29e251a50b0188f5b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDLDhd20d/1i0G8H7b1F1Vnuo/B2c642x1K2NQ5Ivitx18EMBnXDh7m\nfHH6IrBqdmCgBwYFK4EEACKhZANiAAQbOqBlNUUjjcsDNOl5yLl/9YOU+0ohiUyR\n8CEyBU0I1RraGeD6HaQIK5ORrsz7ccgYVqrNFqTjTWcWFi6r0tQr2NnX1fIGYpeB\n2HYEaHgLVBy0mRZZye6o7pwkCmHWy/M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2e6e3d74-949a-44f0-918a-bb46666bc67a', 'name': 'tempest-securitygroup--1925905025', 'stateful': True, 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': 'tempest-description--65373781', 'shared': False, 'security_group_rules': [{'id': '2496400f-c420-4392-ad95-b95e7fa21f13', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': '2e6e3d74-949a-44f0-918a-bb46666bc67a', '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': 685, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:57Z', 'updated_at': '2025-08-03T10:46:57Z', 'revision_number': 0}, {'id': 'ae38ffc1-001c-4d74-b96e-525b961a89a4', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'security_group_id': '2e6e3d74-949a-44f0-918a-bb46666bc67a', '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': 686, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:57Z', 'updated_at': '2025-08-03T10:46:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T1 0:46:57Z', 'updated_at': '2025-08-03T10:46:57Z', 'revision_number': 1, 'project_id': 'b886cc5c10234057944eaa1f7a54783a'}, 'floating_ip': {'id': '4a2efac1-325c-4e54-b1c9-456599f3fdb7', 'tenant_id': 'b886cc5c10234057944eaa1f7a54783a', 'floating_ip_address': '172.24.4.183', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'b886cc5c10234057944eaa1f7a54783a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:58Z', 'updated_at': '2025-08-03T10:46:58Z', 'revision_number': 0, 'ip': '172.24.4.183'}} 2025-08-03 10:46:59,531 98815 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.590s 2025-08-03 10:46:59,532 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-422115319", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "7bb556a5-aa2d-4cb5-b939-0831a501b750"}], "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "key_name": "tempest-keypair-1100022577", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f53e898-4a2a-465b-8669-a66baeee7bff', 'x-compute-request-id': 'req-1f53e898-4a2a-465b-8669-a66baeee7bff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "adminPass": "password"}}' 2025-08-03 10:46:59,624 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.089s 2025-08-03 10:46:59,624 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:59 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-346baf03-81c9-4c7e-b709-7238dad44142', 'x-compute-request-id': 'req-346baf03-81c9-4c7e-b709-7238dad44142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "name": "tempest-AttachVolumeTestJSON-server-422115319", "status": "BUILD", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:00Z", "updated": "2025-08-03T10:46:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1100022577", "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-03 10:47:49,956 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.268s 2025-08-03 10:47:49,956 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f37d41b-30b4-4d6e-8bb2-0fed33981fac', 'x-compute-request-id': 'req-6f37d41b-30b4-4d6e-8bb2-0fed33981fac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "name": "tempest-AttachVolumeTestJSON-server-422115319", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:59Z", "updated": "2025-08-03T10:47:18Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:18:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1100022577", "OS-SRV-USG:launched_at": "2025-08-03T10:47:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "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-03 10:47:49,972 98815 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:48:50,182 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/os-interface 0.150s 2025-08-03 10:48:50,183 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'opensta ck-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1848f4c-7646-48cb-8946-7038a6d552db', 'x-compute-request-id': 'req-e1848f4c-7646-48cb-8946-7038a6d552db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "port_id": "2efb0607-319a-4983-992c-cd45e2793291", "mac_addr": "fa:16:3e:17:18:b6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "d16209a4-7e34-4cf9-8cc9-ecff238fbc8e", "ip_address": "10.0.0.6"}]}]}' 2025-08-03 10:48:51,301 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7 1.114s 2025-08-03 10:48:51,302 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2efb0607-319a-4983-992c-cd45e2793291"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b69855de-b605-4b38-90dd-33d681a18df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7'} Body: b'{"floatingip": {"id": "4a2efac1-325c-4e54-b1c9-456599f3fdb7", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "floating_ip_address": "172.24.4.183", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "9123957e-40d5-4073-9007-3c9a8a422283", "port_id": "2efb0607-319a-4983-992c-cd45e2793291", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7bb556a5-aa2d-4cb5-b939-0831a501b750", "mac_address": "fa:16:3e:17:18:b6", "admin_state_up": true, "status": "ACTIVE", "device_id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:58Z", "updated_at": "2025-08-03T10:48:50Z", "revision_number": 1, "project_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:48:51,303 98815 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.183:22' as 'cirros' with public key authentication 2025-08-03 10:48:51,311 98815 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:48:51,415 98815 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:48:51,416 98815 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.183 successfully created 2025-08-03 10:48:51,463 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/ips 0.046s 2025-08-03 10:48:51,464 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd5b3808-60f2-4c11-9909-b1bba45fcdc6', 'x-compute-request-id': 'req-bd5b3808-60f2-4c11-9909-b1bba45fcdc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2025-08-03 10:4 8:51,696 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.229s 2025-08-03 10:48:51,696 98815 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-1167685615"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6cf9b6-fb08-4ab9-965f-e312e41b218e', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6cf9b6-fb08-4ab9-965f-e312e41b218e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4b67685a-e8c1-425f-a1c1-6ffac5d0174d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:51.635894", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1167685615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:48:51,745 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d 0.037s 2025-08-03 10:48:51,745 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8d89fbc-4142-4bb4-8a65-42df6f0095ec', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8d89fbc-4142-4bb4-8a65-42df6f0095ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d'} Body: b'{"volume": {"id": "4b67685a-e8c1-425f-a1c1-6ffac5d0174d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1167685615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:48:52,799 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d 0.039s 2025-08-03 10:48:52,800 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144c095f-6b2f -4a1c-97f9-5630cf170e84', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144c095f-6b2f-4a1c-97f9-5630cf170e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d'} Body: b'{"volume": {"id": "4b67685a-e8c1-425f-a1c1-6ffac5d0174d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:48:52.000000", "updated_at": "2025-08-03T10:48:52.000000", "name": "tempest-AttachVolumeTestJSON-volume-1167685615", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b67685a-e8c1-425f-a1c1-6ffac5d0174d"}], "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b886cc5c10234057944eaa1f7a54783a"}}' 2025-08-03 10:48:52,927 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.114s 2025-08-03 10:48:52,928 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48: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-6607202d-5bbd-4836-b798-78efabde8f2f', 'x-compute-request-id': 'req-6607202d-5bbd-4836-b798-78efabde8f2f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'' 2025-08-03 10:48:53,150 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.222s 2025-08-03 10:48:53,151 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51084f57-2eb5-497a-aa6e-4b1bf4766d97', 'x-compute-request-id': 'req-51084f57-2eb5-497a-aa6e-4b1bf4766d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"server": {"id": "d58b4ccf-c23c-4d8f-8ccc-8dae8663a172", "name": "tempest-AttachVolumeTestJSON-server-422115319", "status": "ACTIVE", "tenant_id": "b886cc5c10234057944eaa1f7a54783a", "user_id": "c836fe48c2cb41d29e251a50b0188f5b", "metadata": {}, "hostId": "e4e9bb128b140d27de83877e2a1bcf50defc8947e58781833a250731", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:59Z", "updated": "2025-08-03T10:48:53Z", "addresses": {"tempest-AttachVolumeTestJSON-1115392210-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:18:b6"}, {"version": 4, "addr": "172.24.4.183", "OS-EXT-IPS:type": "floatin g", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:18:b6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1100022577", "OS-SRV-USG:launched_at": "2025-08-03T10:47:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1925905025"}], "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-03 10:49:43,389 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 0.164s 2025-08-03 10:49:43,389 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 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-507a5c25-53d6-4727-837e-e75cecdc8c00', 'x-compute-request-id': 'req-507a5c25-53d6-4727-837e-e75cecdc8c00', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d58b4ccf-c23c-4d8f-8ccc-8dae8663a172'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d58b4ccf-c23c-4d8f-8ccc-8dae8663a172 could not be found."}}' 2025-08-03 10:49:43,418 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1100022577 0.028s 2025-08-03 10:49:43,418 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 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-f0e59303-7159-4ad3-9f11-d6e57fc8f8d5', 'x-compute-request-id': 'req-f0e59303-7159-4ad3-9f11-d6e57fc8f8d5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1100022577'} Body: b'' 2025-08-03 10:49:43,593 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a 0.174s 2025-08-03 10:49:43,593 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-73ce6cdb-d99f-45ab-b37e-75cb349deb2b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a'} Body: b'' 2025-08-03 10:49:43,622 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a 0.028s 2025-08-03 10:49:43,623 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-42e89ad4-b473-4b8c-92b7-ab7ecadccc79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2e6e3d74-949a-44f0-918a-bb46666bc67a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2e6e3d74-949a-44f0-918a-bb46666bc67a does not exist", "detail": ""}}' 2025-08-03 10:49:44,285 98815 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7 0.662s 2025-08-03 10:49:44,286 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c96e7be0-db43-4b90-903a-4e51a40a6ff7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/4a2efac1-325c-4e54-b1c9-456599f3fdb7'} Body: b'' 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 3ccdfcc2-e0b0-4135-b627-22fb5e560515 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:54,963 98815 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.641s 2025-08-03 10:49:54,963 98815 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-2138795019"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb8e7f7-6dc9-45f7-aad8-10a848fc43e5', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb8e7f7-6dc9-45f7-aad8-10a848fc43e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:54.658277", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:49:55,021 98815 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/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.044s 2025-08-03 10:49:55,021 98815 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': 'Sun, 03 Aug 2025 10:49:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a49dee33-388e-4074-8afe-682b9d1a0234', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a49dee33-388e-4074-8afe-682b9d1a0234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:55.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:56,086 98815 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/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.048s 2025-08-03 10:49:56,087 98815 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': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f257d231-daf8-4b87-8294-d26b21d5d22a', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f257d231-daf8-4b87-8294-d26b21d5d22a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:55.000000", "updated_at": "2025-08-03T10:49:55.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:56,147 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.045s 2025-08-03 10:49:56,148 98815 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': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f23a9122-fa14-4853-a711-64e2d54dcde0', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f23a9122-fa14-4853-a711-64e2d54dcde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"volume": {"id": "3ccdfcc2-e0b0-4135-b627-22fb5e560515", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:55.000000", "updated_at": "2025-08-03T10:49:55.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2138795019", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:56,268 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.106s 2025-08-03 10:49:56,269 98815 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': 'Sun, 03 Aug 2025 10:49:56 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-9fe76e76-25f1-4ac5-93ac-5514e807290d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'' 2025-08-03 10:49:56,292 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515 0.022s 2025-08-03 10:49:56,293 98815 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': 'Sun, 03 Aug 2025 10:49:56 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-9289848d-6275-44b7-8657-966b5fd084e3', 'x-openstack-request-id': 'req-9289848d-6275-44b7-8657-966b5fd084e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3ccdfcc2-e0b0-4135-b627-22fb5e560515'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3ccdfcc2-e0b0-4135-b627-22fb5e560515 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 7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:56,478 98815 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.181s 2025-08-03 10:49:56,478 98815 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-654606367"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7814c72f-d106-4625-bbe6-770c3913d4e2', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7814c72f-d106-4625-bbe6-770c3913d4e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.417348", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:49:56,535 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.043s 2025-08-03 10:49:56,535 98815 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': 'Sun, 03 Aug 2025 10:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e90b6b0-dfb8-4b0f-9e1a-67cbaafeac37', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e90b6b0-dfb8-4b0f-9e1a-67cbaafeac37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:57,591 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.040s 2025-08-03 10:49:57,592 98815 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': 'Sun, 03 Aug 2025 10:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ebb2f2-991d-41ae-881e-000dc6405578', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ebb2f2-991d-41ae-881e-000dc6405578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.000000", "updated_at": "2025-08-03T10:49:57.000000", "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:57,663 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.042s 2025-08-03 10:49:57,664 98815 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': 'Sun, 03 Aug 2025 10:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3eae753-8d54-4783-a7e8-dc2ffd06905a', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3eae753-8d54-4783-a7e8-dc2ffd06905a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"volume": {"id": "7c5aafb9-8bca-4ca8-87d9-eee237fe56b9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:49:56.000000", "updated_at": "2025-08-03T10:49:57.000000", "name": "tempest-VolumesTransfersV357Test-Volume-654606367", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9"}], "user_id": "ebbc6f6b2a2444a6b45aad1e1c6d330d", "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": "22b9400228a14bb9b43c95b41d3b2631"}}' 2025-08-03 10:49:57,792 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.099s 2025-08-03 10:49:57,793 98815 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': 'Sun, 03 Aug 2025 10:49:57 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-94633a49-ea23-49df-9ebf-40c3b0edff09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'' 2025-08-03 10:49:57,814 98815 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 0.020s 2025-08-03 10:49:57,814 98815 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': 'Sun, 03 Aug 2025 10:49:57 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-b047a2af-1a90-4307-8357-80c94f22e197', 'x-openstack-request-id': 'req-b047a2af-1a90-4307-8357-80c94f22e197', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c5aafb9-8bca-4ca8-87d9-eee237fe56b9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7c5aafb9-8bca-4ca8-87d9-eee237fe56b9 could not be found."}}' 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 0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:47:14,411 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.530s 2025-08-03 10:47:14,411 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d5e873-d9c4-4551-b5d6-3c6c07858dcd', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82d5e873-d9c4-4551-b5d6-3c6c07858dcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0aa3f6d0-1b49-4c2f-8878-34ac60f912c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.199904", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:14,783 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.360s 2025-08-03 10:47:14,784 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1147316154", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09fd7395-822a-415e-b5c0-76a06c9c0117', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09fd7395-822a-415e-b5c0-76a06c9c0117', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "46d021ab-1ae9-4578-bb83-b525d305fca4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.697004", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1147316154", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:47:14,922 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2025-08-03 10:47:14,922 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:14 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-10e3028a-8b3b-4718-b3d5-a31db03d97c1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "06a7e986cd1a4b1db7006419ed5586cc", "name": "tempest-TestServerVolumeAttachmentScenario-1037220301-project-member", "password_expires_at": null}, "audit_ids": ["WtXsz63aQrGElzqOMtZa0w"], "expires_at": "2025-08-03T11:47:14.000000Z", "issued_at": "2025-08-03T10:47:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a345524083af48d8a6716ed1827718d3", "name": "tempest-TestServerVolumeAttachmentScenario-1037220301"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a345524083af48d8a6716ed1827718d3", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:47:14,923 98825 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '61eec158-4146-481e-8cca-667f3fa2fbc0', 'name': 'tempest-TestServerVolumeAttachmentScenario-1724691718-network', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a345524083af48d8a6716ed1827718d3', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 55683, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:46:59Z', 'updated_at': '2025-08-03T10:46:59Z', 'revision_number': 1} available for tenant 2025-08-03 10:47:14,924 98825 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:47:14,924 98825 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-0 8-03 10:47:15,001 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.075s 2025-08-03 10:47:15,001 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1408611977", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3ZdD4dqKrqky5FTphYvhhh1BPWaQM1Batv6gLH8mMuOGnnKYcP3ddzjgQFXcp4W6M0A3v8JMTgj+BrDgtir+aKHigmf57ybRlGHbbvSAmT7OsRdLv1PljT5CSMpJO/mw=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:14 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-3f7076d1-19b6-4d5c-a42e-0c6f4f669eaa', 'x-compute-request-id': 'req-3f7076d1-19b6-4d5c-a42e-0c6f4f669eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1408611977", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3ZdD4dqKrqky5FTphYvhhh1BPWaQM1Batv6gLH8mMuOGnnKYcP3ddzjgQFXcp4W6M0A3v8JMTgj+BrDgtir+aKHigmf57ybRlGHbbvSAmT7OsRdLv1PljT5CSMpJO/mw==", "fingerprint": "72:e4:2a:cf:28:eb:e6:d2:af:fe:ba:a0:34:87:09:6b", "user_id": "06a7e986cd1a4b1db7006419ed5586cc"}}' 2025-08-03 10:47:15,004 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1408611977 created 2025-08-03 10:47:15,425 98825 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-03 10:47:15,426 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1838393641", "description": "tempest-description--652532911"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-8459df07-8325-408d-adf8-f4de703e5329', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "name": "tempest-securitygroup--1838393641", "stateful": true, "tenant_id": "a345524083af48d8a6716ed1827718d3", "description": "tempest-description--652532911", "shared": false, "security_group_rules": [{"id": "177fb162-7b22-4c1e-a990-4006859f1ea8", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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": 722, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}, {"id": "7469bd49-87cf-492c-8245-147097e923da", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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": 723, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 1, "project_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:47:15,629 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-08-03 10:47:15,629 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2492cdbd-dc33-40da-93a7-c8e18dbb69d2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "20c6fb03-8bad-44b7-8966-a2f6e04d43cc", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}}' 2025-08-03 10:47:15,853 98825 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-03 10:47:15,853 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d5d6c9c0-7cdc-4c81-a4ea-6f60b770c925', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9a9faf0-a971-4497-a5fd-48f2f4d1a7f0", "project_id": "a345524083af48d8a6716ed1827718d3", "tenant_id": "a345524083af48d8a6716ed1827718d3", "security_group_id": "36bb792b-bdcd-46ee-bdf6-40384a63b29e", "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-03T10:47:15Z", "updated_at": "2025-08-03T10:47:15Z", "revision_number": 0}}' 2025-08-03 10:47:15,854 98825 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1838393641 created 2025-08-03 10:47:16,598 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.744s 2025-08-03 10:47:16,599 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-09b7b4ce-894f-41f6-8c0c-282c14e60f 4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b343366-73d7-402f-b810-5597c70a15ce", "tenant_id": "a345524083af48d8a6716ed1827718d3", "floating_ip_address": "172.24.4.155", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a345524083af48d8a6716ed1827718d3", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:47:16Z", "updated_at": "2025-08-03T10:47:16Z", "revision_number": 0}}' 2025-08-03 10:47:16,599 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b343366-73d7-402f-b810-5597c70a15ce', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'floating_ip_address': '172.24.4.155', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a345524083af48d8a6716ed1827718d3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:47:16Z', 'updated_at': '2025-08-03T10:47:16Z', 'revision_number': 0, 'ip': '172.24.4.155'} created 2025-08-03 10:47:16,600 98825 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1408611977', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3ZdD4dqKrqky5FTphYvhhh1BPWaQM1Batv6gLH8mMuOGnnKYcP3ddzjgQFXcp4W6M0A3v8JMTgj+BrDgtir+aKHigmf57ybRlGHbbvSAmT7OsRdLv1PljT5CSMpJO/mw==', 'fingerprint': '72:e4:2a:cf:28:eb:e6:d2:af:fe:ba:a0:34:87:09:6b', 'user_id': '06a7e986cd1a4b1db7006419ed5586cc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA9oebiL2uI22kElD0sKsgKvZUzp1MXDDJ2jdpIcWuJ3zh1ibr8MyEO\nQJQBrrijMuKgBwYFK4EEACKhZANiAATt2XQ+Haiq6pMuRU6YWL4YYdQT1mkDNQWr\nb+oCx/JjLjhp5ymHD93Xc44EBV3KeFujNAN7/CTE4I/gaw4LYq/mih4oJn+e8m0Z\nRh2270gJk+zrEXS79T5Y0+QkjKSTv5s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '36bb792b-bdcd-46ee-bdf6-40384a63b29e', 'name': 'tempest-securitygroup--1838393641', 'stateful': True, 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'description': 'tempest-description--652532911', 'shared': False, 'security_group_rules': [{'id': '177fb162-7b22-4c1e-a990-4006859f1ea8', 'project_id': 'a345524083af48d8a6716ed1827718d3', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'security_group_id': '36bb792b-bdcd-46ee-bdf6-40384a63b29e', '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': 722, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:47:15Z', 'updated_at': '2025-08-03T10:47:15Z', 'revision_number': 0}, {'id': '7469bd49-87cf-492c-8245-147097e923da', 'project_id': 'a345524083af48d8a6716ed1827718d3', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'security_group_id': '36bb792b-bdcd-46ee-bdf6-40384a63b29e', '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': 723, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:47:15Z', 'updated_at': '2025-08-03T10:47:15Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:47:15Z', 'updated_at': '2025-08-03T10:47:15Z', 'revision_number': 1, 'project_id': 'a345524083af48d8a6716ed1827718d3'}, 'floating_ip': {'id': '7b343366-73d7-402f-b810-5597c70a15ce', 'tenant_id': 'a345524083af48d8a6716ed1827718d3', 'floating_ip_address': '172.24.4.155', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id' : 'a345524083af48d8a6716ed1827718d3', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:47:16Z', 'updated_at': '2025-08-03T10:47:16Z', 'revision_number': 0, 'ip': '172.24.4.155'}} 2025-08-03 10:47:17,122 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.521s 2025-08-03 10:47:17,123 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "61eec158-4146-481e-8cca-667f3fa2fbc0"}], "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "key_name": "tempest-keypair-1408611977", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-362ea107-3f99-4ec1-823e-557d9063d054', 'x-compute-request-id': 'req-362ea107-3f99-4ec1-823e-557d9063d054', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "adminPass": "4Ei6k9cB8F29"}}' 2025-08-03 10:47:17,215 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.089s 2025-08-03 10:47:17,216 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-128a4828-e7ad-4a15-acdd-48947417887c', 'x-compute-request-id': 'req-128a4828-e7ad-4a15-acdd-48947417887c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "BUILD", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:47:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7" }], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1408611977", "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-03 10:48:07,567 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.287s 2025-08-03 10:48:07,567 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57bb6b00-1e2e-4c4f-92e2-45574741fc0e', 'x-compute-request-id': 'req-57bb6b00-1e2e-4c4f-92e2-45574741fc0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "ACTIVE", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "f0278314ab4bb0b9305d3114db56b07e2a8c88118444707b3fe01652", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:47:33Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1724691718-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1408611977", "OS-SRV-USG:launched_at": "2025-08-03T10:47:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "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-03 10:48:07,582 98825 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:49:07,791 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7/os-interface 0.150s 2025-08-03 10:49:07,791 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49: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-060a0fec-bab2-475a-aa6f-3e960ce53bb0', 'x-compute-request-id': 'req-060a0fec-bab2-475a-aa6f-3e960ce53bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/serve rs/96d81c6c-8ef0-4e20-823d-e28b747e16a7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "61eec158-4146-481e-8cca-667f3fa2fbc0", "port_id": "852d8662-768e-43d1-820c-2fe88727323b", "mac_addr": "fa:16:3e:28:39:9c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cb20ccb6-ddd7-4855-abe1-750efbfff8f6", "ip_address": "10.0.0.6"}]}]}' 2025-08-03 10:49:08,615 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce 0.819s 2025-08-03 10:49:08,615 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "852d8662-768e-43d1-820c-2fe88727323b"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ce2b03e4-e2a7-4988-b4b9-91b9d823ae4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce'} Body: b'{"floatingip": {"id": "7b343366-73d7-402f-b810-5597c70a15ce", "tenant_id": "a345524083af48d8a6716ed1827718d3", "floating_ip_address": "172.24.4.155", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "a1402352-9567-48f1-8c01-deda9cfecf56", "port_id": "852d8662-768e-43d1-820c-2fe88727323b", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "61eec158-4146-481e-8cca-667f3fa2fbc0", "mac_address": "fa:16:3e:28:39:9c", "admin_state_up": true, "status": "ACTIVE", "device_id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:47:16Z", "updated_at": "2025-08-03T10:49:08Z", "revision_number": 1, "project_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:49:08,618 98825 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.155:22' as 'cirros' with public key authentication 2025-08-03 10:49:08,635 98825 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:49:08,738 98825 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:49:08,738 98825 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.155 successfully created 2025-08-03 10:49:08,975 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.235s 2025-08-03 10:49:08,975 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0cbb50a-2d65-4d9f-ad01-19db3e553cdd', 'x-compute-request-id': 'req-b0cbb50a-2d65-4d9f-ad01-19db3e553cdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "ACTIVE", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "f0278314ab4bb0b9305d3114db56b07e2a8c88118444707b3fe01652", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-2 42e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:47:33Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1724691718-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1408611977", "OS-SRV-USG:launched_at": "2025-08-03T10:47:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "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-03 10:49:09,165 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.176s 2025-08-03 10:49:09,166 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:08 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-27e4485f-43cb-45e4-a2ed-9e84cce4279d', 'x-compute-request-id': 'req-27e4485f-43cb-45e4-a2ed-9e84cce4279d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}]}]}' 2025-08-03 10:49:09,216 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.047s 2025-08-03 10:49:09,216 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db9ce5a-d44e-41ff-b794-cb7ae1c061db', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db9ce5a-d44e-41ff-b794-cb7ae1c061db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'{"volume": {"id": "0aa3f6d0-1b49-4c2f-8878-34ac60f912c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.000000", "updated_at": "2025-08-03T10:47:14.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:49:10,267 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.036s 2025-08-03 10:49:10,268 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3257697e-aece-4436-9068-0e834b5f7429', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3257697e-aece-4436-9068-0e834b5f7429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'{"volume": {"id": "0aa3f6d0-1b49-4c2f-8878-34ac60f912c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:47:14.000000", "updated_at": "2025-08-03T10:47:14.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-23156752", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4"}], "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a345524083af48d8a6716ed1827718d3"}}' 2025-08-03 10:49:10,466 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.184s 2025-08-03 10:49:10,466 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49: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-130fed6c-9fac-41a3-995e-76adc4052b8b', 'x-compute-request-id': 'req-130fed6c-9fac-41a3-995e-76adc4052b8b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'' 2025-08-03 10:49:10,636 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.170s 2025-08-03 10:49:10,637 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6929522-a134-4f6a-b436-e8238afbb2f7', 'x-compute-request-id': 'req-c6929522-a134-4f6a-b436-e8238afbb2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"server": {"id": "96d81c6c-8ef0-4e20-823d-e28b747e16a7", "name": "tempest-TestServerVolumeAttachmentScenario-server-307422820", "status": "ACTIVE", "tenant_id": "a345524083af48d8a6716ed1827718d3", "user_id": "06a7e986cd1a4b1db7006419ed5586cc", "metadata": {}, "hostId": "f0278314ab4bb0b9305d3114db56b07e2a8c88118444707b3fe01652", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:47:17Z", "updated": "2025-08-03T10:49:10Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1724691718-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}, {"version": 4, "addr": "172.24.4.155", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:39:9c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1408611977", "OS-SRV-USG:launched_at": "2025-08-03T10:47:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1838393641"}], "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-03 10:50:00,742 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7 0.039s 2025-08-03 10:50:00,742 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-3cc92e19-1334-4d18-9198-fbcb69a83adf', 'x-compute-request-id': 'req-3cc92e19-1334-4d18-9198-fbcb69a83adf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/96d81c6c-8ef0-4e20-823d-e28b747e16a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 96d81c6c-8ef0-4e20-823d-e28b747e16a7 could not be found."}}' 2025-08-03 10:50:00,776 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1408611977 0.033s 2025-08-03 10:50:00,777 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-60124c11-8eff-4d91-ba83-24987ad62ea0', 'x-compute-request-id': 'req-60124c11-8eff-4d91-ba83-24987ad62ea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1408611977'} Body: b'' 2025-08-03 10:50:00,967 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e 0.190s 2025-08-03 10:50:00,968 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8cde9435-2758-4633-8764-1d53466209d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e'} Body: b'' 2025-08-03 10:50:00,991 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e 0.023s 2025-08-03 10:50:00,992 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d636436f-d16c-4956-a6ce-fed7f5c7bdf7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/36bb792b-bdcd-46ee-bdf6-40384a63b29e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 36bb792b-bdcd-46ee-bdf6-40384a63b29e does not exist", "detail": ""}}' 2025-08-03 10:50:01,472 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce 0.480s 2025-08-03 10:50:01,472 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-60eced7b-7080-4d79-86a0-2878c789fbc8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7b343366-73d7-402f-b810-5597c70a15ce'} Body: b'' 2025-08-03 10:50:01,594 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4 0.121s 2025-08-03 10:50:01,595 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-ce6a8f09-b821-42a0-940f-259581b61d34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4'} Body: b'' 2025-08-03 10:50:01,617 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4 0.022s 2025-08-03 10:50:01,618 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-f2056dd6-ffbf-430c-b9b0-390bf10f5f3b', 'x-openstack-request-id': 'req-f2056dd6-ffbf-430c-b9b0-390bf10f5f3b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/46d021ab-1ae9-4578-bb83-b525d305fca4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 46d021ab-1ae9-4578-b b83-b525d305fca4 could not be found."}}' 2025-08-03 10:50:01,787 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.168s 2025-08-03 10:50:01,787 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-276ec202-661b-43e5-9d89-0de0a99ce813', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'' 2025-08-03 10:50:01,810 98825 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 0.022s 2025-08-03 10:50:01,810 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-bf4dab81-1c27-4b6e-ae71-e8eb5773e336', 'x-openstack-request-id': 'req-bf4dab81-1c27-4b6e-ae71-e8eb5773e336', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0aa3f6d0-1b49-4c2f-8878-34ac60f912c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0aa3f6d0-1b49-4c2f-8878-34ac60f912c4 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 ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:01,691 98815 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.364s 2025-08-03 10:50:01,692 98815 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-833388819", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1364567c-baf0-44df-9672-ca6f34eda4ed', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1364567c-baf0-44df-9672-ca6f34eda4ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:01.586787", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:50:01,750 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.046s 2025-08-03 10:50:01,750 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec38613-7c2e-49a7-b2d6-b8001bc838f6', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec38613-7c2e-49a7-b2d6-b8001bc838f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:02,855 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.090s 2025-08-03 10:50:02,855 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-f2eb4c34-d30e-4d37-91a7-7bd3c6291fb4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2eb4c34-d30e-4d37-91a7-7bd3c6291fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.000000", "updated_at": "2025-08-03T10:50:02.000000", "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:02,912 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.042s 2025-08-03 10:50:02,912 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14804e81-571f-4467-a04d-2a1186f8d826', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14804e81-571f-4467-a04d-2a1186f8d826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"volume": {"id": "ad7f8c10-d474-4fc3-9fc4-b4f1419404f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.000000", "updated_at": "2025-08-03T10:50:02.000000", "name": "tempest-VolumesGetTest-Volume-833388819", "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/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:03,052 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.125s 2025-08-03 10:50:03,053 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-261fe7c6-8f2f-4294-ac06-e6724ed845c5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'' 2025-08-03 10:50:03,081 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 0.028s 2025-08- 03 10:50:03,082 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-73012922-2f87-4db5-b4ba-ec77aad4054c', 'x-openstack-request-id': 'req-73012922-2f87-4db5-b4ba-ec77aad4054c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad7f8c10-d474-4fc3-9fc4-b4f1419404f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ad7f8c10-d474-4fc3-9fc4-b4f1419404f7 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 cf96968e-a81d-49ab-9718-36e549f9b9c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:03,299 98815 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.214s 2025-08-03 10:50:03,299 98815 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-1117112263"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caa9019b-5e98-4d2c-bdb1-2d89976ba451', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caa9019b-5e98-4d2c-bdb1-2d89976ba451', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.244135", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:50:03,355 98815 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/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.044s 2025-08-03 10:50:03,356 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a18b3ab-5fbd-4ff7-bb9e-2b32378adae8', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a18b3ab-5fbd-4ff7-bb9e-2b32378adae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:04,412 98815 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/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.041s 2025-08-03 10:50:04,412 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-092 a5511-8640-4dbc-af17-dff2fcce2ce6', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-092a5511-8640-4dbc-af17-dff2fcce2ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": "2025-08-03T10:50:03.000000", "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:04,463 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.037s 2025-08-03 10:50:04,463 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b0a0a1-77a1-4b79-a36e-367ed634cfb0', 'content-length': '835', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b0a0a1-77a1-4b79-a36e-367ed634cfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"volume": {"id": "cf96968e-a81d-49ab-9718-36e549f9b9c8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": "2025-08-03T10:50:03.000000", "name": "tempest-VolumesGetTest-Volume-1117112263", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:04,572 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.095s 2025-08-03 10:50:04,572 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45064d3b-88f2-4223-a833-59ab6ab55d74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'' 2025-08-03 10:50:04,603 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8 0.030s 2025-08-03 10:50:04,603 98815 DEBUG [tempest.lib.common.res t_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd3ab31-4496-48d4-8188-a54025ffaab4', 'x-openstack-request-id': 'req-fcd3ab31-4496-48d4-8188-a54025ffaab4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf96968e-a81d-49ab-9718-36e549f9b9c8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cf96968e-a81d-49ab-9718-36e549f9b9c8 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 127, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 40, in _volume_create_get_update_delete volume = self.create_volume(wait_until='available', **kwargs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a6c0b541-13ac-4104-97d9-f5668b1a53c6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:04,642 98815 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.036s 2025-08-03 10:50:04,642 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c3aa6e7-d0fb-4ce3-8b16-dc64c263d747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:50:04,665 98815 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/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.022s 2025-08-03 10:50:04,665 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e568d8e7-a357-4107-b696-8a7afea9ef57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:50:05,088 98815 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.422s 2025-08-03 10:50:05,089 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-Volumes GetTest-Volume-307874263", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190e6d9f-e33c-465f-bfed-b19114035181', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190e6d9f-e33c-465f-bfed-b19114035181', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a6c0b541-13ac-4104-97d9-f5668b1a53c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.019200", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:50:05,150 98815 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/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.049s 2025-08-03 10:50:05,151 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082268e6-7ec5-4b77-b78c-796800908144', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082268e6-7ec5-4b77-b78c-796800908144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"volume": {"id": "a6c0b541-13ac-4104-97d9-f5668b1a53c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:06,233 98815 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/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.067s 2025-08-03 10:50:06,233 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0adbe827-fd7b-4b51-b2fc-596d908ccd8a', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0adbe827-fd7b-4b51-b2fc-596d908ccd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"volume": {"id": "a6c0b541-13 ac-4104-97d9-f5668b1a53c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.000000", "updated_at": "2025-08-03T10:50:05.000000", "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:06,284 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.037s 2025-08-03 10:50:06,284 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccb16cb9-a3d4-4b27-a414-6a860aae9710', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccb16cb9-a3d4-4b27-a414-6a860aae9710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"volume": {"id": "a6c0b541-13ac-4104-97d9-f5668b1a53c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:05.000000", "updated_at": "2025-08-03T10:50:05.000000", "name": "tempest-VolumesGetTest-Volume-307874263", "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/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6"}], "user_id": "7da301f2c4504b85b40595566595f092", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "299a234dbffa4a23be713c9aa41c35fa"}}' 2025-08-03 10:50:06,451 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.153s 2025-08-03 10:50:06,452 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50: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-d6aca92e-ae80-4897-ae5c-2796253f85a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'' 2025-08-03 10:50:06,473 98815 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6 0.021s 2025-08-03 10:50:06,473 98815 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3728c17d-b1f1-4e43-b320-d5dbd047d132', 'x-openstack-request-id': 'req-3728c17d-b1f1-4e43-b320-d5dbd047d132', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a6c0b541-13ac-4104-97d9-f5668b1a53c6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a6c0b541-13ac-4104-97d9-f5668b1a53c6 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 475, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2078c973-9de8-49ca-adfd-958c834c85d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:45:34,946 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.206s 2025-08-03 10:45:34,947 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:45:34 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-da64f648-aeef-4e36-8ffe-0ed3ba0beef1', 'x-compute-request-id': 'req-da64f648-aeef-4e36-8ffe-0ed3ba0beef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "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-03 10:46:35,227 98833 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.205s 2025-08-03 10:46:35,227 98833 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-1199212337"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e49b58c-3e85-490b-ac58-27280c080071', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e49b58c-3e85-490b-ac58-27280c080071', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2078c973-9de8-49ca-adfd-958c834c85d6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:35.162930", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-1199212337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2078c973-9de8-49ca-adfd-958c834c85d 6"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:46:35,337 98833 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.093s 2025-08-03 10:46:35,337 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-927682c8-2683-46d8-ba2f-29ce31be716c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "98093ab42cb14f66969d53cec6a1ea76", "name": "tempest-ServerActionsTestOtherA-772946519-project-member", "password_expires_at": null}, "audit_ids": ["rNHFm4XeSvuSq1YZ5OSApg"], "expires_at": "2025-08-03T11:46:35.000000Z", "issued_at": "2025-08-03T10:46:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83bd07ec02bd4a03b39848c612ee6abb", "name": "tempest-ServerActionsTestOtherA-772946519"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/83bd07ec02bd4a03b39848c612ee6abb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:46:35,338 98833 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': '0ef854e6-7276-4919-87b6-282c94ec4dcf', 'name': 'tempest-ServerActionsTestOtherA-1415491975-network', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4 4170, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:37Z', 'updated_at': '2025-08-03T10:42:37Z', 'revision_number': 1} available for tenant 2025-08-03 10:46:35,338 98833 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:46:35,339 98833 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:46:35,388 98833 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2025-08-03 10:46:35,389 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-881640996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA8RH4fHcTJf/bWKh9qvDufMA8kBEG7/uduR4ONwjd8mglpu63k3zfp1E/UbKHpHsxJEnXFROGQjUnwf+NxKxSHfW263UbIIsXAbqezXGotVQQpxegPDTK+MsSsjPtJnAA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 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-6a2c628f-e241-4df3-af9f-6e0bd2c8aad3', 'x-compute-request-id': 'req-6a2c628f-e241-4df3-af9f-6e0bd2c8aad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-881640996", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA8RH4fHcTJf/bWKh9qvDufMA8kBEG7/uduR4ONwjd8mglpu63k3zfp1E/UbKHpHsxJEnXFROGQjUnwf+NxKxSHfW263UbIIsXAbqezXGotVQQpxegPDTK+MsSsjPtJnAA==", "fingerprint": "50:5f:01:51:3f:d1:c6:d4:3c:39:3e:17:75:8e:6e:b9", "user_id": "98093ab42cb14f66969d53cec6a1ea76"}}' 2025-08-03 10:46:35,392 98833 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-881640996 created 2025-08-03 10:46:35,683 98833 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.291s 2025-08-03 10:46:35,683 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--783891735", "description": "tempest-description--396402550"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-246b84aa-d5e5-4b4b-90dd-08f365131993', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "name": "tempest-securitygroup--783891735", "stateful": true, "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "description": "tempest-description--396402550", "shared": false, "security_group_rules": [{"id": "97d99a9e-a6d2-437b-b553-f597e67e434d", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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": 627, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:35Z", "updated_at": "2025-08-03T10 :46:35Z", "revision_number": 0}, {"id": "b7e12f69-8756-4f06-9e02-7cd199099fcf", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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": 628, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:46:35Z", "updated_at": "2025-08-03T10:46:35Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:46:35Z", "updated_at": "2025-08-03T10:46:35Z", "revision_number": 1, "project_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:46:35,903 98833 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-03 10:46:35,904 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-343b1a47-0606-4cd3-a435-c34a42a12a45', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c6fcc1c4-ff53-4a23-a3e5-6e856863eb68", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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-03T10:46:35Z", "updated_at": "2025-08-03T10:46:35Z", "revision_number": 0}}' 2025-08-03 10:46:36,141 98833 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.236s 2025-08-03 10:46:36,141 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4d757118-6986-4984-9526-eeddc6fbc85e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "445d8ddf-87fc-443e-b91b-ceece91f1f4d", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "security_group_id": "26fcf010-47fe-4950-9f4f-31434be1a7b4", "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-03T10:46:36Z", "updated_at": "2025-08-03T10:46:36Z", "revision_number": 0}}' 2025-08-03 10:46:36,141 98833 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--783891735 created 2025-08-03 10:46:36,953 98833 INFO [ tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.811s 2025-08-03 10:46:36,953 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-03e96cb7-e2dd-4ffd-8e9a-40afc0511a7b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f438a555-6671-491c-baea-82d56a55325c", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "83bd07ec02bd4a03b39848c612ee6abb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:36Z", "updated_at": "2025-08-03T10:46:36Z", "revision_number": 0}}' 2025-08-03 10:46:36,954 98833 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f438a555-6671-491c-baea-82d56a55325c', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:36Z', 'updated_at': '2025-08-03T10:46:36Z', 'revision_number': 0, 'ip': '172.24.4.182'} created 2025-08-03 10:46:36,954 98833 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-881640996', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA8RH4fHcTJf/bWKh9qvDufMA8kBEG7/uduR4ONwjd8mglpu63k3zfp1E/UbKHpHsxJEnXFROGQjUnwf+NxKxSHfW263UbIIsXAbqezXGotVQQpxegPDTK+MsSsjPtJnAA==', 'fingerprint': '50:5f:01:51:3f:d1:c6:d4:3c:39:3e:17:75:8e:6e:b9', 'user_id': '98093ab42cb14f66969d53cec6a1ea76', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAbmQBA0umG8mPeMPb3gALI5Vk0RUkd3S1kfvqr6NnfmEr5Elpx0tyb\ncqLDczzV5gigBwYFK4EEACKhZANiAAQPER+Hx3EyX/21iofarw7nzAPJARBu/7nb\nkeDjcI3fJoJabut5N836dRP1Gyh6R7MSRJ1xUThkI1J8H/jcSsUh31tut1GyCLFw\nG6ns1xqLVUEKcXoDw0yvjLErIz7SZwA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '26fcf010-47fe-4950-9f4f-31434be1a7b4', 'name': 'tempest-securitygroup--783891735', 'stateful': True, 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': 'tempest-description--396402550', 'shared': False, 'security_group_rules': [{'id': '97d99a9e-a6d2-437b-b553-f597e67e434d', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '26fcf010-47fe-4950-9f4f-31434be1a7b4', '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': 627, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:35Z', 'updated_at': '2025-08-03T10:46:35Z', 'revision_number': 0}, {'id': 'b7e12f69-8756-4f06-9e02-7cd199099fcf', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '26fcf010-47fe-4950-9f4f-31434be1a7b4', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_a ttr_id': 628, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:46:35Z', 'updated_at': '2025-08-03T10:46:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:46:35Z', 'updated_at': '2025-08-03T10:46:35Z', 'revision_number': 1, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb'}, 'floating_ip': {'id': 'f438a555-6671-491c-baea-82d56a55325c', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'floating_ip_address': '172.24.4.182', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:46:36Z', 'updated_at': '2025-08-03T10:46:36Z', 'revision_number': 0, 'ip': '172.24.4.182'}} 2025-08-03 10:46:37,523 98833 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.568s 2025-08-03 10:46:37,523 98833 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-161951258", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "0ef854e6-7276-4919-87b6-282c94ec4dcf"}], "security_groups": [{"name": "tempest-securitygroup--783891735"}], "key_name": "tempest-keypair-881640996", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dab7f43b-ae1e-421f-9fcf-361540631287', 'x-compute-request-id': 'req-dab7f43b-ae1e-421f-9fcf-361540631287', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--783891735"}], "adminPass": "Bino9uY2Q8Xw"}}' 2025-08-03 10:46:37,605 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0 0.079s 2025-08-03 10:46:37,605 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:46:37 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-0d21f40f-4b31-4a9a-8e7e-91b4277a78b1', 'x-compute-request-id': 'req-0d21f40f-4b31-4a9a-8e7e-91b4277a78b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "BUILD", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metada ta": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:46:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-881640996", "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-03 10:47:27,882 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0 0.215s 2025-08-03 10:47:27,883 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:47:27 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-9202b64b-7ca6-47d0-b7e2-09bcd0a33856', 'x-compute-request-id': 'req-9202b64b-7ca6-47d0-b7e2-09bcd0a33856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:46:54Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-881640996", "OS-SRV-USG:launched_at": "2025-08-03T10:46:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--783891735"}], "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-03 10:47:27,897 98833 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:48:28,373 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0/os-interface 0.417s 2025-08-03 10:48:28,374 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-181e07ae-090f-4659-a1cd-8e8c3a78ce6d', 'x-compute-request-id': 'req-181e07ae-090f-4659-a1cd-8e8c3a78ce6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0ef854e6-7276-4919-87b6-282c94ec4dcf", "port_id": "97245cdc-78e9-48a3-9c22-814c94aaf2b5", "mac_addr": "fa:16:3e:91:b5:10", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "34879e59-4d1f-4106-829b-636811f92d4b", "ip_address": "10.0.0.11"}]}]}' 2025-08-03 10:48:29,553 98833 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/f438a555-6671-491c-baea-82d56a55325c 1.175s 2025-08-03 10:48:29,553 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "97245cdc-78e9-48a3-9c22-814c94aaf2b5"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5c443ecc-d388-4ceb-807f-6699626a2cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f438a555-6671-491c-baea-82d56a55325c'} Body: b'{"floatingip": {"id": "f438a555-6671-491c-baea-82d56a55325c", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "floating_ip_address": "172.24.4.182", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "79414597-e1a4-49f0-bafc-1ecbbc5820ce", "port_id": "97245cdc-78e9-48a3-9c22-814c94aaf2b5", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0ef854e6-7276-4919-87b6-282c94ec4dcf", "mac_address": "fa:16:3e:91:b5:10", "admin_state_up": true, "status": "ACTIVE", "device_id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:46:36Z", "updated_at": "2025-08-03T10:48:28Z", "revision_number": 1, "project_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:48:29,554 98833 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.182:22' as 'cirros' with public key authentication 2025-08-03 10:48:29,579 98833 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:48:29,696 98833 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:48:29,697 98833 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.182 successfully created 2025-08-03 10:48:29,913 98833 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/934ebb22-bab4-46f4-86c5-dece7702fed0 0.215s 2025-08-03 10:48:29,913 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:29 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-9a0d9ea5-a368-4ea1-8ad8-4bb2fddf39cc', 'x-compute-request-id': 'req-9a0d9ea5-a368-4ea1-8ad8-4bb2fddf39cc', 'connect ion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:46:54Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-881640996", "OS-SRV-USG:launched_at": "2025-08-03T10:46:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--783891735"}], "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-03 10:48:29,985 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6 0.055s 2025-08-03 10:48:29,985 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-498250a8-28a0-4d99-9b34-1531521f7c45', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-498250a8-28a0-4d99-9b34-1531521f7c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6'} Body: b'{"volume": {"id": "2078c973-9de8-49ca-adfd-958c834c85d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:35.000000", "updated_at": "2025-08-03T10:46:35.000000", "name": "tempest-ServerActionsTestOtherA-volume-1199212337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:48:31,051 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6 0.050s 2025-08-03 10:48:31,051 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-c4b29b0f-6a64-4612-8ed9-c42624a2ddb1', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b29b0f-6a64-4612-8ed9-c42624a2ddb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6'} Body: b'{"volume": {"id": "2078c973-9de8-49ca-adfd-958c834c85d6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:46:35.000000", "updated_at": "2025-08-03T10:46:35.000000", "name": "tempest-ServerActionsTestOtherA-volume-1199212337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2078c973-9de8-49ca-adfd-958c834c85d6"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:48:31,260 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.194s 2025-08-03 10:48:31,261 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a543651-3555-4115-bc74-9429259458cb', 'x-compute-request-id': 'req-1a543651-3555-4115-bc74-9429259458cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "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-03 10:49:31,482 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702f ed0 0.146s 2025-08-03 10:49:31,482 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:31 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-7551c9de-f5f1-4110-a022-cf160db465b4', 'x-compute-request-id': 'req-7551c9de-f5f1-4110-a022-cf160db465b4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'' 2025-08-03 10:49:31,845 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0 0.362s 2025-08-03 10:49:31,845 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:31 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-0cd6ce49-0492-4b21-af34-6894f56cf91f', 'x-compute-request-id': 'req-0cd6ce49-0492-4b21-af34-6894f56cf91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"server": {"id": "934ebb22-bab4-46f4-86c5-dece7702fed0", "name": "tempest-tempest.common.compute-instance-161951258", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:37Z", "updated": "2025-08-03T10:49:31Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}, {"version": 4, "addr": "172.24.4.182", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:b5:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/934ebb22-bab4-46f4-86c5-dece7702fed0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-881640996", "OS-SRV-USG:launched_at": "2025-08-03T10:46:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--783891735"}], "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-03 10:50:21,954 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0 0.043s 2025-08-03 10:50:21,955 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API -Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f9959561-7cdd-46c1-861d-e2c61bf694b8', 'x-compute-request-id': 'req-f9959561-7cdd-46c1-861d-e2c61bf694b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/934ebb22-bab4-46f4-86c5-dece7702fed0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 934ebb22-bab4-46f4-86c5-dece7702fed0 could not be found."}}' 2025-08-03 10:50:21,987 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-881640996 0.031s 2025-08-03 10:50:21,987 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5954cf-1164-4dd4-abed-77690e7b4ba3', 'x-compute-request-id': 'req-3c5954cf-1164-4dd4-abed-77690e7b4ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-881640996'} Body: b'' 2025-08-03 10:50:22,230 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4 0.242s 2025-08-03 10:50:22,230 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-41f29c97-efec-495b-b93f-2ce67109661e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4'} Body: b'' 2025-08-03 10:50:22,262 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4 0.031s 2025-08-03 10:50:22,262 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e4ab4d79-a9fd-48a0-8b48-12779b51ce81', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/26fcf010-47fe-4950-9f4f-31434be1a7b4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 26fcf010-47fe-4950-9f4f-31434be1a7b4 does not exist", "detail": ""}}' 2025-08-03 10:50:22,654 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/f438a555-6671-491c-baea-82d56a55325c 0.391s 2025-08-03 10:50:22,655 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2779b09c-f78e-451a-b015-6af24746a3bd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/f438a555-6671-491c-baea-82d56a55325c'} Body: b'' 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 8b213349-3b40-467f-bf08-079f3489af7b failed to build and is in ERROR status setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 bbbba301-3f8f-43bf-9627-16589f440d86 failed to build and is in ERROR status 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 c530e448-60ea-4c2e-8c1a-e1aaa486eecc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:48:07,661 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.091s 2025-08-03 10:48:07,662 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 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-ddecb47b-e22e-47b8-a0a3-d354a9f7e4c3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2a04392892ab4387a93abf42f09ee925", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-721986750-project-member", "password_expires_at": null}, "audit_ids": ["zW9EHtkDRaW_Knxjk0wUDw"], "expires_at": "2025-08-03T11:48:07.000000Z", "issued_at": "2025-08-03T10:48:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94a47d594c5648a98950417591aff9cf", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-721986750"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/94a47d594c5648a98950417591aff9cf", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:48:07,662 98829 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '07530b8e-0e44-4c67-8466-747c0aa1d57b', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '94a47d594c5648a98950417591aff9cf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34090, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_add ress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:47:53Z', 'updated_at': '2025-08-03T10:47:53Z', 'revision_number': 1} available for tenant 2025-08-03 10:48:07,664 98829 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:48:07,665 98829 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:48:07,898 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.229s 2025-08-03 10:48:07,898 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1588407988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGsZyzcOBfK7uqyUHIN9cQhcbckt0+gDSzle2L/obIPUIiCr75TLFi0eZSdib1w10s19Ec+CAEcdGndPnUpPk7mMEuSFK0txnDFW6Z3mEGgjPg2DzmUGv0Vnt/EWcdesQ=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 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-5005b2ac-e9d0-4769-b663-ce6d15d8acd4', 'x-compute-request-id': 'req-5005b2ac-e9d0-4769-b663-ce6d15d8acd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1588407988", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGsZyzcOBfK7uqyUHIN9cQhcbckt0+gDSzle2L/obIPUIiCr75TLFi0eZSdib1w10s19Ec+CAEcdGndPnUpPk7mMEuSFK0txnDFW6Z3mEGgjPg2DzmUGv0Vnt/EWcdesQ==", "fingerprint": "50:74:34:1b:10:d5:43:0b:b3:14:73:b8:c9:f3:83:bf", "user_id": "2a04392892ab4387a93abf42f09ee925"}}' 2025-08-03 10:48:07,901 98829 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1588407988 created 2025-08-03 10:48:08,144 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.236s 2025-08-03 10:48:08,144 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1009437510", "description": "tempest-description--358159635"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-0618b739-f221-419e-89ac-e91c65529f41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "name": "tempest-securitygroup--1009437510", "stateful": true, "tenant_id": "94a47d594c5648a98950417591aff9cf", "description": "tempest-description--358159635", "shared": false, "security_group_rules": [{"id": "d48a0d98-21fe-431f-bd5f-5990883f269e", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant_id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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": 778, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:08Z", "updated_at": "2025-08-03T10:48:08Z", "revision_number": 0}, {"id": "fbbe27ec-ced6-4350-abc1-f21b3d6c34fe", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant _id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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": 777, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:48:07Z", "updated_at": "2025-08-03T10:48:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:48:07Z", "updated_at": "2025-08-03T10:48:07Z", "revision_number": 1, "project_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:48:08,339 98829 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-03 10:48:08,340 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1dd10dc8-9212-4555-8d36-cce16ad1127c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "364d2571-66d0-4a03-aeeb-99ad2a7958ac", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant_id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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-03T10:48:08Z", "updated_at": "2025-08-03T10:48:08Z", "revision_number": 0}}' 2025-08-03 10:48:08,565 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.224s 2025-08-03 10:48:08,565 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-752cc25c-99c7-4a2b-8aca-9c43a571fb2a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c69ee443-c670-4a59-8f04-de7cbfbc4ea7", "project_id": "94a47d594c5648a98950417591aff9cf", "tenant_id": "94a47d594c5648a98950417591aff9cf", "security_group_id": "2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc", "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-03T10:48:08Z", "updated_at": "2025-08-03T10:48:08Z", "revision_number": 0}}' 2025-08-03 10:48:08,565 98829 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1009437510 created 2025-08-03 10:48:09,439 98829 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.873 s 2025-08-03 10:48:09,439 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0e86dd1b-27f4-48f8-b3a1-eb0b41d03aae', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "80e5a47b-a321-42e0-959d-966f1e288154", "tenant_id": "94a47d594c5648a98950417591aff9cf", "floating_ip_address": "172.24.4.151", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "94a47d594c5648a98950417591aff9cf", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:48:09Z", "updated_at": "2025-08-03T10:48:09Z", "revision_number": 0}}' 2025-08-03 10:48:09,440 98829 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '80e5a47b-a321-42e0-959d-966f1e288154', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94a47d594c5648a98950417591aff9cf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:48:09Z', 'updated_at': '2025-08-03T10:48:09Z', 'revision_number': 0, 'ip': '172.24.4.151'} created 2025-08-03 10:48:09,440 98829 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1588407988', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGsZyzcOBfK7uqyUHIN9cQhcbckt0+gDSzle2L/obIPUIiCr75TLFi0eZSdib1w10s19Ec+CAEcdGndPnUpPk7mMEuSFK0txnDFW6Z3mEGgjPg2DzmUGv0Vnt/EWcdesQ==', 'fingerprint': '50:74:34:1b:10:d5:43:0b:b3:14:73:b8:c9:f3:83:bf', 'user_id': '2a04392892ab4387a93abf42f09ee925', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBOAKs/ZBxXDPyrNt7mIykszKmefKEmyALhcfl5aI2to2zwCYFQdP8y\nqGLm+7iuaB2gBwYFK4EEACKhZANiAAQBrGcs3DgXyu7qslByDfXEIXG3JLdPoA0s\n5Xti/6GyD1CIgq++UyxYtHmUnYm9cNdLNfRHPggBHHRp3T51KT5O5jBLkhStLcZw\nxVumd5hBoIz4Ng85lBr9FZ7fxFnHXrE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc', 'name': 'tempest-securitygroup--1009437510', 'stateful': True, 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'description': 'tempest-description--358159635', 'shared': False, 'security_group_rules': [{'id': 'd48a0d98-21fe-431f-bd5f-5990883f269e', 'project_id': '94a47d594c5648a98950417591aff9cf', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'security_group_id': '2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc', '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': 778, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:48:08Z', 'updated_at': '2025-08-03T10:48:08Z', 'revision_number': 0}, {'id': 'fbbe27ec-ced6-4350-abc1-f21b3d6c34fe', 'project_id': '94a47d594c5648a98950417591aff9cf', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'security_group_id': '2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc', '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': 777, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:48:07Z', 'updated_at': '20 25-08-03T10:48:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:48:07Z', 'updated_at': '2025-08-03T10:48:07Z', 'revision_number': 1, 'project_id': '94a47d594c5648a98950417591aff9cf'}, 'floating_ip': {'id': '80e5a47b-a321-42e0-959d-966f1e288154', 'tenant_id': '94a47d594c5648a98950417591aff9cf', 'floating_ip_address': '172.24.4.151', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '94a47d594c5648a98950417591aff9cf', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:48:09Z', 'updated_at': '2025-08-03T10:48:09Z', 'revision_number': 0, 'ip': '172.24.4.151'}} 2025-08-03 10:48:10,398 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.956s 2025-08-03 10:48:10,398 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "07530b8e-0e44-4c67-8466-747c0aa1d57b"}], "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "key_name": "tempest-keypair-1588407988", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89e5c93b-f971-492a-b466-3137d477ed77', 'x-compute-request-id': 'req-89e5c93b-f971-492a-b466-3137d477ed77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "adminPass": "f7N4wnof9DDR"}}' 2025-08-03 10:48:10,480 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.079s 2025-08-03 10:48:10,481 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7021611e-7a77-4d5b-8173-b746e32c6342', 'x-compute-request-id': 'req-7021611e-7a77-4d5b-8173-b746e32c6342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "BUILD", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel" : "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:48:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1588407988", "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-03 10:49:00,818 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.273s 2025-08-03 10:49:00,819 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39f2eba0-d4e7-4dd0-a2b6-bca7bacb4d40', 'x-compute-request-id': 'req-39f2eba0-d4e7-4dd0-a2b6-bca7bacb4d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "ACTIVE", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "6cfad61fc022361a6254682b52ae770b1646057fa5556b6639fc4f52", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:48:28Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1588407988", "OS-SRV-USG:launched_at": "2025-08-03T10:48:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "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-03 10:49:00,835 98829 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:50:01,077 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b/os-interface 0.181s 2025-08-03 10:50:01,078 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:00 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-dbd9ee69-f65a-400e-a9e9-ebc6a8fdcab4', 'x-compute-request-id': 'req-dbd9ee69-f65a-400e-a9e9-ebc6a8fdcab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "07530b8e-0e44-4c67-8466-747c0aa1d57b", "port_id": "812ee41a-2efc-4cee-97ac-d6c10c6292ab", "mac_addr": "fa:16:3e:62:87:e8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "cfaf5ca7-062c-4c1e-b82f-4c7ce3e329eb", "ip_address": "10.0.0.13"}]}]}' 2025-08-03 10:50:02,009 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154 0.927s 2025-08-03 10:50:02,009 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "812ee41a-2efc-4cee-97ac-d6c10c6292ab"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-2ddd8366-9f4f-4a6b-94be-3a97edae3b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154'} Body: b'{"floatingip": {"id": "80e5a47b-a321-42e0-959d-966f1e288154", "tenant_id": "94a47d594c5648a98950417591aff9cf", "floating_ip_address": "172.24.4.151", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "6230437a-f7cd-45db-9928-1f1965397b98", "port_id": "812ee41a-2efc-4cee-97ac-d6c10c6292ab", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "07530b8e-0e44-4c67-8466-747c0aa1d57b", "mac_address": "fa:16:3e:62:87:e8", "admin_state_up": true, "status": "ACTIVE", "device_id": "24e4d243-f70c-4d59-b757-65b979de787b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:48:09Z", "updated_at": "2025-08-03T10:50:01Z", "revision_number": 1, "project_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:50:02,012 98829 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.151:22' as 'cirros' with public key authentication 2025-08-03 10:50:02,025 98829 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:50:02,130 98829 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:50:02,130 98829 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.151 successfully created 2025-08-03 10:50:02,350 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.219s 2025-08-03 10:50:02,350 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7650cd5-dcf2-49ca-8ab3-3c76514b6300', 'x-compute-request-id': 'req-a7650cd5-dcf2-49ca-8ab3-3c76514b6300', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "ACTIVE", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "6cfad61fc022361a6254682b52ae770b1646057fa5556b6639fc4f52", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:48:28Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1588407988", "OS-SRV-USG:launched_at": "2025-08-03T10:48:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "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-03 10:50:02,449 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.083s 2025-08-03 10:50:02,449 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e5e2928-4048-48df-a8d1-65e5c60168ca', 'x-compute-request-id': 'req-9e5e2928-4048-48df-a8d1-65e5c60168ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}]}]}' 2025-08-03 10:50:02,704 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.251s 2025-08-03 10:50:02,704 98829 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-1738473956", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a99107-34b7-49f2-babf-64c0dbd8f005', 'content-length': '790', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a99107-34b7-49f2-babf-64c0dbd8f005', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"vol ume": {"id": "c530e448-60ea-4c2e-8c1a-e1aaa486eecc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:02.610545", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1738473956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}], "user_id": "2a04392892ab4387a93abf42f09ee925", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:50:02,768 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.051s 2025-08-03 10:50:02,768 98829 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': 'Sun, 03 Aug 2025 10:50:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f668b3-c7e3-42f8-ba0a-24883979a36d', 'content-length': '858', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f668b3-c7e3-42f8-ba0a-24883979a36d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'{"volume": {"id": "c530e448-60ea-4c2e-8c1a-e1aaa486eecc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1738473956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}], "user_id": "2a04392892ab4387a93abf42f09ee925", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:50:03,820 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.036s 2025-08-03 10:50:03,820 98829 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': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc68e6e-fcda-429c-a50f-cf2f2bc2f180', 'content-length': '879', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc68e6e-fcda-429c-a50f-cf2f2bc2f180', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'{"volume": {"id": "c530e448-60ea-4c2e-8c1a-e1aaa486eecc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:50:03.000000", "updated_at": "2025-08-03T10:50:03.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1738473956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "htt p://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc"}], "user_id": "2a04392892ab4387a93abf42f09ee925", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "94a47d594c5648a98950417591aff9cf"}}' 2025-08-03 10:50:03,938 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.102s 2025-08-03 10:50:03,939 98829 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': 'Sun, 03 Aug 2025 10:50:03 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-81bc3237-1400-4c78-8727-da5dee84aca6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'' 2025-08-03 10:50:03,961 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc 0.021s 2025-08-03 10:50:03,961 98829 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': 'Sun, 03 Aug 2025 10:50:03 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-12fdf130-c525-4812-b91f-06540cd5a2c1', 'x-openstack-request-id': 'req-12fdf130-c525-4812-b91f-06540cd5a2c1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c530e448-60ea-4c2e-8c1a-e1aaa486eecc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c530e448-60ea-4c2e-8c1a-e1aaa486eecc could not be found."}}' 2025-08-03 10:50:04,085 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.123s 2025-08-03 10:50:04,085 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc148882-eadc-4fe4-b5af-e98aafaef727', 'x-compute-request-id': 'req-bc148882-eadc-4fe4-b5af-e98aafaef727', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'' 2025-08-03 10:50:04,354 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.268s 2025-08-03 10:50:04,354 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', 'content-type': 'appl ication/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55d1b9ff-ee4a-4d2e-95b0-8530b1c478de', 'x-compute-request-id': 'req-55d1b9ff-ee4a-4d2e-95b0-8530b1c478de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"server": {"id": "24e4d243-f70c-4d59-b757-65b979de787b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1589442174", "status": "ACTIVE", "tenant_id": "94a47d594c5648a98950417591aff9cf", "user_id": "2a04392892ab4387a93abf42f09ee925", "metadata": {}, "hostId": "6cfad61fc022361a6254682b52ae770b1646057fa5556b6639fc4f52", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:48:10Z", "updated": "2025-08-03T10:50:04Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-915524039-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:87:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e4d243-f70c-4d59-b757-65b979de787b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1588407988", "OS-SRV-USG:launched_at": "2025-08-03T10:48:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1009437510"}], "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-03 10:50:54,464 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b 0.044s 2025-08-03 10:50:54,464 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-841fcf38-9b72-4963-86e8-8a6a9cd1b420', 'x-compute-request-id': 'req-841fcf38-9b72-4963-86e8-8a6a9cd1b420', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e4d243-f70c-4d59-b757-65b979de787b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 24e4d243-f70c-4d59-b757-65b979de787b could not be found."}}' 2025-08-03 10:50:54,497 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1588407988 0.032s 2025-08-03 10:50:54,498 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e22fa2e4-8aec-44ef- 92a6-0c2569b2a68b', 'x-compute-request-id': 'req-e22fa2e4-8aec-44ef-92a6-0c2569b2a68b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1588407988'} Body: b'' 2025-08-03 10:50:54,843 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc 0.344s 2025-08-03 10:50:54,843 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-27fc99f2-c8fe-4e7e-a152-a1f8fe6212f5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc'} Body: b'' 2025-08-03 10:50:54,866 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc 0.022s 2025-08-03 10:50:54,867 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3973df59-432b-4015-a53c-ab7ac7af6c90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2f3e1d6e-3a7c-47cb-9eba-a7e7fbbfcedc does not exist", "detail": ""}}' 2025-08-03 10:50:55,624 98829 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154 0.757s 2025-08-03 10:50:55,625 98829 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d8a59180-ba63-46ae-8f2d-72eef2ad8c40', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/80e5a47b-a321-42e0-959d-966f1e288154'} Body: b'' setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c67e7d6f-0ba7-4d22-95c8-993a0d8784e5 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 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 c5000abc-012f-4b66-ae07-3517608934a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:51:04,250 98831 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.238s 2025-08-03 10:51:04,250 98831 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': 'Sun, 03 Aug 2025 10:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37725054-177a-489a-a4c8-e445a5a03768', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37725054-177a-489a-a4c8-e445a5a03768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "927b3644-a834-42d6-9cd5-3bd2a53f0727", "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-03 10:51:05,100 98831 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.845s 2025-08-03 10:51:05,100 98831 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': 'Sun, 03 Aug 2025 10:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0557d520-6da0-4394-83f4-fb9736353aca', '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": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:05Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,058 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323/file 0.955s 2025-08-03 10:51:06,059 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9c8c7cb5 -ecc8-40c4-8fe4-757d41b6ad5e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file'} Body: b'' 2025-08-03 10:51:06,079 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323 0.019s 2025-08-03 10:51:06,079 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9a77d0a4-dfa5-4e3c-8a4c-b0c31a7cd38e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323'} 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": "e755411d6ac3531b4792ab8a53324790", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "3d0560abc3ef56db363d5e12237409d4cccbdfabb9f7a7dc893d5dc0b5bf16dbeb7b113dd767464df9d64be64ea0c0b94a6341bb4ab958a0dce5b09322a3e914", "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:06Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,096 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323 0.016s 2025-08-03 10:51:06,097 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-19d2e89d-3bac-44e8-9152-ceb4a39cb377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323'} 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": "e755411d6ac3531b4792ab8a53324790", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "3d0560abc3ef56db363d5e12237409d4cccbdfabb9f7a7dc893d5dc0b5bf16dbeb7b113dd767464df9d64be64ea0c0b94a6341bb4ab958a0dce5b09322a3e914", "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:06Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,114 98831 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/97e04e20-5573-4a87-ba42-1cc8aabdf323 0.017s 2025-08-03 10:51:06,115 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-628b3828-19e0-470d-b3a1-a1cded3399a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323'} 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": "e755411d6ac3531b4792ab8a53324790", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "0a20bd1b94054074bb79ae1480d35a12", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "3d0560abc3ef56db363d5e12237409d4cccbdfabb9f7a7dc893d5dc0b5bf16dbeb7b113dd767464df9d64be64ea0c0b94a6341bb4ab958a0dce5b09322a3e914", "id": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "created_at": "2025-08-03T10:51:05Z", "updated_at": "2025-08-03T10:51:06Z", "tags": [], "self": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323", "file": "/v2/images/97e04e20-5573-4a87-ba42-1cc8aabdf323/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,581 98831 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.466s 2025-08-03 10:51:06,582 98831 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": "97e04e20-5573-4a87-ba42-1cc8aabdf323", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0988f6a1-ddf7-4542-b20a-25f46667f0c6', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0988f6a1-ddf7-4542-b20a-25f46667f0c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c5000abc-012f-4b66-ae07-3517608934a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:06.515820", "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/c5000abc-012f-4b66-ae07-3517608934a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}], "user_id": "9fcaba34b4e34d5486f4d414c605157e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:06,723 98831 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/c5000abc-012f-4b66-ae07-3517608934a7 0.128s 2025-08-03 10:51:06,724 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3f72b01-f5a1-407a-a9fa-7d51e8627e3d', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3f72b01-f5a1-407a-a9fa-7d51e8627e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7'} Body: b'{"volume": {"id": "c5000abc-012f-4b66-ae07-3517608934a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:07.000000", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}], "user_id": "9fcaba34b4e34d5486f4d414c605157e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a20bd1b94054074bb79ae1480d35a12"}}' 2025-08-03 10:51:07,792 98831 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/c5000abc-012f-4b66-ae07-3517608934a7 0.049s 2025-08-03 10:51:07,793 98831 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f59d48b-f9cb-48d1-9916-68c8dfb63abc', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f59d48b-f9cb-48d1-9916-68c8dfb63abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7'} Body: b'{"volume": {"id": "c5000abc-012f-4b66-ae07-3517608934a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:07.000000", "updated_at": "2025-08-03T10:51:07.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c5000abc-012f-4b66-ae07-3517608934a7"}], "user_id": "9fcaba34b4e34d5486f4d414c605157e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0a20bd1b94054074bb79ae1480d35a12"}}' 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 4efda6c9-dfbe-4e57-88e9-c330d0fa823e failed to build and is in ERROR status tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 ad231059-7dc1-4a25-ad0e-c73c482c888b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:13,227 98819 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:49:13,227 98819 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:49:13,277 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2025-08-03 10:49:13,277 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1850242119", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs5GqprYb7KNcnyf7JL3lJF+0hqiSUjK0SNyhCLjXsFJGDjLHcTYkxcjT+ZykMAWglS01nO8DKDCt/vgh3Gejrt0y/ewfDISwql+bABPTtOjjRWAyvr1lE7KEdM2qKfVA=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-209ec339-17ac-4b8a-abe9-0416480fd588', 'x-compute-request-id': 'req-209ec339-17ac-4b8a-abe9-0416480fd588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1850242119", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs5GqprYb7KNcnyf7JL3lJF+0hqiSUjK0SNyhCLjXsFJGDjLHcTYkxcjT+ZykMAWglS01nO8DKDCt/vgh3Gejrt0y/ewfDISwql+bABPTtOjjRWAyvr1lE7KEdM2qKfVA==", "fingerprint": "4f:82:11:fe:3c:17:6d:db:db:e7:d0:5a:57:61:df:75", "user_id": "188a786cac2b41f5bd8205758bc0cf20"}}' 2025-08-03 10:49:13,280 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1850242119 created 2025-08-03 10:49:13,530 98819 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-03 10:49:13,531 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--959757902", "description": "tempest-description--1642403143"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-a8740314-b34c-46f4-83bb-b09bf74d4f18', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "name": "tempest-securitygroup--959757902", "stateful": true, "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "tempest-description--1642403143", "shared": false, "security_group_rules": [{"id": "71c54acb-dd44-4363-b529-2274731c2160", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "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": 802, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 0}, {"id": "dd992913-4631-4a60-9662-1129889c7df6", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "ethertype": "IPv6", "direction": "egress", "protocol": null, "por t_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 803, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:49:13,914 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.383s 2025-08-03 10:49:13,915 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-38a9c1e0-71ee-4e0f-afd6-87c15aa7d501', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30263910-a4af-4c2d-ba6d-3a25e5f6d808", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "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-03T10:49:13Z", "updated_at": "2025-08-03T10:49:13Z", "revision_number": 0}}' 2025-08-03 10:49:14,119 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-08-03 10:49:14,120 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0decee1e-96ea-499e-bf32-e20cf9ebc098', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2bc46087-5da6-4ede-98f1-2cbe82409dee", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "security_group_id": "64c49898-5ffa-4d1c-a88a-3b8de8593542", "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-03T10:49:14Z", "updated_at": "2025-08-03T10:49:14Z", "revision_number": 0}}' 2025-08-03 10:49:14,120 98819 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--959757902 created 2025-08-03 10:49:14,905 98819 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.784s 2025-08-03 10:49:14,905 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1f5d73be-a53f-4582-950f-882c7cfc2712', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b77beb56-81f9-4fd1-9e17-617c9c9589ea", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.237", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "30509cab7717416cbd15cd6bf2388ecb", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:14Z", "updated_at": "2025-08-03T10:49:14Z", "revision_number": 0}}' 2025-08-03 10:49:14,905 98819 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b77beb56-81f9-4fd1-9e17-617c9c9589ea', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.237', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:14Z', 'updated_at': '2025-08-03T10:49:14Z', 'revision_number': 0, 'ip': '172.24.4.237'} created 2025-08-03 10:49:15,024 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.113s 2025-08-03 10:49:15,024 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:14 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-b70c09d1-3434-4fb5-82e2-ee1fa26ea381', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "188a786cac2b41f5bd8205758bc0cf20", "name": "tempest-AttachVolumeNegativeTest-863899931-project-member", "password_expires_at": null}, "audit_ids": ["7uf5Sf__Sp-QJePeYCzKrQ"], "expires_at": "2025-08-03T11:49:14.000000Z", "issued_at": "2025-08-03T10:49:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30509cab7717416cbd15cd6bf2388ecb", "name": "tempest-AttachVolumeNegativeTest-863899931"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30509cab7717416cbd15cd6bf2388ecb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne "}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:49:15,024 98819 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'a5ee7952-c760-4ebf-a06d-056998be0c03', 'name': 'tempest-AttachVolumeNegativeTest-995598820-network', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19623, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:36Z', 'updated_at': '2025-08-03T10:42:36Z', 'revision_number': 1} available for tenant 2025-08-03 10:49:15,025 98819 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1850242119', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBs5GqprYb7KNcnyf7JL3lJF+0hqiSUjK0SNyhCLjXsFJGDjLHcTYkxcjT+ZykMAWglS01nO8DKDCt/vgh3Gejrt0y/ewfDISwql+bABPTtOjjRWAyvr1lE7KEdM2qKfVA==', 'fingerprint': '4f:82:11:fe:3c:17:6d:db:db:e7:d0:5a:57:61:df:75', 'user_id': '188a786cac2b41f5bd8205758bc0cf20', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCVem96EbIMpHJD5Vn8ozf2QuUWyh1v+lUkF+U8FN+j5GrCa8TTtY4S\nV+YdgfTYgtSgBwYFK4EEACKhZANiAAQbORqqa2G+yjXJ8n+yS95SRftIaoklIytE\njcoQi417BSRg4yx3E2JMXI0/mcpDAFoJUtNZzvAygwrf74Idxno67dMv3sHwyEsK\npfmwAT07To40VgMr69ZROyhHTNqin1Q=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '64c49898-5ffa-4d1c-a88a-3b8de8593542', 'name': 'tempest-securitygroup--959757902', 'stateful': True, 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': 'tempest-description--1642403143', 'shared': False, 'security_group_rules': [{'id': '71c54acb-dd44-4363-b529-2274731c2160', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '64c49898-5ffa-4d1c-a88a-3b8de8593542', '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': 802, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:49:13Z', 'updated_at': '2025-08-03T10:49:13Z', 'revision_number': 0}, {'id': 'dd992913-4631-4a60-9662-1129889c7df6', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'security_group_id': '64c49898-5ffa-4d1c-a88a-3b8de8593542', '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': 803, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:49:13Z', 'updated_at': '2025-08-03T10:49:13Z', 'revision_number': 0}], 'tags': [], 'created_at': '202 5-08-03T10:49:13Z', 'updated_at': '2025-08-03T10:49:13Z', 'revision_number': 1, 'project_id': '30509cab7717416cbd15cd6bf2388ecb'}, 'floating_ip': {'id': 'b77beb56-81f9-4fd1-9e17-617c9c9589ea', 'tenant_id': '30509cab7717416cbd15cd6bf2388ecb', 'floating_ip_address': '172.24.4.237', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '30509cab7717416cbd15cd6bf2388ecb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:14Z', 'updated_at': '2025-08-03T10:49:14Z', 'revision_number': 0, 'ip': '172.24.4.237'}} 2025-08-03 10:49:15,556 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.530s 2025-08-03 10:49:15,556 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1445326900", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a5ee7952-c760-4ebf-a06d-056998be0c03"}], "security_groups": [{"name": "tempest-securitygroup--959757902"}], "key_name": "tempest-keypair-1850242119", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-691e1207-2829-4415-8b4e-e16c9ce800cc', 'x-compute-request-id': 'req-691e1207-2829-4415-8b4e-e16c9ce800cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--959757902"}], "adminPass": "password"}}' 2025-08-03 10:49:15,651 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.092s 2025-08-03 10:49:15,652 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:15 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-6346df5a-e8f6-498e-8009-0a43950de003', 'x-compute-request-id': 'req-6346df5a-e8f6-498e-8009-0a43950de003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "name": "tempest-AttachVolumeNegativeTest-server-1445326900", "status": "BUILD", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:16Z", "updated": "2025-08-03T10:49:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1850242119", "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-03 10:50:06,056 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.340s 2025-08-03 10:50:06,056 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:05 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-6b6d76a2-cc30-4690-af85-365dddee5cb9', 'x-compute-request-id': 'req-6b6d76a2-cc30-4690-af85-365dddee5cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "name": "tempest-AttachVolumeNegativeTest-server-1445326900", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:15Z", "updated": "2025-08-03T10:49:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1850242119", "OS-SRV-USG:launched_at": "2025-08-03T10:49:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--959757902"}], "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-03 10:50:06,070 98819 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:51:06,325 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/os-interface 0.197s 2025-08-03 10:51:06,325 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applica tion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0be38fee-cd84-4229-83a7-e98be4254860', 'x-compute-request-id': 'req-0be38fee-cd84-4229-83a7-e98be4254860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "port_id": "ea058ca8-6d4e-4369-85eb-bb8c57d6afa7", "mac_addr": "fa:16:3e:52:f3:6a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7a72c149-b34e-4a0a-8b55-349907b6465f", "ip_address": "10.0.0.4"}]}]}' 2025-08-03 10:51:07,344 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea 1.014s 2025-08-03 10:51:07,345 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ea058ca8-6d4e-4369-85eb-bb8c57d6afa7"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-7790e2cb-1df6-4c45-8e89-feed10c1f745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea'} Body: b'{"floatingip": {"id": "b77beb56-81f9-4fd1-9e17-617c9c9589ea", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "floating_ip_address": "172.24.4.237", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "09e65b90-9d25-4c48-b62e-0a80e9f8b70d", "port_id": "ea058ca8-6d4e-4369-85eb-bb8c57d6afa7", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a5ee7952-c760-4ebf-a06d-056998be0c03", "mac_address": "fa:16:3e:52:f3:6a", "admin_state_up": true, "status": "ACTIVE", "device_id": "7a2008b6-b014-458b-a857-a01786e56ec4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:14Z", "updated_at": "2025-08-03T10:51:06Z", "revision_number": 1, "project_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:51:07,346 98819 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.237:22' as 'cirros' with public key authentication 2025-08-03 10:51:07,355 98819 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:51:07,459 98819 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:51:07,460 98819 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.237 successfully created 2025-08-03 10:51:07,520 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/ips 0.059s 2025-08-03 10:51:07,521 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dcd7ab5-837f-4cac-8c14-548e95b64e76', 'x-compute-request-id': 'req-5dcd7ab5-837f-4cac-8c14-548e95b64e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.4" }]}}' 2025-08-03 10:51:07,723 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-03 10:51:07,724 98819 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-139448645"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45796ace-23e8-4faf-9751-3d6a3a10efe1', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45796ace-23e8-4faf-9751-3d6a3a10efe1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ad231059-7dc1-4a25-ad0e-c73c482c888b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:07.662995", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-139448645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:07,796 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b 0.061s 2025-08-03 10:51:07,797 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b781bc24-a473-4dbe-8efe-cf42451bfdc3', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b781bc24-a473-4dbe-8efe-cf42451bfdc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b'} Body: b'{"volume": {"id": "ad231059-7dc1-4a25-ad0e-c73c482c888b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:08.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-139448645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:51:08,861 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b 0.049s 2025-08-03 10:51:08,861 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-503fa3db-7bf1-4e60-a2a2-38339ee5742a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503fa3db-7bf1-4e60-a2a2-38339ee5742a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b'} Body: b'{"volume": {"id": "ad231059-7dc1-4a25-ad0e-c73c482c888b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:08.000000", "updated_at": "2025-08-03T10:51:08.000000", "name": "tempest-AttachVolumeNegativeTest-volume-139448645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ad231059-7dc1-4a25-ad0e-c73c482c888b"}], "user_id": "188a786cac2b41f5bd8205758bc0cf20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30509cab7717416cbd15cd6bf2388ecb"}}' 2025-08-03 10:51:09,006 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.131s 2025-08-03 10:51:09,007 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:08 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-b7705b12-8305-4a4a-ab94-ae0c491f03d4', 'x-compute-request-id': 'req-b7705b12-8305-4a4a-ab94-ae0c491f03d4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'' 2025-08-03 10:51:09,314 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.306s 2025-08-03 10:51:09,315 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab1cfb7-644d-4385-8e68-ef651893d008', 'x-compute-request-id': 'req-0ab1cfb7-644d-4385-8e68-ef651893d008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"server": {"id": "7a2008b6-b014-458b-a857-a01786e56ec4", "name": "tempest-AttachVolumeNegativeTest-server-1445326900", "status": "ACTIVE", "tenant_id": "30509cab7717416cbd15cd6bf2388ecb", "user_id": "188a786cac2b41f5bd8205758bc0cf20", "metadata": {}, "hostId": "17cc25bcd6d4033c6e414468a8ac96cb6182f8f3abe7c9ed180aceac", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:15Z", "updated": "2025-08-03T10:51:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-995598820-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:f3:6a"}, {"version": 4, "addr ": "172.24.4.237", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:f3:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7a2008b6-b014-458b-a857-a01786e56ec4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1850242119", "OS-SRV-USG:launched_at": "2025-08-03T10:49:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--959757902"}], "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-03 10:51:59,460 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4 0.063s 2025-08-03 10:51:59,462 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 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-3139f23c-369b-4791-b507-4313fbeefae3', 'x-compute-request-id': 'req-3139f23c-369b-4791-b507-4313fbeefae3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7a2008b6-b014-458b-a857-a01786e56ec4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7a2008b6-b014-458b-a857-a01786e56ec4 could not be found."}}' 2025-08-03 10:51:59,498 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1850242119 0.034s 2025-08-03 10:51:59,498 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 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-5203a2f9-de47-4109-a804-feeac62c91f8', 'x-compute-request-id': 'req-5203a2f9-de47-4109-a804-feeac62c91f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1850242119'} Body: b'' 2025-08-03 10:51:59,711 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542 0.211s 2025-08-03 10:51:59,711 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6507c25a-9444-4fab-bf9a-63e7720ec32a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542'} Body: b'' 2025-08-03 10:51:59,731 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542 0.019s 2025-08-03 10:51:59,731 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'appli cation/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-acdd2c7a-9fed-4ce4-9bc7-5e7dc0d71f19', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/64c49898-5ffa-4d1c-a88a-3b8de8593542'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 64c49898-5ffa-4d1c-a88a-3b8de8593542 does not exist", "detail": ""}}' 2025-08-03 10:52:00,069 98819 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea 0.337s 2025-08-03 10:52:00,070 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-69600672-649f-4bf2-855f-c422202e1b3f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b77beb56-81f9-4fd1-9e17-617c9c9589ea'} 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 1bce60c4-ac7e-4409-bb2f-0a32af2b028f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:06,686 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.155s 2025-08-03 10:52:06,687 98819 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-2085910330"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80601d25-e212-47e7-84be-1242bccd263f', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80601d25-e212-47e7-84be-1242bccd263f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a3f20e9c-d148-4bc1-9b6c-62cf12ec570b", "name": "tempest-GroupsV320Test-volume-type-2085910330", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:52:06,719 98819 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-03 10:52:06,719 98819 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-2034775790"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7167790b-f37c-40a3-8d28-564e97ab0982', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7167790b-f37c-40a3-8d28-564e97ab0982', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "bbe56539-3010-4bde-959c-c31df8d99973", "name": "tempest-GroupsV320Test-group-type-2034775790", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:52:06,892 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.170s 2025-08-03 10:52:06,893 98819 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": "bbe56539-3010-4bde-959c-c31df8d99973", "volume_types": ["a3f20e9c-d148-4bc1-9b6c-62cf12ec570b"], "name": "tempest-GroupsV320Test-Group-1988625864"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d33b0f4-749c-407d-a3fb-436aa11facdb', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d33b0f4-749c-407d-a3fb-436aa11facdb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "1bce60c4-ac7e-4409-bb2f-0a32af2b028f", "name": "tempest-GroupsV320Test-Group-1988625864"}}' 2025-08-03 10:52:06,925 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f 0.030s 2025-08-03 10:52:06,925 98819 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': 'Sun, 03 Aug 2025 10:52:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/jso n', 'x-compute-request-id': 'req-34ef2ab9-d605-4e5f-bf69-dcfb2e98206b', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34ef2ab9-d605-4e5f-bf69-dcfb2e98206b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f'} Body: b'{"group": {"id": "1bce60c4-ac7e-4409-bb2f-0a32af2b028f", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:52:07.000000", "name": "tempest-GroupsV320Test-Group-1988625864", "description": null, "group_type": "bbe56539-3010-4bde-959c-c31df8d99973", "volume_types": ["a3f20e9c-d148-4bc1-9b6c-62cf12ec570b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:52:07,962 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f 0.029s 2025-08-03 10:52:07,962 98819 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': 'Sun, 03 Aug 2025 10:52:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5136c613-7834-4ac3-9740-146f3c3b2d67', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5136c613-7834-4ac3-9740-146f3c3b2d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f'} Body: b'{"group": {"id": "1bce60c4-ac7e-4409-bb2f-0a32af2b028f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:52:07.000000", "name": "tempest-GroupsV320Test-Group-1988625864", "description": null, "group_type": "bbe56539-3010-4bde-959c-c31df8d99973", "volume_types": ["a3f20e9c-d148-4bc1-9b6c-62cf12ec570b"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:52:08,001 98819 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-03 10:52:08,001 98819 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': 'Sun, 03 Aug 2025 10:52:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae61301-7cc8-410e-9f8e-a8afa82ec633', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae61301-7cc8-410e-9f8e-a8afa82ec633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:52:08,073 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f/action 0.056s 2025-08-03 10:52:08,073 98819 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': 'Sun, 03 Aug 2025 10:52:08 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-b193a6d1-ba9e-4117-b6d9-00a46c8d681a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f/action'} Body: b'' 2025-08-03 10:52:08,090 98819 INFO [tempest.lib.common.rest _client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f 0.016s 2025-08-03 10:52:08,090 98819 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': 'Sun, 03 Aug 2025 10:52:08 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-b90b2bf2-08ce-4ebd-abe2-2bd1f4e063e4', 'x-openstack-request-id': 'req-b90b2bf2-08ce-4ebd-abe2-2bd1f4e063e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/1bce60c4-ac7e-4409-bb2f-0a32af2b028f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1bce60c4-ac7e-4409-bb2f-0a32af2b028f could not be found."}}' 2025-08-03 10:52:08,118 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/bbe56539-3010-4bde-959c-c31df8d99973 0.027s 2025-08-03 10:52:08,118 98819 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': 'Sun, 03 Aug 2025 10:52:08 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-408ca84f-8fb4-4754-87b3-565f0b507beb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/bbe56539-3010-4bde-959c-c31df8d99973'} Body: b'' 2025-08-03 10:52:08,169 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b 0.050s 2025-08-03 10:52:08,169 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-4b93f954-5416-47eb-a655-823a5ef51321', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b'} Body: b'' 2025-08-03 10:52:08,187 98819 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b 0.017s 2025-08-03 10:52:08,187 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:08 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-1bec68bf-6fba-4711-9ad2-85583f7ccdb4', 'x-openstack-request-id': 'req-1bec68bf-6fba-4711-9ad2-85583f7ccdb4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a3f20e9c-d148-4bc1-9b6c-62cf12ec570b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a3f20e9c-d148-4bc1-9b6c-62cf12ec570b 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 7ca6c85f-f809-4fbb-b894-e5bc91a745fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:35,033 98817 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:49:35,033 98817 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:49:35,337 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.301s 2025-08-03 10:49:35,338 98817 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-919107053", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIL0WUklleco4FuqWrWu9OCEoLuVWAwBC7gF+f6q32SxDUDSh1y1desZzNtiYiNZiT+abPco7LchRms2wYwDqnFxk1WiJ3eQZHASeWJ0Q0RXtK2TOHLuNAQL2Ex0lAaw4Q=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 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-90705bcc-f8dd-4cee-bc27-643687b8ece5', 'x-compute-request-id': 'req-90705bcc-f8dd-4cee-bc27-643687b8ece5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-919107053", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIL0WUklleco4FuqWrWu9OCEoLuVWAwBC7gF+f6q32SxDUDSh1y1desZzNtiYiNZiT+abPco7LchRms2wYwDqnFxk1WiJ3eQZHASeWJ0Q0RXtK2TOHLuNAQL2Ex0lAaw4Q==", "fingerprint": "83:da:74:c9:27:0a:6e:d0:7e:5f:e5:82:bf:ed:0e:25", "user_id": "a140f1dd10d146fd93958f85449cf90b"}}' 2025-08-03 10:49:35,344 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-919107053 created 2025-08-03 10:49:35,667 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.322s 2025-08-03 10:49:35,667 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--842861105", "description": "tempest-description--710770685"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-664234b7-c335-40c8-aae1-3c33f4bbe38a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e5cca479-802b-47ac-8f08-c972d628c720", "name": "tempest-securitygroup--842861105", "stateful": true, "tenant_id": "a191795414a94863bfc39f848dc7dada", "description": "tempest-description--710770685", "shared": false, "security_group_rules": [{"id": "ba26c9d6-26e4-4cd3-a626-ad3c495c9d71", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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": 824, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 0}, {"id": "c2331d16-a6a8-4557-83c4-7b47b98f7833", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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": 823, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:49:35,933 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.265s 2025-08-03 10:49:35,933 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e770fe87-4a93-42be-a37c-374039aab714', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e47a47d3-dc2d-4a69-8167-480bac5de267", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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-03T10:49:35Z", "updated_at": "2025-08-03T10:49:35Z", "revision_number": 0}}' 2025-08-03 10:49:36,205 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.271s 2025-08-03 10:49:36,206 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-1ea50a62-223c-461b-9279-891c525fb829', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b3c87cf-cb80-4700-ac48-91d30f61238b", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "e5cca479-802b-47ac-8f08-c972d628c720", "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-03T10:49:36Z", "updated_at": "2025-08-03T10:49:36Z", "revision_number": 0}}' 2025-08-03 10:49:36,206 98817 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--842861105 created 2025-08-03 10:49:36,912 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.705s 2025-08-03 10:49:36,912 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7dc4c0e8-350f-47ca-912f-bdf015775379', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9a9ebec8-5042-4102-8711-b4664e85614a", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.226", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a191795414a94863bfc39f848dc7dada", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:36Z", "updated_at": "2025-08-03T10:49:36Z", "revision_number": 0}}' 2025-08-03 10:49:36,912 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9a9ebec8-5042-4102-8711-b4664e85614a', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:36Z', 'updated_at': '2025-08-03T10:49:36Z', 'revision_number': 0, 'ip': '172.24.4.226'} created 2025-08-03 10:49:36,969 98817 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.048s 2025-08-03 10:49:36,969 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4780d9ca-e10d-4f4b-a9c1-454c464bb198', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a140f1dd10d146fd93958f85449cf90b", "name": "tempest-AttachVolumeShelveTestJSON-1400833495-project-member", "password_expires_at": null}, "audit_ids": ["_ZrAluBUSDWBQP43PocmDQ"], "expires_at": "2025-08-03T11:49:36.000000Z", "issued_at": "2025-08-03T10:49:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a191795414a94863bfc39f848dc7dada", "name": "tempest-AttachVolumeShelveTestJSON-1400833495"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a191795414a94863bfc39f848dc7dada", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "re gion_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:49:36,970 98817 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'cd9df0e6-8c59-4067-9f19-e5dcd3718730', 'name': 'tempest-AttachVolumeShelveTestJSON-1266744320-network', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a191795414a94863bfc39f848dc7dada', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29665, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:49:27Z', 'updated_at': '2025-08-03T10:49:27Z', 'revision_number': 1} available for tenant 2025-08-03 10:49:36,970 98817 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-919107053', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIL0WUklleco4FuqWrWu9OCEoLuVWAwBC7gF+f6q32SxDUDSh1y1desZzNtiYiNZiT+abPco7LchRms2wYwDqnFxk1WiJ3eQZHASeWJ0Q0RXtK2TOHLuNAQL2Ex0lAaw4Q==', 'fingerprint': '83:da:74:c9:27:0a:6e:d0:7e:5f:e5:82:bf:ed:0e:25', 'user_id': 'a140f1dd10d146fd93958f85449cf90b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCWLILV8h32nA2ieZAv8wvzguZOv+M9QnBWUyK7eNBvcuRsJG43j8Y5\nW2JUr4KzTvWgBwYFK4EEACKhZANiAASC9FlJJZXnKOBbqlq1rvTghKC7lVgMAQu4\nBfn+qt9ksQ1A0odctXXrGczbYmIjWYk/mmz3KOy3IUZrNsGMA6pxcZNVoid3kGRw\nEnlidENEV7Stkzhy7jQEC9hMdJQGsOE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e5cca479-802b-47ac-8f08-c972d628c720', 'name': 'tempest-securitygroup--842861105', 'stateful': True, 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'description': 'tempest-description--710770685', 'shared': False, 'security_group_rules': [{'id': 'ba26c9d6-26e4-4cd3-a626-ad3c495c9d71', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'e5cca479-802b-47ac-8f08-c972d628c720', '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': 824, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:49:35Z', 'updated_at': '2025-08-03T10:49:35Z', 'revision_number': 0}, {'id': 'c2331d16-a6a8-4557-83c4-7b47b98f7833', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'e5cca479-802b-47ac-8f08-c972d628c720', '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': 823, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '202 5-08-03T10:49:35Z', 'updated_at': '2025-08-03T10:49:35Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:49:35Z', 'updated_at': '2025-08-03T10:49:35Z', 'revision_number': 1, 'project_id': 'a191795414a94863bfc39f848dc7dada'}, 'floating_ip': {'id': '9a9ebec8-5042-4102-8711-b4664e85614a', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.226', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:49:36Z', 'updated_at': '2025-08-03T10:49:36Z', 'revision_number': 0, 'ip': '172.24.4.226'}} 2025-08-03 10:49:37,570 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.599s 2025-08-03 10:49:37,571 98817 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-2137448880", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "cd9df0e6-8c59-4067-9f19-e5dcd3718730"}], "security_groups": [{"name": "tempest-securitygroup--842861105"}], "key_name": "tempest-keypair-919107053", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505', '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-31214ca8-91fc-46f5-9987-9676912b8902', 'x-compute-request-id': 'req-31214ca8-91fc-46f5-9987-9676912b8902', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--842861105"}], "adminPass": "password"}}' 2025-08-03 10:49:37,658 98817 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/b5a69521-e9cf-4402-b2db-044263f05505 0.084s 2025-08-03 10:49:37,659 98817 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': 'Sun, 03 Aug 2025 10:49:37 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-b8f3d354-2b05-4a32-b3f7-87b48c45658a', 'x-compute-request-id': 'req-b8f3d354-2b05-4a32-b3f7-87b48c45658a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "name": "tempest-AttachVolumeShelveTestJSON-server-2137448880", "status": "BUILD", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1dd10d146 fd93958f85449cf90b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:38Z", "updated": "2025-08-03T10:49:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-919107053", "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-03 10:50:27,938 98817 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/b5a69521-e9cf-4402-b2db-044263f05505 0.211s 2025-08-03 10:50:27,939 98817 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': 'Sun, 03 Aug 2025 10:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1584', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed5bcfd-7441-4ac7-8bb7-3929da397fe0', 'x-compute-request-id': 'req-4ed5bcfd-7441-4ac7-8bb7-3929da397fe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "name": "tempest-AttachVolumeShelveTestJSON-server-2137448880", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:37Z", "updated": "2025-08-03T10:49:54Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:49:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-919107053", "OS-SRV-USG:launched_at": "2025-08-03T10:49:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--842861105"}], "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-03 10:50:27,958 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:51:28,154 98817 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/b5a69521-e9cf-4402 -b2db-044263f05505/os-interface 0.164s 2025-08-03 10:51:28,154 98817 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': 'Sun, 03 Aug 2025 10:51:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c0cd14b-2271-47e7-b727-b5ba240bfaca', 'x-compute-request-id': 'req-3c0cd14b-2271-47e7-b727-b5ba240bfaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "port_id": "4052f14c-bff8-4daa-9286-4ebb41030cf7", "mac_addr": "fa:16:3e:92:49:27", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "69ea4383-2e23-4254-8e76-b07aec3fd118", "ip_address": "10.0.0.8"}]}]}' 2025-08-03 10:51:29,091 98817 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/9a9ebec8-5042-4102-8711-b4664e85614a 0.931s 2025-08-03 10:51:29,092 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4052f14c-bff8-4daa-9286-4ebb41030cf7"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bdde4922-0618-4a38-9071-7431d7b87dc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9a9ebec8-5042-4102-8711-b4664e85614a'} Body: b'{"floatingip": {"id": "9a9ebec8-5042-4102-8711-b4664e85614a", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.226", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "c396eeb4-677b-40c2-b361-35833c5c4c63", "port_id": "4052f14c-bff8-4daa-9286-4ebb41030cf7", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "mac_address": "fa:16:3e:92:49:27", "admin_state_up": true, "status": "ACTIVE", "device_id": "b5a69521-e9cf-4402-b2db-044263f05505", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:49:36Z", "updated_at": "2025-08-03T10:51:28Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:51:29,096 98817 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.226:22' as 'cirros' with public key authentication 2025-08-03 10:51:29,110 98817 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:51:29,213 98817 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:51:29,214 98817 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.226 successfully created 2025-08-03 10:51:29,255 98817 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/b5a69521-e9cf-4402-b2db-044263f05505/ips 0.040s 2025-08-03 10:51:29,255 98817 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': 'Sun, 03 Aug 2025 10:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', '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-0d242f4b-fdb1-431f-a052-8e7cca718df8', 'x-compute-request-id': 'req-0d242f4b-fdb1-431f-a052-8e7cca718df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2025-08-03 10:51:29,506 98817 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.247s 2025-08-03 10:51:29,507 98817 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-1871375732"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1516e59b-af1f-429c-93df-a9be8f03d0f7', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1516e59b-af1f-429c-93df-a9be8f03d0f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7ca6c85f-f809-4fbb-b894-e5bc91a745fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:29.392000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1871375732", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:29,557 98817 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/7ca6c85f-f809-4fbb-b894-e5bc91a745fb 0.036s 2025-08-03 10:51:29,557 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414b38cb-ed3d-4cff-8c1e-be70cd1df420', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414b38cb-ed3d-4cff-8c1e-be70cd1df420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb'} Body: b'{"volume": {"id": "7ca6c85f-f809-4fbb-b894-e5bc91a745fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:29.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1871375732", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:5 1:30,608 98817 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/7ca6c85f-f809-4fbb-b894-e5bc91a745fb 0.037s 2025-08-03 10:51:30,609 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f426678-4d26-4c0c-b37f-7e82061f0369', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f426678-4d26-4c0c-b37f-7e82061f0369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb'} Body: b'{"volume": {"id": "7ca6c85f-f809-4fbb-b894-e5bc91a745fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:29.000000", "updated_at": "2025-08-03T10:51:30.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1871375732", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ca6c85f-f809-4fbb-b894-e5bc91a745fb"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:51:30,736 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505 0.110s 2025-08-03 10:51:30,736 98817 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': 'Sun, 03 Aug 2025 10:51:30 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-5c32396b-275c-4223-b364-688c556d1bcd', 'x-compute-request-id': 'req-5c32396b-275c-4223-b364-688c556d1bcd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'' 2025-08-03 10:51:30,899 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505 0.162s 2025-08-03 10:51:30,900 98817 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': 'Sun, 03 Aug 2025 10:51:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bac98d4-1aea-4ce4-ae59-d4e7ca2d17d2', 'x-compute-request-id': 'req-6bac98d4-1aea-4ce4-ae59-d4e7ca2d17d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"server": {"id": "b5a69521-e9cf-4402-b2db-044263f05505", "name": "tempest-AttachVolumeShelveTestJSON-server-2137448880", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39f848dc7dad a", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:49:37Z", "updated": "2025-08-03T10:51:31Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:49:27"}, {"version": 4, "addr": "172.24.4.226", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:49:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b5a69521-e9cf-4402-b2db-044263f05505"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-919107053", "OS-SRV-USG:launched_at": "2025-08-03T10:49:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--842861105"}], "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-03 10:52:21,000 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505 0.032s 2025-08-03 10:52:21,000 98817 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': 'Sun, 03 Aug 2025 10:52:20 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-4ad09a46-e875-4c29-9fbb-503871348293', 'x-compute-request-id': 'req-4ad09a46-e875-4c29-9fbb-503871348293', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b5a69521-e9cf-4402-b2db-044263f05505'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b5a69521-e9cf-4402-b2db-044263f05505 could not be found."}}' 2025-08-03 10:52:21,028 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-919107053 0.027s 2025-08-03 10:52:21,028 98817 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': 'Sun, 03 Aug 2025 10:52: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-7a08de55-7329-4338-a6d9-c9b699d8d8a0', 'x-compute-request-id': 'req-7a08de55-7329-4338-a6d9-c9b699d8d8a0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-919107053'} Body: b'' 2025-08-03 10:52:21,376 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720 0.347s 2025-08-03 10:52:21,376 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f2f8d1db-5168-4ed9-b520-f67cb2f16f27', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720'} Body: b'' 2025-08-03 10:52:21,393 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720 0.017s 2025-08-03 10:52:21,394 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-927e7caf-55aa-4713-a816-c3e95ef1041d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/e5cca479-802b-47ac-8f08-c972d628c720'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e5cca479-802b-47ac-8f08-c972d628c720 does not exist", "detail": ""}}' 2025-08-03 10:52:22,332 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9a9ebec8-5042-4102-8711-b4664e85614a 0.937s 2025-08-03 10:52:22,332 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-27a92bde-05c4-4f47-959e-3151b61a5e67', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9a9ebec8-5042-4102-8711-b4664e85614a'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 505, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6ff94d4-bb06-4549-a22e-59d908e4ab0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:23,015 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.347s 2025-08-03 10:50:23,016 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7318faca-06e4-4ef2-a7e6-427329526b4b', 'x-compute-request-id': 'req-7318faca-06e4-4ef2-a7e6-427329526b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "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-03 10:51:23,186 98833 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.088s 2025-08-03 10:51:23,187 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:23 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-4a6e0e0b-3aa8-49d5-a486-4530f21789cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "98093ab42cb14f66969d53cec6a1ea76", "name": "tempest-ServerActionsTestOtherA-772946519-project-member", "password_expires_at": null}, "audit_ids": ["Egg4YvRMT-av8_-w-_bK0g"], "expires_at": "2025-08-03T11:51:23.000000Z", "issued_at": "2025-08-03T10:51:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "83bd07ec02bd4a03b39848c612ee6abb", "name": "tempest-ServerActionsTestOtherA-772946519"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd2 9d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/83bd07ec02bd4a03b39848c612ee6abb", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:51:23,188 98833 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': '0ef854e6-7276-4919-87b6-282c94ec4dcf', 'name': 'tempest-ServerActionsTestOtherA-1415491975-network', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44170, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:42:37Z', 'updated_at': '2025-08-03T10:42:37Z', 'revision_number': 1} available for tenant 2025-08-03 10:51:23,189 98833 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1808416125', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBeh7hazjc4VvzE2NQZR0dov4hTFN+JdHagU4kAWk6zWaYBEqSHr/MRVFEIUGE/F4uroTpJBcmFo7Wa20t+M5HAlgNfJn5QZOqpsgzk52PoKBeeMr3++D7ILzEMSEJbeJw==', 'fingerprint': '87:5e:20:7e:41:c5:05:3f:65:a9:4f:14:0b:33:44:f2', 'user_id': '98093ab42cb14f66969d53cec6a1ea76', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhg8o16/LKkr+qK2NLm3iINj8atOpuk/7UBHJQCKIUJ6nTWO8ZEE6/\niKPNd9bYFN6gBwYFK4EEACKhZANiAAQXoe4Ws43OFb8xNjUGUdHaL+IUxTfiXR2o\nFOJAFpOs1mmARKkh6/zEVRRCFBhPxeLq6E6SQXJhaO1mttLfjORwJYDXyZ+UGTqq\nbIM5Odj6CgXnjK9/vg+yC8xDEhCW3ic=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '408bbbee-164e-4c2e-89c4-1619d178a8d9', 'name': 'tempest-securitygroup--37247785', 'stateful': True, 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': 'tempest-description--310046464', 'shared': False, 'security_group_rules': [{'id': '0b20bdc8-3372-45a8-8371-f0e931bb77ee', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '408bbbee-164e-4c2e-89c4-1619d178a8d9', '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': 217, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0}, {'id': '863b4848-9f15-4482-9138-3ef075c5844c', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'security_group_id': '408bbbee-164e-4c2e-89c4-1619d178a8d9', '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-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:43:04Z', 'updated_at': '2025-08-03T10:43:04Z', 'revision_number': 1, 'project_id': '83bd07ec02bd4a03b39848c612ee6abb'}, 'floating_ip': {'id': '45e5514e-6b7d-4fc5-a045-062b0aa7f30f', 'tenant_id': '83bd07ec02bd4a03b39848c612ee6abb', 'floating_ip_address': '172.24.4.18', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '83bd07ec02bd4a03b39848c612ee6abb', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:43:17Z', 'updated_at': '2025-08-03T10:43:17Z', 'revision_number': 0, 'ip': '172.24.4.18'}} 2025-08-03 10:51:23,528 98833 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.337s 2025-08-03 10:51:23,528 98833 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-916101267", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809f783b-ea0d-4d06-8f5e-c2292a522006', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809f783b-ea0d-4d06-8f5e-c2292a522006', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b6ff94d4-bb06-4549-a22e-59d908e4ab0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:23.456622", "updated_at": null, "name": "tempest-tempest.common.compute-volume-916101267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:51:23,595 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.042s 2025-08-03 10:51:23,595 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': ' req-2a78ecb5-57d3-4104-98bc-1f52231acbf4', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a78ecb5-57d3-4104-98bc-1f52231acbf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'{"volume": {"id": "b6ff94d4-bb06-4549-a22e-59d908e4ab0a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:23.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-916101267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:51:24,645 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.035s 2025-08-03 10:51:24,645 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd92b17d-69dc-46f2-87dc-3c3ac49287d4', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd92b17d-69dc-46f2-87dc-3c3ac49287d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'{"volume": {"id": "b6ff94d4-bb06-4549-a22e-59d908e4ab0a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:51:23.000000", "updated_at": "2025-08-03T10:51:24.000000", "name": "tempest-tempest.common.compute-volume-916101267", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a"}], "user_id": "98093ab42cb14f66969d53cec6a1ea76", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "83bd07ec02bd4a03b39848c612ee6abb"}}' 2025-08-03 10:51:24,751 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.093s 2025-08-03 10:51:24,752 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51: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-89d49d45-f017-432e-a08f-85c101ccba5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'' 2025-08-03 10:51:24,773 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/volume s/b6ff94d4-bb06-4549-a22e-59d908e4ab0a 0.021s 2025-08-03 10:51:24,774 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51: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-7374e0fa-9261-4675-b266-743454965495', 'x-openstack-request-id': 'req-7374e0fa-9261-4675-b266-743454965495', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b6ff94d4-bb06-4549-a22e-59d908e4ab0a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6ff94d4-bb06-4549-a22e-59d908e4ab0a could not be found."}}' 2025-08-03 10:51:24,774 98833 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-03 10:51:25,019 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035 0.243s 2025-08-03 10:51:25,020 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efa65adc-254f-475d-aebc-496cd2dff947', 'x-compute-request-id': 'req-efa65adc-254f-475d-aebc-496cd2dff947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035'} Body: b'{"server": {"id": "b055d725-016e-46b4-8b43-fed2288cf035", "name": "tempest-ServerActionsTestOtherA-server-1789764522", "status": "ACTIVE", "tenant_id": "83bd07ec02bd4a03b39848c612ee6abb", "user_id": "98093ab42cb14f66969d53cec6a1ea76", "metadata": {}, "hostId": "b05251610f2c9c4f7954d0e694d7c5ff3b4e97c13830ee804b0eea04", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:43:38Z", "updated": "2025-08-03T10:44:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1415491975-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:c0:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b055d725-016e-46b4-8b43-fed2288cf035"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b055d725-016e-46b4-8b43-fed2288cf035"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1808416125", "OS-SRV-USG:launched_at": "2025-08-03T10:44:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37247785"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' setUpClass (tempest.api.volume.test_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 2710f86a-1788-4e0f-b598-a546d476b8cd failed to build and is in ERROR status 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 b0d5dd99-7be0-4e74-a547-4ad9da01d738 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:32,290 98819 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.445s 2025-08-03 10:52:32,290 98819 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-203523268"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5036d62e-4f71-4bb4-8509-9490a8c88897', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5036d62e-4f71-4bb4-8509-9490a8c88897', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.174835", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:32,342 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.040s 2025-08-03 10:52:32,343 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8740c874-ffe1-43fb-938d-c4c55a93b87a', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8740c874-ffe1-43fb-938d-c4c55a93b87a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b1b83d293ce4bfca1e5ee6e1896ed77"}}' 2025-08-03 10:52:33,417 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.060s 2025-08-03 10:52:33,418 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-fba4d675-a96f-4e59-a102-b102da2a243d', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba4d675-a96f-4e59-a102-b102da2a243d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.000000", "updated_at": "2025-08-03T10:52:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b1b83d293ce4bfca1e5ee6e1896ed77"}}' 2025-08-03 10:52:33,471 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.038s 2025-08-03 10:52:33,472 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d102f25-07e0-46d8-8e38-684cca38e1fa', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d102f25-07e0-46d8-8e38-684cca38e1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"volume": {"id": "b0d5dd99-7be0-4e74-a547-4ad9da01d738", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T10:52:32.000000", "updated_at": "2025-08-03T10:52:32.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-203523268", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738"}], "user_id": "aafbb92b6c264c4e8acc089e63b7160a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4b1b83d293ce4bfca1e5ee6e1896ed77"}}' 2025-08-03 10:52:33,593 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738 0.107s 2025-08-03 10:52:33,593 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-2c2de5d1-406c-4fbe-b63c-4818a78ced75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'' 2025-08-03 10:52:33,614 98819 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74- a547-4ad9da01d738 0.020s 2025-08-03 10:52:33,614 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-3e19cfc7-02b9-4ec2-9b7b-8ce20f26940b', 'x-openstack-request-id': 'req-3e19cfc7-02b9-4ec2-9b7b-8ce20f26940b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b0d5dd99-7be0-4e74-a547-4ad9da01d738'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b0d5dd99-7be0-4e74-a547-4ad9da01d738 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 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 7ac48881-e1b5-4ea3-8257-466c976d2f02 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:37,599 98819 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.390s 2025-08-03 10:52:37,599 98819 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-1282877080"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a089a0d9-0122-4180-b6cb-7d541723a94c', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a089a0d9-0122-4180-b6cb-7d541723a94c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7ac48881-e1b5-4ea3-8257-466c976d2f02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:37.517171", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1282877080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}], "user_id": "9feb960d26974d118a98a68d66952b5a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:37,653 98819 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/7ac48881-e1b5-4ea3-8257-466c976d2f02 0.041s 2025-08-03 10:52:37,653 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4258ef6-3d81-439d-914e-dcd3275775e2', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4258ef6-3d81-439d-914e-dcd3275775e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02'} Body: b'{"volume": {"id": "7ac48881-e1b5-4ea3-8257-466c976d2f02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:38.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1282877080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}], "user_id": "9feb960d26974d118a98a68d66952b5a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b26ea272f2a4787b9e301e71a9a0e20"}}' 2025-08-03 10:52:38,705 98819 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/7ac48881-e1b5-4ea3-8257-466c976d2f02 0.037s 2025-08-03 10:52:38,705 98819 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10 :52:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f338fab-ee85-4ce0-8505-66dd2bb1a80a', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f338fab-ee85-4ce0-8505-66dd2bb1a80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02'} Body: b'{"volume": {"id": "7ac48881-e1b5-4ea3-8257-466c976d2f02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:38.000000", "updated_at": "2025-08-03T10:52:38.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1282877080", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7ac48881-e1b5-4ea3-8257-466c976d2f02"}], "user_id": "9feb960d26974d118a98a68d66952b5a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b26ea272f2a4787b9e301e71a9a0e20"}}' 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 84a585bf-7226-4c9f-82b2-20f96ad3c715 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-03T10:52:29Z', 'message': 'Build of instance 84a585bf-7226-4c9f-82b2-20f96ad3c715 aborted: Volume 9e8b4c21-2285-409f-8ce4-5e5f220deef3 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-5b07876f-6b0f-44d2-91c2-072d7d0dae83. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:49:11,263 98821 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.085s 2025-08-03 10:49:11,264 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b8eb4e47-223b-4342-9714-0b2af8d6b791', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["G5hs3NAcTlWo-i3gJjViuA"], "expires_at": "2025-08-03T11:49:11.000000Z", "issued_at": "2025-08-03T10:49:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:49:11,264 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:49:11,855 98821 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.589s 2025-08-03 10:49:11,855 98821 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-561736919", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:49:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb', '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-b4a4489a-e86e-4a24-a06f-c1cfe6d8fee6', 'x-compute-request-id': 'req-b4a4489a-e86e-4a24-a06f-c1cfe6d8fee6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TUXsYE69K5d5"}}' 2025-08-03 10:49:11,977 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb 0.119s 2025-08-03 10:49:11,978 98821 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': 'Sun, 03 Aug 2025 10:49:11 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-c2c387f5-b24f-4ce4-b819-c968bcf7b72b', 'x-compute-request-id': 'req-c2c387f5-b24f-4ce4-b819-c968bcf7b72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-561736919", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:49:12Z", "updated": "2025-08-03T10:49:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "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:term inated_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-03 10:50:02,412 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb 0.396s 2025-08-03 10:50:02,413 98821 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': 'Sun, 03 Aug 2025 10:50:02 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-54128cc2-b7f2-4814-a128-673724745861', 'x-compute-request-id': 'req-54128cc2-b7f2-4814-a128-673724745861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-561736919", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:49:11Z", "updated": "2025-08-03T10:49:28Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:61:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:49:27.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-03 10:50:02,432 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:51:03,383 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb/action 0.911s 2025-08-03 10:51:03,383 98821 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-1045425364"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version, X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e47ddb-64e0-47ee-b524-6a422538cbaf', 'x-compute-request-id': 'req-40e47ddb-64e0-47ee-b524-6a422538cbaf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb/action'} Body: b'{"image_id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237"}' 2025-08-03 10:51:03,416 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.031s 2025-08-03 10:51:03,416 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d868fca9-31fc-4915-bce4-e72d854b0207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:04,446 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.028s 2025-08-03 10:51:04,446 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-802266be-f697-4fef-ae71-3b23081dac5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e 6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:05,469 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.021s 2025-08-03 10:51:05,469 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-88a3a48e-90ff-4b29-a32e-5dec40e036a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:06,492 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.021s 2025-08-03 10:51:06,493 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-15967996-1db8-45d4-a5e4-b86bf785ac3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFrom VolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:07,516 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.021s 2025-08-03 10:51:07,516 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e248d066-a72e-4e86-8d83-4d9571774009', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:08,540 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.023s 2025-08-03 10:51:08,540 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-948fcb84-bc1d-48f3-8b57-2a18b3f41b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "boot_role s": "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:09,569 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.027s 2025-08-03 10:51:09,569 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e5e1d9ae-ba82-4ad1-98e8-a18752eb8e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:03Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:10,595 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.025s 2025-08-03 10:51:10,596 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'applic ation/json', 'x-openstack-request-id': 'req-c232fd8b-2d35-4d6c-b859-e7042094454e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:10Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:11,620 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.023s 2025-08-03 10:51:11,621 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-46b67b29-e261-41d1-902a-d15b661dd03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "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": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:11Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:12,659 98821 INFO [tempest.lib.common.rest_client] Request (S erverBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.036s 2025-08-03 10:51:12,659 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c227704-50ce-4cb4-bc3f-eabef6b2c55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1045425364", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "6675657c9c618abbe7ddaed5a6c46673", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cf5d73b384ae84391569bf58798a05d16951992220db82952b6dc74b8e0e33e4b228011a1207bc36b61a7ddba29521b1710530327aaa836d1f9888147149722d", "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:12Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:12,682 98821 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/9d46c3b8-fcca-4e38-9e0a-51fe96a68237 0.022s 2025-08-03 10:51:12,683 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b30cafb2-6ae1-4184-bcb4-c96cd718a66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "owner_id": "7867cce719634a06bdd80d4689fcd648", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-211329019", "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-211329019-project-member", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-image- 1045425364", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "6675657c9c618abbe7ddaed5a6c46673", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7867cce719634a06bdd80d4689fcd648", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "cf5d73b384ae84391569bf58798a05d16951992220db82952b6dc74b8e0e33e4b228011a1207bc36b61a7ddba29521b1710530327aaa836d1f9888147149722d", "id": "9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "created_at": "2025-08-03T10:51:03Z", "updated_at": "2025-08-03T10:51:12Z", "tags": [], "self": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237", "file": "/v2/images/9d46c3b8-fcca-4e38-9e0a-51fe96a68237/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:51:12,927 98821 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/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb 0.244s 2025-08-03 10:51:12,927 98821 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': 'Sun, 03 Aug 2025 10:51:12 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-79a3ded6-5a96-4b6c-8198-af8c91f5fcdc', 'x-compute-request-id': 'req-79a3ded6-5a96-4b6c-8198-af8c91f5fcdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb'} Body: b'{"server": {"id": "4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-561736919", "status": "ACTIVE", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "ae87926b8f2c49f9bb4428c35a42ab0f5f25751e6585b931206ecb16", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:49:11Z", "updated": "2025-08-03T10:51:12Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-818451131-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:61:94"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4b748cdb-eec7-4e26-9d06-fc2bc1ea14fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:49:27.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-03 10:52:13,099 98821 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.086s 2025-08-03 10:52:13,099 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' application/json', 'content-length': '2519', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-16c89b30-31e1-4cb2-b4e9-75c11f670e9f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fc37992b1f0a46e6b1e70e55ccd07027", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019-project-member", "password_expires_at": null}, "audit_ids": ["XWtTfft4RPy1p_bpRdLAlA"], "expires_at": "2025-08-03T11:52:13.000000Z", "issued_at": "2025-08-03T10:52:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7867cce719634a06bdd80d4689fcd648", "name": "tempest-ServerBootFromVolumeStableRescueTest-211329019"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7867cce719634a06bdd80d4689fcd648", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:52:13,100 98821 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '56907511-03ba-4a1d-b117-eeb86431d529', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-818451131-network', 'tenant_id': '7867cce719634a06bdd80d4689fcd648', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7867cce719634a06bdd80d4689fcd648', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28486, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:44:13Z', 'updated_at': '2025-08-03T10:44:14Z', 'revision_number': 1} available for tenant 2025-08-03 10:52:13,702 98821 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.602s 2025-08-03 10:52:13,703 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicatio n/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-271454378", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "destination_type": "volume"}], "networks": [{"uuid": "56907511-03ba-4a1d-b117-eeb86431d529"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715', '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-5b07876f-6b0f-44d2-91c2-072d7d0dae83', 'x-compute-request-id': 'req-5b07876f-6b0f-44d2-91c2-072d7d0dae83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "84a585bf-7226-4c9f-82b2-20f96ad3c715", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bTQh4usCPHtX"}}' 2025-08-03 10:52:13,802 98821 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/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.096s 2025-08-03 10:52:13,803 98821 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': 'Sun, 03 Aug 2025 10:52:13 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-3fedb55b-f64d-4e1f-a7ec-09f27e049b63', 'x-compute-request-id': 'req-3fedb55b-f64d-4e1f-a7ec-09f27e049b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'{"server": {"id": "84a585bf-7226-4c9f-82b2-20f96ad3c715", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-271454378", "status": "BUILD", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:52:14Z", "updated": "2025-08-03T10:52:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}], "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-03 10:53:03,958 98821 INFO [tempest.lib.com mon.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.123s 2025-08-03 10:53:03,958 98821 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': 'Sun, 03 Aug 2025 10:53:03 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-22d56310-d142-4809-a326-fee32da6abf4', 'x-compute-request-id': 'req-22d56310-d142-4809-a326-fee32da6abf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'{"server": {"id": "84a585bf-7226-4c9f-82b2-20f96ad3c715", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-271454378", "status": "ERROR", "tenant_id": "7867cce719634a06bdd80d4689fcd648", "user_id": "fc37992b1f0a46e6b1e70e55ccd07027", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-03T10:52:13Z", "updated": "2025-08-03T10:52:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-03T10:52:29Z", "message": "Build of instance 84a585bf-7226-4c9f-82b2-20f96ad3c715 aborted: Volume 9e8b4c21-2285-409f-8ce4-5e5f220deef3 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-03 10:53:03,986 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-03 10:53:04,296 98821 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/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.309s 2025-08-03 10:53:04,296 98821 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': 'Sun, 03 Aug 2025 10:53:03 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-1cbbf2d2-d05a-41cd-95a9-730938b92c9d', 'x-compute-request-id': 'req-1cbbf2d2-d05a-41cd-95a9-730938b92c9d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'' 2025-08-03 10:53:04,335 98821 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/84a585bf-7226-4c9f-82b2-20f96ad3c715 0.038s 2025-08-03 10:53:04,335 98821 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': 'Sun, 03 Aug 2025 10:53:04 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-83fe0ddd-712e-4dc0-891b-a42070c29302', 'x-compute-request-id': 'req-83fe0ddd-712e-4dc0-891b-a42070c29302', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84a585bf-7226-4c9f-82b2-20f96ad3c715'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 84a585bf-7226-4c9f-82b2-20f96ad3c715 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 466e70ab-ed98-4b10-b845-a3a365751268 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:50:22,817 98825 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:50:22,817 98825 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:50:23,064 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.245s 2025-08-03 10:50:23,064 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1192265964", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNr5khmq33QnltlzNdiSzo2ntEQil6J6jW3QiayzRJYfPFK1RiwNK57QIPO51vYvD6NnpBz4HCj/RNEWQa1MfaeSKIDdQ3FzTyMhr76gJ/hIoH0FTRK+LD58pJBs95XsDQ=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:22 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-90fab1d1-79a7-4ced-ae28-103e864f16a5', 'x-compute-request-id': 'req-90fab1d1-79a7-4ced-ae28-103e864f16a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1192265964", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNr5khmq33QnltlzNdiSzo2ntEQil6J6jW3QiayzRJYfPFK1RiwNK57QIPO51vYvD6NnpBz4HCj/RNEWQa1MfaeSKIDdQ3FzTyMhr76gJ/hIoH0FTRK+LD58pJBs95XsDQ==", "fingerprint": "f9:88:fe:b9:06:f3:4c:7d:55:e5:8e:ef:d1:eb:66:d6", "user_id": "5de23d52eb684beabf993afd33e81730"}}' 2025-08-03 10:50:23,066 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1192265964 created 2025-08-03 10:50:23,369 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.302s 2025-08-03 10:50:23,369 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1782667580", "description": "tempest-description--409905744"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-bcc1d194-663a-4701-823b-def19679a6bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "name": "tempest-securitygroup--1782667580", "stateful": true, "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "description": "tempest-description--409905744", "shared": false, "security_group_rules": [{"id": "c4b3b0ec-274a-4b2a-9e6d-57a397b4ba0f", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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": 886, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}, {"id": "e5214165-9d15-4b70-bd7c-ef66bd44acb0", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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": 885, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 1, "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:50:23,569 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.198s 2025-08-03 10:50:23,569 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c01779b5-5b4e-4010-9448-f7ec9d000886', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "35007d3f-e530-4e84-9b14-89b8d586a084", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}}' 2025-08-03 10:50:23,784 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-08-03 10:50:23,785 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3cb9a28b-4fae-45fc-a25a-ee0ebd0e4401', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d0de77d8-e1da-4e99-84b2-ba4f4493fd82", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "2498b5e0-8f8a-4162-b55d-7aaefccddff2", "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-03T10:50:23Z", "updated_at": "2025-08-03T10:50:23Z", "revision_number": 0}}' 2025-08-03 10:50:23,785 98825 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1782667580 created 2025-08-03 10:50:24,422 98825 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.636s 2025-08-03 10:50:24,423 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-90768515-7f88-4db6-a981-1cd311e6936f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c5d1a513-fd3e-491f-86b6-26c89c151421", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "floating_ip_address": "172.24.4.36", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}}' 2025-08-03 10:50:24,423 98825 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c5d1a513-fd3e-491f-86b6-26c89c151421', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:50:24Z', 'updated_at': '2025-08-03T10:50:24Z', 'revision_number': 0, 'ip': '172.24.4.36'} created 2025-08-03 10:50:24,672 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.248s 2025-08-03 10:50:24,672 98825 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-402506487", "description": "tempest-secgroup-smoke-402506487 description", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-d2cd1b60-db5a-43e5-975d-3ab0d75adc60', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "name": "tempest-secgroup-smoke-402506487", "stateful": true, "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "description": "tempest-secgroup-smoke-402506487 description", "shared": false, "security_group_rules": [{"id": "4f7b63a7-f780-4fec-9854-99214d970e77", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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": 893, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}, {"id": "d20e3f41-410f-4701-ad1a-b4bc757d3830", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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": 892, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}], "tag s": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 1, "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:50:24,873 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-03 10:50:24,874 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-96b8ee37-5583-4c10-8431-4e8b9ed0d527', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "48943985-0380-402e-b1cc-c744d661f603", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}}' 2025-08-03 10:50:25,088 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.213s 2025-08-03 10:50:25,088 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-5ead7571-9257-4b56-a346-9bc542eda07b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e2ba3338-acc6-4433-a9e6-40eb6b3c4a7a", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:24Z", "updated_at": "2025-08-03T10:50:24Z", "revision_number": 0}}' 2025-08-03 10:50:25,350 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.261s 2025-08-03 10:50:25,350 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-16f684a6-b10a-41f0-96 f1-8b386d6d9779', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "34a62914-48b8-4527-89d3-582ad7a331e3", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:25,558 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.207s 2025-08-03 10:50:25,559 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-c7e90bf9-0cfe-4d58-ac82-c7b1a84da8e2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8b1a30f2-7544-4ee0-8f0f-3c0e2614b02e", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:25,777 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-03 10:50:25,777 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-e2bbefc4-ef35-47ea-b283-2ddadbdbc34a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c80966c6-c921-4219-a915-e60c09a8bd59", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:26,065 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.287s 2025-08-03 10:50:26,065 98825 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-7d2dd422-e4e1-4451-8a77-bf048345b67e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a6e3f1e0-ed40-4bcf-a95a-55033712e9be", "project_id": "437dbbb2bb2547549aa4bde5bb93fa87", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "security_group_id": "a8d22168-b6d5-4fd2-b60c-9b15d4fc0757", "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-03T10:50:25Z", "updated_at": "2025-08-03T10:50:25Z", "revision_number": 0}}' 2025-08-03 10:50:26,116 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.045s 2025-08-03 10:50:26,116 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0362941c-51b2-4f55-873d-7de192065b65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5de23d52eb684beabf993afd33e81730", "name": "tempest-SnapshotDataIntegrityTests-1953441001-project-member", "password_expires_at": null}, "audit_ids": ["bL7jNFxJSxunMlg9dhdC7Q"], "expires_at": "2025-08-03T11:50:26.000000Z", "issued_at": "2025-08-03T10:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "437dbbb2bb2547549aa4bde5bb93fa87", "name": "tempest-SnapshotDataIntegrityTests-1953441001"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/437dbbb2bb2547549aa4bde5bb93fa87", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "na me": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:50:26,117 98825 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '49ff931c-8fcc-4781-96cd-c04164878eee', 'name': 'tempest-SnapshotDataIntegrityTests-2065144830-network', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13880, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:50:10Z', 'updated_at': '2025-08-03T10:50:10Z', 'revision_number': 1} available for tenant 2025-08-03 10:50:26,118 98825 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1192265964', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNr5khmq33QnltlzNdiSzo2ntEQil6J6jW3QiayzRJYfPFK1RiwNK57QIPO51vYvD6NnpBz4HCj/RNEWQa1MfaeSKIDdQ3FzTyMhr76gJ/hIoH0FTRK+LD58pJBs95XsDQ==', 'fingerprint': 'f9:88:fe:b9:06:f3:4c:7d:55:e5:8e:ef:d1:eb:66:d6', 'user_id': '5de23d52eb684beabf993afd33e81730', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAfqPYWHNavY8676rXpLcXzhkO7xSYVA2SGCjCDRQ0JcHZq2To/Nmrd\nfsjzxc0EP12gBwYFK4EEACKhZANiAATa+ZIZqt90J5bZczXYks6Np7REIpeieo1t\n0Imss0SWHzxStUYsDSue0CDzudb2Lw+jZ6Qc+Bwo/0TRFkGtTH2nkiiA3UNxc08j\nIa++oCf4SKB9BU0Sviw+fKSQbPeV7A0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2498b5e0-8f8a-4162-b55d-7aaefccddff2', 'name': 'tempest-securitygroup--1782667580', 'stateful': True, 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'description': 'tempest-description--409905744', 'shared': False, 'security_group_rules': [{'id': 'c4b3b0ec-274a-4b2a-9e6d-57a397b4ba0f', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'security_group_id': '2498b5e0-8f8a-4162-b55d-7aaefccddff2', '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': 886, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:50:23Z', 'updated_at': '2025-08-03T10:50:23Z', 'revision_number': 0}, {'id': 'e5214165-9d15-4b70-bd7c-ef66bd44acb0', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'security_group_id': '2498b5e0-8f8a-4162-b55d-7aaefccddff2', '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': 885, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:50:23Z', 'updated_at': '2025-08-03T10:50:23Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:50:23Z', 'updated_at': '2025-08-03T10:50:23Z', 'revision_number': 1, 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87'}, 'floating_ip': {'id': 'c5d1a513-fd3e-491f-86b6-26c89c151421', 'tenant_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'floating_ip_address': '172.24.4.36', 'floating_network_id': '51ccd8da-7 194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '437dbbb2bb2547549aa4bde5bb93fa87', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:50:24Z', 'updated_at': '2025-08-03T10:50:24Z', 'revision_number': 0, 'ip': '172.24.4.36'}} 2025-08-03 10:50:26,701 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.583s 2025-08-03 10:50:26,702 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-39623258", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "key_name": "tempest-keypair-1192265964", "security_groups": [{"name": "tempest-secgroup-smoke-402506487"}, {"name": "tempest-securitygroup--1782667580"}], "networks": [{"uuid": "49ff931c-8fcc-4781-96cd-c04164878eee"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b45aaa-4620-49f8-902f-985e6a99ea6b', 'x-compute-request-id': 'req-55b45aaa-4620-49f8-902f-985e6a99ea6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-402506487"}, {"name": "tempest-securitygroup--1782667580"}], "adminPass": "3XqT3WMSywxN"}}' 2025-08-03 10:50:26,773 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.068s 2025-08-03 10:50:26,773 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:50:26 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-b9def20b-8a58-420e-a03d-ca1c1c6ce5b8', 'x-compute-request-id': 'req-b9def20b-8a58-420e-a03d-ca1c1c6ce5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "BUILD", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:27Z", "updated": "2025-08-03T10:50:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "h ref": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1192265964", "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-03 10:51:17,063 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.227s 2025-08-03 10:51:17,064 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3abc524f-53d2-488e-a5da-1505097c685f', 'x-compute-request-id': 'req-3abc524f-53d2-488e-a5da-1505097c685f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "ACTIVE", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "d155030b87a87feb0623d45968f24818b9462391f97093a2adf3b93d", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:26Z", "updated": "2025-08-03T10:50:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-2065144830-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1192265964", "OS-SRV-USG:launched_at": "2025-08-03T10:50:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1782667580"}, {"name": "tempest-secgroup-smoke-402506487"}], "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-03 10:51:17,078 98825 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:52:17,593 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee/os-interface 0.454s 2025-08-03 10:52:17,594 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:17 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-d709eab9-d39e-4bef-a622-796beb5d3ce3', 'x-compute-request-id': 'req-d709eab9-d39e-4bef-a622-796beb5d3ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "49ff931c-8fcc-4781-96cd-c04164878eee", "port_id": "49da2f5e-a0a6-40e0-8ee1-15c8c32565ec", "mac_addr": "fa:16:3e:3a:3c:bb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "9d2b7783-bd85-4acb-8107-6e635ca29037", "ip_address": "10.0.0.14"}]}]}' 2025-08-03 10:52:18,616 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421 1.018s 2025-08-03 10:52:18,617 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "49da2f5e-a0a6-40e0-8ee1-15c8c32565ec"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ec74f3db-da38-4c9e-bde7-99686beca9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421'} Body: b'{"floatingip": {"id": "c5d1a513-fd3e-491f-86b6-26c89c151421", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "floating_ip_address": "172.24.4.36", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "2bd41a5d-f1fb-47e9-b656-68bdc6d4197f", "port_id": "49da2f5e-a0a6-40e0-8ee1-15c8c32565ec", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "49ff931c-8fcc-4781-96cd-c04164878eee", "mac_address": "fa:16:3e:3a:3c:bb", "admin_state_up": true, "status": "ACTIVE", "device_id": "35d90355-0c9f-471b-90ef-39089caac2ee", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:50:24Z", "updated_at": "2025-08-03T10:52:18Z", "revision_number": 1, "project_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:52:18,618 98825 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.36:22' as 'cirros' with public key authentication 2025-08-03 10:52:18,630 98825 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:52:18,737 98825 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:52:18,738 98825 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.36 successfully created 2025-08-03 10:52:18,941 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.203s 2025-08-03 10:52:18,942 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-036c7417-a276-4e5b-86da-c62679167def', 'x-compute-request-id': 'req-036c7417-a276-4e5b-86da-c62679167def', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "ACTIVE", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "d155030b87a87feb0623d4 5968f24818b9462391f97093a2adf3b93d", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:26Z", "updated": "2025-08-03T10:50:42Z", "addresses": {"tempest-SnapshotDataIntegrityTests-2065144830-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1192265964", "OS-SRV-USG:launched_at": "2025-08-03T10:50:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1782667580"}, {"name": "tempest-secgroup-smoke-402506487"}], "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-03 10:52:19,186 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.229s 2025-08-03 10:52:19,186 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15dbb75e-5c80-4b5d-8d2e-b1b25e6da53b', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15dbb75e-5c80-4b5d-8d2e-b1b25e6da53b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "466e70ab-ed98-4b10-b845-a3a365751268", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:19.114905", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}], "user_id": "5de23d52eb684beabf993afd33e81730", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:19,262 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.052s 2025-08-03 10:52:19,263 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1de8fd-3ca4-49ee-823f-28751bfe0d08', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1de8fd-3ca4-49ee-823f-28751bfe0d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'{"volume": {"id": "466e70ab-ed98-4b10-b845-a 3a365751268", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:19.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}], "user_id": "5de23d52eb684beabf993afd33e81730", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:52:20,321 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.044s 2025-08-03 10:52:20,322 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c23ef8-ffce-449c-bf60-d48d0716f116', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c23ef8-ffce-449c-bf60-d48d0716f116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'{"volume": {"id": "466e70ab-ed98-4b10-b845-a3a365751268", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:19.000000", "updated_at": "2025-08-03T10:52:19.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-43001509", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/466e70ab-ed98-4b10-b845-a3a365751268"}], "user_id": "5de23d52eb684beabf993afd33e81730", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87"}}' 2025-08-03 10:52:20,455 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.108s 2025-08-03 10:52:20,456 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52: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-195f795e-9781-4224-8a0b-ff462fb52d0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'' 2025-08-03 10:52:20,479 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268 0.022s 2025-08-03 10:52:20,479 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'conte nt-type': 'application/json', 'x-compute-request-id': 'req-ce691ea2-e43c-40c5-b858-b698da394eb4', 'x-openstack-request-id': 'req-ce691ea2-e43c-40c5-b858-b698da394eb4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/466e70ab-ed98-4b10-b845-a3a365751268'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 466e70ab-ed98-4b10-b845-a3a365751268 could not be found."}}' 2025-08-03 10:52:20,945 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.465s 2025-08-03 10:52:20,946 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 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-1d1c1995-fe6e-4baf-837e-e458f644ed26', 'x-compute-request-id': 'req-1d1c1995-fe6e-4baf-837e-e458f644ed26', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'' 2025-08-03 10:52:21,141 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.195s 2025-08-03 10:52:21,142 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:20 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-4c93dbc7-edbb-4190-a96d-15bb2827358a', 'x-compute-request-id': 'req-4c93dbc7-edbb-4190-a96d-15bb2827358a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"server": {"id": "35d90355-0c9f-471b-90ef-39089caac2ee", "name": "tempest-SnapshotDataIntegrityTests-server-39623258", "status": "ACTIVE", "tenant_id": "437dbbb2bb2547549aa4bde5bb93fa87", "user_id": "5de23d52eb684beabf993afd33e81730", "metadata": {}, "hostId": "d155030b87a87feb0623d45968f24818b9462391f97093a2adf3b93d", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:50:26Z", "updated": "2025-08-03T10:52:21Z", "addresses": {"tempest-SnapshotDataIntegrityTests-2065144830-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}, {"version": 4, "addr": "172.24.4.36", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3a:3c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35d90355-0c9f-471b-90ef-39089caac2ee"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1192265964", "OS-SRV-USG:launched_at": "2025-08-03T10:50:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1782667580"}, {"name": "tempest-secgroup-smoke-402506487"}], "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-03 10:53:11,262 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee 0.052s 2025-08-03 10:53:11,262 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4f12a82a-3673-47f5-9fb8-70285163c84b', 'x-compute-request-id': 'req-4f12a82a-3673-47f5-9fb8-70285163c84b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35d90355-0c9f-471b-90ef-39089caac2ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 35d90355-0c9f-471b-90ef-39089caac2ee could not be found."}}' 2025-08-03 10:53:11,473 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a8d22168-b6d5-4fd2-b60c-9b15d4fc0757 0.210s 2025-08-03 10:53:11,474 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ab4b521-c85d-45fc-b710-31002c0572ac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a8d22168-b6d5-4fd2-b60c-9b15d4fc0757'} Body: b'' 2025-08-03 10:53:11,512 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192265964 0.038s 2025-08-03 10:53:11,512 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d19194c-1a26-4b0f-901a-86f751c6426c', 'x-compute-request-id': 'req-4d19194c-1a26-4b0f-901a-86f751c6426c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1192265964'} Body: b'' 2025-08-03 10:53:11,679 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2 0.166s 2025-08-03 10:53:11,679 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-abaa14fb-2061-4be4-acd4-b43d7d969aa7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2'} Body: b'' 2025-08-03 10:53:11,696 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2 0.016s 2025-08-03 10:53:11,697 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-8d424250-afeb-4bdf-a8e3-b06713b7ea8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/2498b5e0-8f8a-4162-b55d-7aaefccddff2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2498b5e0-8f8a-4162-b55d-7aaefccddff2 does not exist", "detail": ""}}' 2025-08-03 10:53:12,094 98825 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421 0.397s 2025-08-03 10:53:12,094 98825 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3b6664d4-f981-44aa-8a13-c7dcd151370d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/c5d1a513-fd3e-491f-86b6-26c89c151421'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 537, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a61d9f4c-76c3-4058-937f-70472c7b514d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:51:23,064 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.237s 2025-08-03 10:51:23,065 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:51:22 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-05543b46-1269-496f-9d8a-d6f68ff1d72b', 'x-compute-request-id': 'req-05543b46-1269-496f-9d8a-d6f68ff1d72b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:52:23,574 98811 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.433s 2025-08-03 10:52:23,575 98811 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-340651953"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff9df6df-6369-4c90-8875-f822e2bcdd44', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff9df6df-6369-4c90-8875-f822e2bcdd44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a61d9f4c-76c3-4058-937f-70472c7b514d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:23.487310", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-340651953", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}], "user_id": "85e336e31a8a41d6a67957453de2c96 7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:52:23,641 98811 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/a61d9f4c-76c3-4058-937f-70472c7b514d 0.046s 2025-08-03 10:52:23,641 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bccb85e8-c818-4852-ac61-eadb2db6cb0b', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bccb85e8-c818-4852-ac61-eadb2db6cb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d'} Body: b'{"volume": {"id": "a61d9f4c-76c3-4058-937f-70472c7b514d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:23.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-340651953", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:52:24,709 98811 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/a61d9f4c-76c3-4058-937f-70472c7b514d 0.051s 2025-08-03 10:52:24,709 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6526cf65-4524-4d81-b149-f608f4a55041', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6526cf65-4524-4d81-b149-f608f4a55041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d'} Body: b'{"volume": {"id": "a61d9f4c-76c3-4058-937f-70472c7b514d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:52:23.000000", "updated_at": "2025-08-03T10:52:24.000000", "name": "tempest-ServersNegativeTestJSON-volume-340651953", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a61d9f4c-76c3-4058-937f-70472c7b514d"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:52:24,949 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.224s 2025-08-03 10:52:24,950 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:24 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-d98cfb39-2fa6-40a9-ae0e-2a81f8024dc8', 'x-compute-request-id': 'req-d98cfb39-2fa6-40a9-ae0e-2a81f8024dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 d74198cd-1bfc-43ed-aa04-938847a98e91 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:52:22,336 98817 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-03 10:52:22,336 98817 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:52:22,404 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.067s 2025-08-03 10:52:22,405 98817 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-438347027", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+QgRD/Q+aRv6AieE2PKMRI5yHSOKBKjTjdS/ft3ECJFNHUPkmnFAG8WAwsrngwD9/Pol9kP8NztUHs1MXrVLJHbKh9NhhPSFjkDGEsW1RpP/p2wWeVmg5vpP7JtZNS4A=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:22 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-74baeaf1-581c-4699-a4c1-b4b0b327f642', 'x-compute-request-id': 'req-74baeaf1-581c-4699-a4c1-b4b0b327f642', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-438347027", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+QgRD/Q+aRv6AieE2PKMRI5yHSOKBKjTjdS/ft3ECJFNHUPkmnFAG8WAwsrngwD9/Pol9kP8NztUHs1MXrVLJHbKh9NhhPSFjkDGEsW1RpP/p2wWeVmg5vpP7JtZNS4A==", "fingerprint": "c1:00:d2:c7:b5:29:26:4d:b5:8a:58:13:bc:fa:20:c7", "user_id": "a140f1dd10d146fd93958f85449cf90b"}}' 2025-08-03 10:52:22,407 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-438347027 created 2025-08-03 10:52:22,850 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.442s 2025-08-03 10:52:22,850 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1951659770", "description": "tempest-description--1319712058"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-b1c12fb7-e16e-4642-9eef-7b1d68817562', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d6084b9f-a4f4-4505-b625-9260401fc120", "name": "tempest-securitygroup--1951659770", "stateful": true, "tenant_id": "a191795414a94863bfc39f848dc7dada", "description": "tempest-description--1319712058", "shared": false, "security_group_rules": [{"id": "7b2ca634-6660-4ae3-9ec8-122e84e9c4db", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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": 987, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:52:22Z", "updated_at": "2025-08-03T10:52:22Z", "revision_number": 0}, {"id": "ec059b7e-effb-47f0-a02b-9ff046ea02c5", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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": 988, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:52:22Z", "updated_at": "2025-08-03T10:52:22Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:52:22Z", "updated_at": "2025-08-03T10:52:22Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:52:23,379 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.527s 2025-08-03 10:52:23,379 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c7bb1b80-7ebd-4577-81db-d853983e0565', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4e1f824e-3731-45d1-8d4b-e217c2c93883", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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-03T10:52:23Z", "updated_at": "2025-08-03T10:52:23Z", "revision_number": 0}}' 2025-08-03 10:52:23,814 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.435s 2025-08-03 10:52:23,815 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9e4f7c09-1f1f-4ca0-acde-28d6871abc43', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4852d9c8-cec2-448a-b2f1-0ff0fa3443f2", "project_id": "a191795414a94863bfc39f848dc7dada", "tenant_id": "a191795414a94863bfc39f848dc7dada", "security_group_id": "d6084b9f-a4f4-4505-b625-9260401fc120", "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-03T10:52:23Z", "updated_at": "2025-08-03T10:52:23Z", "revision_number": 0}}' 2025-08-03 10:52:23,815 98817 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1951659770 created 2025-08-03 10:52:25,237 98817 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.421s 2025-08-03 10:52:25,237 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-5f02b533-980c-492b-8357-a06afdcb81f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b73ee5d5-b0ea-4818-8fd9-8220e6921d01", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.146", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a191795414a94863bfc39f848dc7dada", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:52:24Z", "updated_at": "2025-08-03T10:52:24Z", "revision_number": 0}}' 2025-08-03 10:52:25,238 98817 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b73ee5d5-b0ea-4818-8fd9-8220e6921d01', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:52:24Z', 'updated_at': '2025-08-03T10:52:24Z', 'revision_number': 0, 'ip': '172.24.4.146'} created 2025-08-03 10:52:25,373 98817 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.127s 2025-08-03 10:52:25,373 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2501', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-211acf35-82b8-400d-b8f3-6d5db3c94ddb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a140f1dd10d146fd93958f85449cf90b", "name": "tempest-AttachVolumeShelveTestJSON-1400833495-project-member", "password_expires_at": null}, "audit_ids": ["rTHvzKzsTPKfngf-c0MCTA"], "expires_at": "2025-08-03T11:52:25.000000Z", "issued_at": "2025-08-03T10:52:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a191795414a94863bfc39f848dc7dada", "name": "tempest-AttachVolumeShelveTestJSON-1400833495"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a191795414a94863bfc39f848dc7dada", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public" , "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:52:25,374 98817 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'cd9df0e6-8c59-4067-9f19-e5dcd3718730', 'name': 'tempest-AttachVolumeShelveTestJSON-1266744320-network', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a191795414a94863bfc39f848dc7dada', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 29665, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:49:27Z', 'updated_at': '2025-08-03T10:49:27Z', 'revision_number': 1} available for tenant 2025-08-03 10:52:25,374 98817 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-438347027', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL+QgRD/Q+aRv6AieE2PKMRI5yHSOKBKjTjdS/ft3ECJFNHUPkmnFAG8WAwsrngwD9/Pol9kP8NztUHs1MXrVLJHbKh9NhhPSFjkDGEsW1RpP/p2wWeVmg5vpP7JtZNS4A==', 'fingerprint': 'c1:00:d2:c7:b5:29:26:4d:b5:8a:58:13:bc:fa:20:c7', 'user_id': 'a140f1dd10d146fd93958f85449cf90b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCxbq7jQpZQ6O58buILT2yO60wAfjLRQF+098e4SZBGpvkqtjR5QMOW\nauNDWSRb1figBwYFK4EEACKhZANiAAS/kIEQ/0Pmkb+gInhNjyjESOch0jigSo04\n3Uv37dxAiRTR1D5JpxQBvFgMLK54MA/fz6JfZD/Dc7VB7NTF61SyR2yofTYYT0hY\n5AxhLFtUaT/6dsFnlZoOb6T+ybWTUuA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd6084b9f-a4f4-4505-b625-9260401fc120', 'name': 'tempest-securitygroup--1951659770', 'stateful': True, 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'description': 'tempest-description--1319712058', 'shared': False, 'security_group_rules': [{'id': '7b2ca634-6660-4ae3-9ec8-122e84e9c4db', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'd6084b9f-a4f4-4505-b625-9260401fc120', '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': 987, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:52:22Z', 'updated_at': '2025-08-03T10:52:22Z', 'revision_number': 0}, {'id': 'ec059b7e-effb-47f0-a02b-9ff046ea02c5', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'security_group_id': 'd6084b9f-a4f4-4505-b625-9260401fc120', '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': 988, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at ': '2025-08-03T10:52:22Z', 'updated_at': '2025-08-03T10:52:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:52:22Z', 'updated_at': '2025-08-03T10:52:22Z', 'revision_number': 1, 'project_id': 'a191795414a94863bfc39f848dc7dada'}, 'floating_ip': {'id': 'b73ee5d5-b0ea-4818-8fd9-8220e6921d01', 'tenant_id': 'a191795414a94863bfc39f848dc7dada', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a191795414a94863bfc39f848dc7dada', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:52:24Z', 'updated_at': '2025-08-03T10:52:24Z', 'revision_number': 0, 'ip': '172.24.4.146'}} 2025-08-03 10:52:26,292 98817 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.916s 2025-08-03 10:52:26,292 98817 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-260896755", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "cd9df0e6-8c59-4067-9f19-e5dcd3718730"}], "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "key_name": "tempest-keypair-438347027", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:52:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94', '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-32244d52-3e15-4989-9f07-cc6a25d924f3', 'x-compute-request-id': 'req-32244d52-3e15-4989-9f07-cc6a25d924f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "adminPass": "password"}}' 2025-08-03 10:52:26,370 98817 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/89d99953-8dac-488d-9cd0-97198fffdd94 0.074s 2025-08-03 10:52:26,370 98817 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': 'Sun, 03 Aug 2025 10:52:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1272', '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-986b40b8-c801-4ca8-9754-9236535a8f44', 'x-compute-request-id': 'req-986b40b8-c801-4ca8-9754-9236535a8f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "name": "tempest-AttachVolumeShelveTestJSON-server-260896755", "status": "BUILD", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1d d10d146fd93958f85449cf90b", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:52:26Z", "updated": "2025-08-03T10:52:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-438347027", "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-03 10:53:16,737 98817 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/89d99953-8dac-488d-9cd0-97198fffdd94 0.301s 2025-08-03 10:53:16,737 98817 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': 'Sun, 03 Aug 2025 10:53:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c025defa-e0f0-4c83-bb10-32987c0e9c05', 'x-compute-request-id': 'req-c025defa-e0f0-4c83-bb10-32987c0e9c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "name": "tempest-AttachVolumeShelveTestJSON-server-260896755", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39f848dc7dada", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:52:26Z", "updated": "2025-08-03T10:52:43Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:64:33"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-438347027", "OS-SRV-USG:launched_at": "2025-08-03T10:52:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "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-03 10:53:16,757 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:54:17,024 98817 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/89d99953-8 dac-488d-9cd0-97198fffdd94/os-interface 0.208s 2025-08-03 10:54:17,025 98817 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': 'Sun, 03 Aug 2025 10:54:16 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-b8b41603-9f16-4b4b-a012-2cadc2a6959a', 'x-compute-request-id': 'req-b8b41603-9f16-4b4b-a012-2cadc2a6959a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "port_id": "6edc19c8-fe10-4fdd-ba30-750dfd9f8252", "mac_addr": "fa:16:3e:c1:64:33", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "69ea4383-2e23-4254-8e76-b07aec3fd118", "ip_address": "10.0.0.10"}]}]}' 2025-08-03 10:54:17,821 98817 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/b73ee5d5-b0ea-4818-8fd9-8220e6921d01 0.792s 2025-08-03 10:54:17,822 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "6edc19c8-fe10-4fdd-ba30-750dfd9f8252"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-f62e94da-c342-4b67-b92a-0fdec90a3b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b73ee5d5-b0ea-4818-8fd9-8220e6921d01'} Body: b'{"floatingip": {"id": "b73ee5d5-b0ea-4818-8fd9-8220e6921d01", "tenant_id": "a191795414a94863bfc39f848dc7dada", "floating_ip_address": "172.24.4.146", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "c396eeb4-677b-40c2-b361-35833c5c4c63", "port_id": "6edc19c8-fe10-4fdd-ba30-750dfd9f8252", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "cd9df0e6-8c59-4067-9f19-e5dcd3718730", "mac_address": "fa:16:3e:c1:64:33", "admin_state_up": true, "status": "ACTIVE", "device_id": "89d99953-8dac-488d-9cd0-97198fffdd94", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:52:24Z", "updated_at": "2025-08-03T10:54:17Z", "revision_number": 1, "project_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:54:17,823 98817 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.146:22' as 'cirros' with public key authentication 2025-08-03 10:54:17,835 98817 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:54:17,939 98817 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:54:17,939 98817 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.146 successfully created 2025-08-03 10:54:17,986 98817 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/89d99953-8dac-488d-9cd0-97198fffdd94/ips 0.046s 2025-08-03 10:54:17,986 98817 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': 'Sun, 03 Aug 2025 10:54:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api- version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04e36f71-d908-4304-b26f-2c3db9763469', 'x-compute-request-id': 'req-04e36f71-d908-4304-b26f-2c3db9763469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2025-08-03 10:54:18,168 98817 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.178s 2025-08-03 10:54:18,168 98817 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-1758771644"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da6b1773-81c4-430d-916d-5fd0aa8e3805', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da6b1773-81c4-430d-916d-5fd0aa8e3805', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d74198cd-1bfc-43ed-aa04-938847a98e91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:18.112771", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1758771644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:54:18,217 98817 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/d74198cd-1bfc-43ed-aa04-938847a98e91 0.037s 2025-08-03 10:54:18,218 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8882e4f-54f8-4940-b9fd-2ec9e0f3e6ca', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8882e4f-54f8-4940-b9fd-2ec9e0f3e6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91'} Body: b'{"volume": {"id": "d74198cd-1bfc-43ed-aa04-938847a98e91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:18.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1758771644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025 -08-03 10:54:19,272 98817 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/d74198cd-1bfc-43ed-aa04-938847a98e91 0.039s 2025-08-03 10:54:19,272 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e5913e-0e76-49f3-9313-970c55d268e6', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e5913e-0e76-49f3-9313-970c55d268e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91'} Body: b'{"volume": {"id": "d74198cd-1bfc-43ed-aa04-938847a98e91", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:18.000000", "updated_at": "2025-08-03T10:54:18.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1758771644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d74198cd-1bfc-43ed-aa04-938847a98e91"}], "user_id": "a140f1dd10d146fd93958f85449cf90b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a191795414a94863bfc39f848dc7dada"}}' 2025-08-03 10:54:19,401 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94 0.115s 2025-08-03 10:54:19,401 98817 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': 'Sun, 03 Aug 2025 10:54:19 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-7424f5a8-8042-461b-a96e-56ae2dc78ce4', 'x-compute-request-id': 'req-7424f5a8-8042-461b-a96e-56ae2dc78ce4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'' 2025-08-03 10:54:19,577 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94 0.176s 2025-08-03 10:54:19,578 98817 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': 'Sun, 03 Aug 2025 10:54:19 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-4820e34e-b223-4f25-971b-e641de6a51fe', 'x-compute-request-id': 'req-4820e34e-b223-4f25-971b-e641de6a51fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"server": {"id": "89d99953-8dac-488d-9cd0-97198fffdd94", "name": "tempest-AttachVolumeShelveTestJSON-server-260896755", "status": "ACTIVE", "tenant_id": "a191795414a94863bfc39 f848dc7dada", "user_id": "a140f1dd10d146fd93958f85449cf90b", "metadata": {}, "hostId": "ed43696a125db666cf93e8caf36c665a2fdf85d139420068730a3fa1", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:52:26Z", "updated": "2025-08-03T10:54:19Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1266744320-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:64:33"}, {"version": 4, "addr": "172.24.4.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:64:33"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/89d99953-8dac-488d-9cd0-97198fffdd94"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-438347027", "OS-SRV-USG:launched_at": "2025-08-03T10:52:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1951659770"}], "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-03 10:55:09,843 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94 0.197s 2025-08-03 10:55:09,843 98817 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': 'Sun, 03 Aug 2025 10:55:09 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-09372a47-adc9-41f1-9b2f-e165635633fd', 'x-compute-request-id': 'req-09372a47-adc9-41f1-9b2f-e165635633fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/89d99953-8dac-488d-9cd0-97198fffdd94'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 89d99953-8dac-488d-9cd0-97198fffdd94 could not be found."}}' 2025-08-03 10:55:09,870 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-438347027 0.026s 2025-08-03 10:55:09,871 98817 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': 'Sun, 03 Aug 2025 10:55:09 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-5a9cff39-cb9e-4dfd-acd3-b4586847c63a', 'x-compute-request-id': 'req-5a9cff39-cb9e-4dfd-acd3-b4586847c63a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-438347027'} Body: b'' 2025-08-03 10:55:10,067 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120 0.195s 2025-08-03 10:55:10,067 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicat ion/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-96b8386a-6b19-4d63-a762-c05d2a941074', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120'} Body: b'' 2025-08-03 10:55:10,084 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120 0.017s 2025-08-03 10:55:10,085 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-61eabc10-70a5-4106-b5dd-3bd65347cb10', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d6084b9f-a4f4-4505-b625-9260401fc120'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d6084b9f-a4f4-4505-b625-9260401fc120 does not exist", "detail": ""}}' 2025-08-03 10:55:10,443 98817 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b73ee5d5-b0ea-4818-8fd9-8220e6921d01 0.358s 2025-08-03 10:55:10,444 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-884bec2b-1812-45f3-ad3b-2ffe211a9535', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b73ee5d5-b0ea-4818-8fd9-8220e6921d01'} 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 d7c0393d-491c-4bde-aaad-7d06b3a6b7a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:17,452 98817 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.461s 2025-08-03 10:55:17,453 98817 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-1877339345", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f94fd929-28fb-4576-a4fb-f4a953c657ed', 'x-compute-request-id': 'req-f94fd929-28fb-4576-a4fb-f4a953c657ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "d7c0393d-491c-4bde-aaad-7d06b3a6b7a9", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:55:17.319906", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1877339345", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-03 10:55:17,520 98817 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/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9 0.061s 2025-08-03 10:55:17,521 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6111805a-8c9c-4c3c-9bc0-b3031dcb937d', 'x-compute-request-id': 'req-6111805a-8c9c-4c3c-9bc0-b3031dcb937d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9'} Body: b'{"volume": {"id": "d7c0393d-491c-4bde-aaad-7d06b3a6b7a9", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:55:17.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1877339345", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-03 10:55:18,584 98817 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/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9 0.056s 2025-08-03 10:55:18,585 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-d51aa3a2-0c67-4792-8124-70f0f5781017', 'x-compute-request-id': 'req-d51aa3a2-0c67-4792-8124-70f0f5781017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d7c0393d-491c-4bde-aaad-7d06b3a6b7a9'} Body: b'{"volume": {"id": "d7c0393d-491c-4bde-aaad-7d06b3a6b7a9", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-03T10:55:17.000000 ", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1877339345", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 99482817-65e1-4245-bc38-7369ab8ee4fa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:21,563 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.151s 2025-08-03 10:55:21,563 98817 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-676469685", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a269ed9-f03c-453a-b784-8683c3500cf8', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a269ed9-f03c-453a-b784-8683c3500cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "df891c6f-852e-42c1-ad10-e1b1b4b3bdc0", "name": "tempest-VolumeTypesAccessTest-volume-type-676469685", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-03 10:55:21,680 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.113s 2025-08-03 10:55:21,680 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df891c6f-852e-42c1-ad10-e1b1b4b3bdc0", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d0fe3c5-8eb2-42d5-8e8e-8b0062b999f2', 'x-openstack-request-id': 'req-6d0fe3c5-8eb2-42d5-8e8e-8b0062b999f2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 could not be found."}}' 2025-08-03 10:55:21,681 98817 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-03 10:55:21,731 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action 0.050s 2025-08-03 10:55:21,732 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "76e7134727304935a2dcea8dc03d82b3"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-765ea590-ec2b-43f7-a641-4f53bce1045f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action'} Body: b'' 2025-08-03 10:55:21,936 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.203s 2025-08-03 10:55:21,936 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df891c6f-852e-42c1-ad10-e1b1b4b3bdc0", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1205418774"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-3dc947ba-9068-4b19-b115-4940f9ce84c6', 'content-length': '793', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc947ba-9068-4b19-b115-4940f9ce84c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:21.873877", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:55:21,996 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.048s 2025-08-03 10:55:21,996 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402eacb4-00a4-4221-8f09-87f47c13bca6', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402eacb4-00a4-4221-8f09-87f47c13bca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:22.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e7134727304935a2dcea8dc03d82b3"}}' 2025-08-03 10:55:23,049 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.038s 2025-08-03 10:55:23,049 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2b1f778-f16d-49a8-905f-f5f7b85376f5', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2b1f778-f16d-49a8-905f-f5f7b85376f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:22.000000", "updated_at": "2025-08-03T10:55:22.00000 0", "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e7134727304935a2dcea8dc03d82b3"}}' 2025-08-03 10:55:23,105 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.042s 2025-08-03 10:55:23,105 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a8b243d-5812-4c93-8686-8005f1fc117b', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a8b243d-5812-4c93-8686-8005f1fc117b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"volume": {"id": "99482817-65e1-4245-bc38-7369ab8ee4fa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:22.000000", "updated_at": "2025-08-03T10:55:22.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1205418774", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-676469685", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa"}], "user_id": "9626f3bf00624b61bdca15019e9a637b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76e7134727304935a2dcea8dc03d82b3"}}' 2025-08-03 10:55:23,218 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.099s 2025-08-03 10:55:23,218 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-efc4e207-f316-4e75-a7d7-3a433fc5533c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'' 2025-08-03 10:55:23,240 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa 0.021s 2025-08-03 10:55:23,240 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-55dc2e0f-44f1-4709-83c7-e22e832b9 062', 'x-openstack-request-id': 'req-55dc2e0f-44f1-4709-83c7-e22e832b9062', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99482817-65e1-4245-bc38-7369ab8ee4fa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99482817-65e1-4245-bc38-7369ab8ee4fa could not be found."}}' 2025-08-03 10:55:23,268 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action 0.027s 2025-08-03 10:55:23,268 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "76e7134727304935a2dcea8dc03d82b3"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-3a5cf67f-8444-4bcf-9b96-e05ab81db395', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0/action'} Body: b'' 2025-08-03 10:55:23,354 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 0.085s 2025-08-03 10:55:23,354 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55: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-ecc0f398-3851-4172-9e1f-b71902ef48bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0'} Body: b'' 2025-08-03 10:55:23,370 98817 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 0.015s 2025-08-03 10:55:23,370 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f4dec91-e6cb-4502-b140-0cac3d5a117f', 'x-openstack-request-id': 'req-5f4dec91-e6cb-4502-b140-0cac3d5a117f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/df891c6f-852e-42c1-ad10-e1b1b4b3bdc0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df891c6f-852e-42c1-ad10-e1b1b4b3bdc0 could not be found."}}' 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 2a77350e-7304-43e6-8eac-5c6dbc9070c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:53:25,429 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.402s 2025-08-03 10:53:25,429 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:53:25 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-efa32576-38a8-4398-9986-66b0a25e6cd5', 'x-compute-request-id': 'req-efa32576-38a8-4398-9986-66b0a25e6cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:54:25,683 98811 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.179s 2025-08-03 10:54:25,684 98811 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-2106147638"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77cf9fbf-d1fc-4741-a27f-2b3d3e6eeef2', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77cf9fbf-d1fc-4741-a27f-2b3d3e6eeef2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2a77350e-7304-43e6-8eac-5c6dbc9070c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:25.621588", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2106147638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}], "user_id": "85e336e31a8a41d6a67957453de2c9 67", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:54:25,731 98811 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/2a77350e-7304-43e6-8eac-5c6dbc9070c4 0.035s 2025-08-03 10:54:25,731 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb329f9b-cc59-4a6c-822c-fdf3519e8c37', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb329f9b-cc59-4a6c-822c-fdf3519e8c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4'} Body: b'{"volume": {"id": "2a77350e-7304-43e6-8eac-5c6dbc9070c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:26.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2106147638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:54:26,783 98811 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/2a77350e-7304-43e6-8eac-5c6dbc9070c4 0.037s 2025-08-03 10:54:26,783 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02714aee-753e-4cea-844f-4a824fb3c67e', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02714aee-753e-4cea-844f-4a824fb3c67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4'} Body: b'{"volume": {"id": "2a77350e-7304-43e6-8eac-5c6dbc9070c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:26.000000", "updated_at": "2025-08-03T10:54:26.000000", "name": "tempest-ServersNegativeTestJSON-volume-2106147638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a77350e-7304-43e6-8eac-5c6dbc9070c4"}], "user_id": "85e336e31a8a41d6a67957453de2c967", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6"}}' 2025-08-03 10:54:26,999 98811 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8 0.201s 2025-08-03 10:54:27,000 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:26 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-58309906-4a7a-4525-80b1-e132f7f25bcf', 'x-compute-request-id': 'req-58309906-4a7a-4525-80b1-e132f7f25bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8'} Body: b'{"server": {"id": "e401a337-220c-4dde-97c5-8c1c603780c8", "name": "tempest-ServersNegativeTestJSON-server-139402912", "status": "ACTIVE", "tenant_id": "3ecb919c9ec84895bcd77c5fdf8a31d6", "user_id": "85e336e31a8a41d6a67957453de2c967", "metadata": {}, "hostId": "eb159265c31736257c5b5dadbe2f60687e67cd82f817ff4f1dd2c054", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:46:50Z", "updated": "2025-08-03T10:47:07Z", "addresses": {"tempest-ServersNegativeTestJSON-229124751-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5f:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e401a337-220c-4dde-97c5-8c1c603780c8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-03T10:47:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 5971b598-b38a-4c55-9bfe-f09113bb25bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:29,064 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.150s 2025-08-03 10:55:29,064 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1f79458e-f22d-4fb6-a7c8-73840b620529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:55:29,553 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.488s 2025-08-03 10:55:29,553 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1685479609"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fcb8187-885f-484c-ba26-ac11b76f0768', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fcb8187-885f-484c-ba26-ac11b76f0768', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.494027", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:55:29,605 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.040s 2025-08-03 10:55:29,606 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -5da7bcb8-c3d1-4703-a809-644d9fbac4f4', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da7bcb8-c3d1-4703-a809-644d9fbac4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:30,664 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.044s 2025-08-03 10:55:30,665 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5631243-9e4a-47e5-a836-c92ce55a5513', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5631243-9e4a-47e5-a836-c92ce55a5513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.000000", "updated_at": "2025-08-03T10:55:30.000000", "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:30,717 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.038s 2025-08-03 10:55:30,717 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e8954e-5e76-4f56-8d4e-9d0a4b38bbdf', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e8954e-5e76-4f56-8d4e-9d0a4b38bbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"volume": {"id": "5971b598-b38a-4c55-9bfe-f09113bb25bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:29.000000", "updated_at": "2025-08-03T10:55:30.000000", "name": "tempest-VolumesExtendTest-Volume-1685479609", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:30,829 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.098s 2025-08-03 10:55:30,829 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8fc43c-608f-4431-abf0-cf2ffd6bb453', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'' 2025-08-03 10:55:30,849 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf 0.019s 2025-08-03 10:55:30,849 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc1dd04-fd3e-40c0-8b2c-3e8353d6d378', 'x-openstack-request-id': 'req-edc1dd04-fd3e-40c0-8b2c-3e8353d6d378', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5971b598-b38a-4c55-9bfe-f09113bb25bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5971b598-b38a-4c55-9bfe-f09113bb25bf 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 f4ed896c-5313-4f14-9c9d-7fc5426a934f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:31,039 98817 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.187s 2025-08-03 10:55:31,040 98817 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-571023097"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75392a22-e28c-42a4-964e-b9448a50ceed', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75392a22-e28c-42a4-964e-b9448a50ceed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:30.982625", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:55:31,087 98817 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/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.035s 2025-08-03 10:55:31,087 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edacdfb8-e5c7-445a-9b0c-802f62738600', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edacdfb8-e5c7-445a-9b0c-802f62738600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:31.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:32,138 98817 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/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.036s 2025-08-03 10:55:32,139 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a817de8-d2d7-4bde-95a9-8404a6cc3222', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a817de8-d2d7-4bde-95a9-8404a6cc3222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:31.000000", "updated_at": "2025-08-03T10:55:31.000000", "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:32,188 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.036s 2025-08-03 10:55:32,189 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd04f9cf-63a5-4af1-a590-28871f21ea75', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd04f9cf-63a5-4af1-a590-28871f21ea75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"volume": {"id": "f4ed896c-5313-4f14-9c9d-7fc5426a934f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:55:31.000000", "updated_at": "2025-08-03T10:55:31.000000", "name": "tempest-VolumesExtendTest-Volume-571023097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f"}], "user_id": "849935e7afad4d288123d86c4673cbc3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2866a273b42e4f03819e9cf0b534655e"}}' 2025-08-03 10:55:32,288 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.086s 2025-08-03 10:55:32,289 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6988f0a5-4d67-49a3-982f-3e38be684b66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'' 2025-08-03 10:55:32,309 98817 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f 0.020s 2025-08-03 10:55:32,309 98817 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8d2bbda-9022-4861-9c39-6669104bcb0d', 'x-openstack-request-id': 'req-b8d2bbda-9022-4861-9c39-6669104bcb0d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4ed896c-5313-4f14-9c9d-7fc5426a934f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f4ed896c-5313-4f14-9c9d-7fc5426a934f could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) ---------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c0f35091-0db0-4b91-a19e-9796fc843c05 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 df5ed31a-d705-464b-a37c-c6dcc54f2cb7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:27,621 98811 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.158s 2025-08-03 10:56:27,621 98811 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-1737100613", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c379242b-b9a3-4eba-ae9b-c3ae43fc4485', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c379242b-b9a3-4eba-ae9b-c3ae43fc4485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a44a7b8d-6740-4744-bfca-27f60b91895a", "name": "tempest-VolumeTypesTest-volume-type-1737100613", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:56:27,659 98811 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.034s 2025-08-03 10:56:27,659 98811 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-1177999937", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf8dd84-38c5-4386-b24e-6af7be7afc19', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf8dd84-38c5-4386-b24e-6af7be7afc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2e8086bb-dc5d-4df2-9b18-72f694975ec3", "name": "tempest-VolumeTypesTest-volume-type-1177999937", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:56:27,970 98811 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.308s 2025-08-03 10:56:27,971 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1797761989", "volume_type": "a44a7b8d-6740-4744-bfca-27f60b91895a", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8553cb0b-a57a-464e-a260-e7b487f4afea', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8553cb0b-a57a-464e-a260-e7b487f4afea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:27.910951", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed 31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:28,031 98811 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/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.038s 2025-08-03 10:56:28,032 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483f1d51-c9ff-4bca-ba2a-8e20229a10bb', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483f1d51-c9ff-4bca-ba2a-8e20229a10bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:28.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2dc0b63181c54546a09772c883715459"}}' 2025-08-03 10:56:29,125 98811 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/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.077s 2025-08-03 10:56:29,125 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df19a1c-0e8f-4177-9c6a-f9a9ea085362', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df19a1c-0e8f-4177-9c6a-f9a9ea085362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:28.000000", "updated_at": "2025-08-03T10:56:28.000000", "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2dc0b63181c54546a09772c883715459"}}' 2025-08-03 10:56:29,177 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanup s): 200 GET http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.038s 2025-08-03 10:56:29,177 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bff7ccd-fe7a-4a02-be01-28bbf24f39e6', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bff7ccd-fe7a-4a02-be01-28bbf24f39e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"volume": {"id": "df5ed31a-d705-464b-a37c-c6dcc54f2cb7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:28.000000", "updated_at": "2025-08-03T10:56:28.000000", "name": "tempest-VolumeTypesTest-volume-1797761989", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1737100613", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7"}], "user_id": "cab598b00c384ce9ad59792551ab2533", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2dc0b63181c54546a09772c883715459"}}' 2025-08-03 10:56:29,311 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.120s 2025-08-03 10:56:29,312 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-019ffe3f-40cf-4af1-9762-6b986a4f36c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'' 2025-08-03 10:56:29,340 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7 0.028s 2025-08-03 10:56:29,341 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21c2b09-a34b-4b43-8132-fb2176ad073c', 'x-openstack-request-id': 'req-f21c2b09-a34b-4b43-8132-fb2176ad073c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/df5ed31a-d705-464b-a37c-c6dcc54f2cb7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume df5ed31a-d705-464b-a37c-c6dcc54f2cb7 could not be found."}}' 2025-08-03 10:56:29,387 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3 0.046s 2025-08-03 10:56:29,388 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server' : 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9fea093-c993-49c4-a565-19342945fc4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3'} Body: b'' 2025-08-03 10:56:29,414 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3 0.026s 2025-08-03 10:56:29,414 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 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-1bdb8851-8f25-4c1c-b6dc-4eeb02cee78b', 'x-openstack-request-id': 'req-1bdb8851-8f25-4c1c-b6dc-4eeb02cee78b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/2e8086bb-dc5d-4df2-9b18-72f694975ec3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2e8086bb-dc5d-4df2-9b18-72f694975ec3 could not be found."}}' 2025-08-03 10:56:29,472 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a 0.057s 2025-08-03 10:56:29,473 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1160d23f-3e48-45bd-8384-b55c915a84e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a'} Body: b'' 2025-08-03 10:56:29,489 98811 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a 0.015s 2025-08-03 10:56:29,489 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:29 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-9046406f-6559-4dbd-9cb4-10a15f6fe680', 'x-openstack-request-id': 'req-9046406f-6559-4dbd-9cb4-10a15f6fe680', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a44a7b8d-6740-4744-bfca-27f60b91895a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a44a7b8d-6740-4744-bfca-27f60b91895a could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c2310332-f9e1-44c5-959c-6deeb164d738 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 93e925dd-cff2-429a-8df5-511babcf8def failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:43,048 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.370s 2025-08-03 10:56:43,048 98811 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-2019700459"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58396978-2ee3-461b-834a-b45f31b9eb82', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58396978-2ee3-461b-834a-b45f31b9eb82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:42.989347", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:43,097 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.036s 2025-08-03 10:56:43,097 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2968c65-ee65-42b4-920a-bffc0cb9e748', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2968c65-ee65-42b4-920a-bffc0cb9e748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:43.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:44,147 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.036s 2025-08-03 10:56:44,148 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f3d1857-9e4d-443d-8ec0- d2861cc48d7f', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f3d1857-9e4d-443d-8ec0-d2861cc48d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:43.000000", "updated_at": "2025-08-03T10:56:43.000000", "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:44,198 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.036s 2025-08-03 10:56:44,198 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e8a727-e4b0-4f1e-b05d-3ba7dd8a3a31', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e8a727-e4b0-4f1e-b05d-3ba7dd8a3a31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"volume": {"id": "93e925dd-cff2-429a-8df5-511babcf8def", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:43.000000", "updated_at": "2025-08-03T10:56:43.000000", "name": "tempest-VolumesDeleteCascade-Volume-2019700459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/93e925dd-cff2-429a-8df5-511babcf8def"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:44,305 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.093s 2025-08-03 10:56:44,305 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-815c5b3a-2c37-488a-9ffd-1c670d69d966', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'' 2025-08-03 10:56:44,325 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def 0.020s 2025-08-03 10:56:44,326 98811 DEBUG [tempest.lib.c ommon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d8f93d3-e775-4872-8433-ac26b2942c89', 'x-openstack-request-id': 'req-0d8f93d3-e775-4872-8433-ac26b2942c89', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/93e925dd-cff2-429a-8df5-511babcf8def'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 93e925dd-cff2-429a-8df5-511babcf8def could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 93, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:44,509 98811 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.181s 2025-08-03 10:56:44,510 98811 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-1892982661"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cee5180-9524-4bff-81be-2f4330c88dc3', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cee5180-9524-4bff-81be-2f4330c88dc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.451706", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:44,559 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.037s 2025-08-03 10:56:44,559 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-001b8148-e56f-43f4-8218-1bce42e1e01b', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-001b8148-e56f-43f4-8218-1bce42e1e01b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:45,612 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.038s 2025-08-03 10:56:45,613 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-05efdb2c-cf26-4d6d-af25-36aa46c33a89', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05efdb2c-cf26-4d6d-af25-36aa46c33a89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.000000", "updated_at": "2025-08-03T10:56:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:45,662 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.036s 2025-08-03 10:56:45,663 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2196dfd2-5665-4eab-884b-952cde2cb28f', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2196dfd2-5665-4eab-884b-952cde2cb28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"volume": {"id": "4e39e1e7-089b-4c0f-9728-4fa2af54a6e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:44.000000", "updated_at": "2025-08-03T10:56:45.000000", "name": "tempest-VolumesDeleteCascade-Volume-1892982661", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8"}], "user_id": "28aee73a5894418d9fbdeda770f9767b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1965c62190f143b096fe43f187e2febd"}}' 2025-08-03 10:56:45,767 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.091s 2025-08-03 10:56:45,767 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-97683b2b-76e9-4f5a-b88a-5bdb5a38e034', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'' 2025-08-03 10:56:45,789 98811 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 0.021s 2025-08-03 10:56:45,789 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-d2d24d0a-ce8f-4adb-acf1-327d3d03b6bc', 'x-openstack-request-id': 'req-d2d24d0a-ce8f-4adb-acf1-327d3d03b6bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4e39e1e7-089b-4c0f-9728-4fa2af54a6e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4e39e1e7-089b-4c0f-9728-4fa2af54a6e8 could not be found."}}' 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 f275ae00-eee8-4e45-8e70-439de5114777 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:47,530 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.147s 2025-08-03 10:56:47,531 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-594ed3bd-c458-4bfe-b668-14c8675ad4ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:56:47,932 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.401s 2025-08-03 10:56:47,933 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-2117509699"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b59ca04-16de-42bd-b0b7-2e54d471dcb9', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b59ca04-16de-42bd-b0b7-2e54d471dcb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:47.874504", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:47,981 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.036s 2025-08-03 10:56:47,981 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicatio n/json', 'x-compute-request-id': 'req-45d0012f-7fbb-4c11-87f2-1e5c98d5a7e6', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d0012f-7fbb-4c11-87f2-1e5c98d5a7e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:48.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:49,035 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.039s 2025-08-03 10:56:49,036 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400b6a98-aece-49cb-945b-335989792bea', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400b6a98-aece-49cb-945b-335989792bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:48.000000", "updated_at": "2025-08-03T10:56:48.000000", "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:49,085 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.035s 2025-08-03 10:56:49,085 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c28bb8-0d93-4cd4-9ef9-d9c4d29d2a55', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c28bb8-0d93-4cd4-9ef9-d9c4d29d2a55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"volume": {"id": "f275ae00-eee8-4e45-8e70-439de5114777", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:48.000000 ", "updated_at": "2025-08-03T10:56:48.000000", "name": "tempest-VolumesCloneTest-Volume-2117509699", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f275ae00-eee8-4e45-8e70-439de5114777"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:49,194 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.095s 2025-08-03 10:56:49,194 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-d3311309-3169-4b2e-a43a-3a31854d1154', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'' 2025-08-03 10:56:49,218 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777 0.023s 2025-08-03 10:56:49,218 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-077fe1dc-ab06-479a-8efa-01243cb8b846', 'x-openstack-request-id': 'req-077fe1dc-ab06-479a-8efa-01243cb8b846', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f275ae00-eee8-4e45-8e70-439de5114777'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f275ae00-eee8-4e45-8e70-439de5114777 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 99ba9d80-5249-43af-abad-85ed99c5552b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:56:49,403 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.182s 2025-08-03 10:56:49,404 98811 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-1343864345"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10c1b64-55c1-45d5-9c0a-02ef0388969b', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10c1b64-55c1-45d5-9c0a-02ef0388969b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.338966", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:49,451 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.035s 2025-08-03 10:56:49,452 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fae37b0-605d-4fc8-83a8-8b68d170ce98', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fae37b0-605d-4fc8-83a8-8b68d170ce98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:50,507 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.038s 2025-08-03 10:56:50,508 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e07506-7540-4351-b9f8-6648dbcb65c5', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e07506-7540-4351-b9f8-6648dbcb65c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.000000", "updated_at": "2025-08-03T10:56:49.000000", "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:50,560 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.038s 2025-08-03 10:56:50,560 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d859ca-bdaa-4e57-a0d0-d5f103d22665', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d859ca-bdaa-4e57-a0d0-d5f103d22665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"volume": {"id": "99ba9d80-5249-43af-abad-85ed99c5552b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:49.000000", "updated_at": "2025-08-03T10:56:49.000000", "name": "tempest-VolumesCloneTest-Volume-1343864345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/99ba9d80-5249-43af-abad-85ed99c5552b"}], "user_id": "a15c48a609234352a7d203e7d6485b5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82a810bcaa1942d283682635ec457baf"}}' 2025-08-03 10:56:50,672 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.097s 2025-08-03 10:56:50,673 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56: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-6aaf88cf-6b79-49f8-b606-f8793f904aae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'' 2025-08-03 10:56:50,695 98811 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b 0.022s 2025-08-03 10:56:50,695 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2985845c-41fe-43bd-af87-fc724cd06cc3', 'x-openstack-request-id': 'req-2985845c-41fe-43bd-af87-fc724cd06cc3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/99ba9d80-5249-43af-abad-85ed99c5552b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 99ba9d80-5249-43af-abad-85ed99c5552b could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 358, in test_instance_boot_after_snapshot_deletion volume1 = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1405, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:57:07,718 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e 0.200s 2025-08-03 10:57:07,718 98811 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5b0f54f8-f01d-48ca-97ec-63a685cdcbd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e'} 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": "1a80516a74944bb8a0c1ca8219f2ea59", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "created_at": "2025-08-03T10:38:39Z", "updated_at": "2025-08-03T10:38:41Z", "tags": [], "self": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "file": "/v2/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:57:08,095 98811 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.377s 2025-08-03 10:57:08,096 98811 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-124720315", "snapshot_id": null, "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fc5d95-58ce-4def-8a50-8016c011635c', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fc5d95-58ce-4def-8a50-8016c011635c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:08.032694", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-124720315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}], "user_id": "bef6df5016d8449193a416a8fb992a52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-03 10:57:08,147 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.038s 2025-08-03 10:57:08,147 98811 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': 'Sun, 03 Aug 2025 10:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f18bc83-dad8-471c-bb8d-01ffd1a6cd91', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f18bc83-dad8-471c-bb8d-01ffd1a6cd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'{"volume": {"id": "63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-124720315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}], "user_id": "bef6df5016d8449193a416a8fb992a52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "36032bb426c44eb4902d23e8772a2be9"}}' 2025-08-03 10:57:09,201 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.039s 2025-08-03 10:57:09,201 98811 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': 'Sun, 03 Aug 2025 10:57:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8511dcb-798d-4f1a-b807-a1702ed26d75', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8511dcb-798d-4f1a-b807-a1702ed26d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'{"volume": {"id": "63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:08.000000", "updated_at": "2025-08-03T10:57:08.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-124720315", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b"}], "user_id": "bef6df5016d8449193a416a8fb992a52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "36032bb426c44eb4902d23e8772a2be9"}}' 2025-08-03 10:57:09,321 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.103s 2025-08-03 10:57:09,321 98811 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': 'Sun, 03 Aug 2025 10:57:09 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-d7e 4fe02-e651-4fa0-9dec-d9d1c141024e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'' 2025-08-03 10:57:09,341 98811 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 0.019s 2025-08-03 10:57:09,341 98811 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': 'Sun, 03 Aug 2025 10:57:09 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-498628c2-2a7e-4489-93e9-3c31c4921be0', 'x-openstack-request-id': 'req-498628c2-2a7e-4489-93e9-3c31c4921be0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63a6a36c-6a4b-468f-8ebd-1fcb830cbf4b 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 fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:21,647 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140 0.244s 2025-08-03 10:55:21,647 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86c070ab-bf16-48cc-bc50-5951a1b66ed9', 'x-compute-request-id': 'req-86c070ab-bf16-48cc-bc50-5951a1b66ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140'} Body: b'{"server": {"id": "0f18fea1-5795-422f-8890-e25066c82140", "name": "tempest-ServerActionsTestOtherB-server-37366209", "status": "ACTIVE", "tenant_id": "3fce6a5868294868a66cd24b4346e56a", "user_id": "9924d95329fe416a9e9fbccdb1be0582", "metadata": {}, "hostId": "d6795d380455f9a48ea334f200aacb5fd28bb770ee7147000a8551b2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:53:29Z", "updated": "2025-08-03T10:53:45Z", "addresses": {"tempest-ServerActionsTestOtherB-202545257-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:4b:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f18fea1-5795-422f-8890-e25066c82140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071312471", "OS-SRV-USG:launched_at": "2025-08-03T10:53:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879788886"}], "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-03 10:56:21,931 98833 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.211s 2025-08-03 10:56:21,931 98833 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-1841164452"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b575764a-51ce-47e5-abe5-494862015896', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b575764a-51ce-47e5-abe5-494862015896', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:21.870950", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1841164452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675 fc04"}], "user_id": "9924d95329fe416a9e9fbccdb1be0582", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:56:21,983 98833 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/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04 0.040s 2025-08-03 10:56:21,984 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32eb13c4-1454-47d3-827f-3484fa0d43ed', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32eb13c4-1454-47d3-827f-3484fa0d43ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04'} Body: b'{"volume": {"id": "fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:22.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1841164452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}], "user_id": "9924d95329fe416a9e9fbccdb1be0582", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fce6a5868294868a66cd24b4346e56a"}}' 2025-08-03 10:56:23,035 98833 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/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04 0.037s 2025-08-03 10:56:23,035 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c085b3e-1d43-4b95-9979-0be098ef508b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c085b3e-1d43-4b95-9979-0be098ef508b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04'} Body: b'{"volume": {"id": "fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:56:22.000000", "updated_at": "2025-08-03T10:56:22.000000", "name": "tempest-ServerActionsTestOtherB-volume-1841164452", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd2f2d4e-bcfd-4a0a-8004-f03cc675fc04"}], "user_id": "9924d95329fe416a9e9fbccdb1be0582", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3fce6a5868294868a66cd24b4346e56a"}}' 2025-08-03 10:56:23,049 98833 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-03 10:56:23,264 98833 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestO therB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140 0.213s 2025-08-03 10:56:23,264 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62e410e0-a9ea-45d2-95d4-a96942a00f75', 'x-compute-request-id': 'req-62e410e0-a9ea-45d2-95d4-a96942a00f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140'} Body: b'{"server": {"id": "0f18fea1-5795-422f-8890-e25066c82140", "name": "tempest-ServerActionsTestOtherB-server-37366209", "status": "ACTIVE", "tenant_id": "3fce6a5868294868a66cd24b4346e56a", "user_id": "9924d95329fe416a9e9fbccdb1be0582", "metadata": {}, "hostId": "d6795d380455f9a48ea334f200aacb5fd28bb770ee7147000a8551b2", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:53:29Z", "updated": "2025-08-03T10:53:45Z", "addresses": {"tempest-ServerActionsTestOtherB-202545257-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:4b:c9"}, {"version": 4, "addr": "172.24.4.22", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:4b:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f18fea1-5795-422f-8890-e25066c82140"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f18fea1-5795-422f-8890-e25066c82140"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1071312471", "OS-SRV-USG:launched_at": "2025-08-03T10:53:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--879788886"}], "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_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 93fda6e3-d721-4e17-8fa0-a2a9c5f7183e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:58:19,336 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.153s 2025-08-03 10:58:19,336 98833 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-1144365300"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa17beb-5ce7-4e10-8133-39df2ee579ef', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa17beb-5ce7-4e10-8133-39df2ee579ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "eb4b0fc1-1704-42d8-bd9b-73d789b98f7d", "name": "tempest-GroupsV314Test-volume-type-1144365300", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-03 10:58:19,374 98833 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.034s 2025-08-03 10:58:19,374 98833 DEBUG [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-1713257838"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b76490b-43df-4b02-8ca8-13445274b76c', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b76490b-43df-4b02-8ca8-13445274b76c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "name": "tempest-GroupsV314Test-group-type-1713257838", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-03 10:58:19,564 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.188s 2025-08-03 10:58:19,565 98833 DEBUG [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": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "volume_types": ["eb4b0fc1-1704-42d8-bd9b-73d789b98f7d"], "name": "tempest-GroupsV314Test-Group-925002069"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-093722fb-ebee-4de3-b658-ffb83f0099a0', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-093722fb-ebee-4de3-b658-ffb83f0099a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "93fda6e3-d721-4e17-8fa0-a2a9c5f7183e", "name": "tempest-GroupsV314Test-Group-925002069"}}' 2025-08-03 10:58:19,594 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e 0.027s 2025-08-03 10:58:19,595 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type' : 'application/json', 'x-compute-request-id': 'req-0aed96a5-de68-4dc0-801b-e3f83aec496e', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aed96a5-de68-4dc0-801b-e3f83aec496e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e'} Body: b'{"group": {"id": "93fda6e3-d721-4e17-8fa0-a2a9c5f7183e", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-03T10:58:20.000000", "name": "tempest-GroupsV314Test-Group-925002069", "description": null, "group_type": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "volume_types": ["eb4b0fc1-1704-42d8-bd9b-73d789b98f7d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:58:20,632 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e 0.031s 2025-08-03 10:58:20,632 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62af04b6-be8e-4d16-8c73-ef4fd1232cd0', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62af04b6-be8e-4d16-8c73-ef4fd1232cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e'} Body: b'{"group": {"id": "93fda6e3-d721-4e17-8fa0-a2a9c5f7183e", "status": "error", "availability_zone": "nova", "created_at": "2025-08-03T10:58:20.000000", "name": "tempest-GroupsV314Test-Group-925002069", "description": null, "group_type": "a4e5ec0d-8125-4505-8467-0c7f5daf2a01", "volume_types": ["eb4b0fc1-1704-42d8-bd9b-73d789b98f7d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-03 10:58:20,671 98833 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-03 10:58:20,672 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83624641-440d-41eb-a46a-5d70f897923c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83624641-440d-41eb-a46a-5d70f897923c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-03 10:58:20,741 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e/action 0.056s 2025-08-03 10:58:20,742 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 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-d4d234ae-b980-42d6-be5c-6598c30fc647', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e/action'} Body: b'' 2025-08-03 10:58:20,758 98833 INFO [te mpest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e 0.015s 2025-08-03 10:58:20,758 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 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-2cb505b3-efa1-424f-9412-b1a9ee710174', 'x-openstack-request-id': 'req-2cb505b3-efa1-424f-9412-b1a9ee710174', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/93fda6e3-d721-4e17-8fa0-a2a9c5f7183e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 93fda6e3-d721-4e17-8fa0-a2a9c5f7183e could not be found."}}' 2025-08-03 10:58:20,786 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/a4e5ec0d-8125-4505-8467-0c7f5daf2a01 0.027s 2025-08-03 10:58:20,786 98833 DEBUG [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': 'Sun, 03 Aug 2025 10:58:20 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-f257ebe0-cb04-4327-b447-cccd94325bfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/a4e5ec0d-8125-4505-8467-0c7f5daf2a01'} Body: b'' 2025-08-03 10:58:20,830 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d 0.044s 2025-08-03 10:58:20,831 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58: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-0f2f6eac-d746-4bf6-8a64-998b36be1c5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d'} Body: b'' 2025-08-03 10:58:20,846 98833 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d 0.015s 2025-08-03 10:58:20,847 98833 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-caa71859-da93-4701-8fd6-f53269c59fe7', 'x-openstack-request-id': 'req-caa71859-da93-4701-8fd6-f53269c59fe7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/eb4b0fc1-1704-42d8-bd9b-73d789b98f7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type eb4b0fc1-1704-42d8-bd9b-73d789b98f7d could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 181, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a5338203-94f2-4305-9078-6e5d73bd4478 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:55:46,068 98817 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-03 10:55:46,853 98817 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.782s 2025-08-03 10:55:46,853 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--508764027", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b9c32520-766c-44ae-8ed8-1fbc67a4c28d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--508764027", "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": "00cbf022c3ac497a8dd3e8fa877dc44b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "created_at": "2025-08-03T10:55:47Z", "updated_at": "2025-08-03T10:55:47Z", "tags": [], "self": "/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "file": "/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:55:47,993 98817 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/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b/file 1.139s 2025-08-03 10:55:47,993 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a650a9d8-16d6-4322-a511-4902fcb19aa5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b/file'} Body: b'' 2025-08-03 10:55:47,993 98817 DEBUG [tempest.scenario.manager] image:d8a43ac8-4a6c-4e42-8626-492f5ac9f15b 2025-08-03 10:55:48,046 98817 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.051s 2025-08-03 10:55:48,046 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1710961723", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCGrBjgxsc6tLF87dCdDcqruuJsXATr6B6vcP8zq/Xjio89hrqzOkecTcLZnwQ8oddv1OhzGnPsySqDki0ERqbWbPKKrDXAiLFSvOEG08XDlY+c/gW3qF29vyS1MxTh1vg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:47 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-8da02d3e-442e-4b4a-aba0-a7ce58f449c7', 'x-compute-request-id': 'req-8da02d3e-442e-4b4a-aba0-a7ce58f449c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1710961723", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCGrBjgxsc6tLF87dCdDcqruuJsXATr6B6vcP8zq/Xjio89hrqzOkecTcLZnwQ8oddv1OhzGnPsySqDki0ERqbWbPKKrDXAiLFSvOEG08XDlY+c/gW3qF29vyS1MxTh1vg==", "fingerprint": "99:b8:30:a9:f6:07:b1:53:84:c8:c4:d7:2d:05:cb:e1", "user_id": "2c11d37fac1141c3942dbcfa61830660"}}' 2025-08-03 10:55:48,099 98817 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.045s 2025-08-03 10:55:48,099 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-229c00e6-f308-4d97-be47-a8f00da40eca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c11d37fac1141c3942dbcfa61830660", "name": "tempest-TestMinimumBasicScenario-1145146026-project-member", "password_expires_at": null}, "audit_ids": ["b9LA4aezQtS_agBph6KDUQ"], "expires_at": "2025-08-03T11:55:48.000000Z", "issued_at": "2025-08-03T10:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00cbf022c3ac497a8dd3e8fa877dc44b", "name": "tempest-TestMinimumBasicScenario-1145146026"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00cbf022c3ac497a8dd3e8fa877dc44b", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:55:48,100 98817 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '95be9098-c10a-4f54-8ff3-7ac43c1162d6', 'name': 'tempest-TestMinimumBasicScenario-1294768576-network', 'tenant_id': '00cbf022c3ac497a8d d3e8fa877dc44b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00cbf022c3ac497a8dd3e8fa877dc44b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44229, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:55:34Z', 'updated_at': '2025-08-03T10:55:34Z', 'revision_number': 1} available for tenant 2025-08-03 10:55:48,569 98817 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.468s 2025-08-03 10:55:48,569 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-875653171", "imageRef": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "networks": [{"uuid": "95be9098-c10a-4f54-8ff3-7ac43c1162d6"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b9db5cd-3081-4753-9c0d-89ac67bb7929', 'x-compute-request-id': 'req-2b9db5cd-3081-4753-9c0d-89ac67bb7929', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "DxZu4CeSF8wF"}}' 2025-08-03 10:55:48,644 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.071s 2025-08-03 10:55:48,644 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4336b633-e667-4fd5-8b0d-f5f8d872a740', 'x-compute-request-id': 'req-4336b633-e667-4fd5-8b0d-f5f8d872a740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "BUILD", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:49Z", "updated": "2025-08-03T10:55:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "se lf", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "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-03 10:56:38,929 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.221s 2025-08-03 10:56:38,929 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:38 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-90df1af0-c882-4d03-9e4b-2bd2d36869c7', 'x-compute-request-id': 'req-90df1af0-c882-4d03-9e4b-2bd2d36869c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:56:04Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:56:38,944 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 10:57:39,263 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.259s 2025-08-03 10:57:39,263 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 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-opens tack-request-id': 'req-471263e0-6610-4741-a099-b286962a2ffd', 'x-compute-request-id': 'req-471263e0-6610-4741-a099-b286962a2ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:56:04Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:57:39,452 98817 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.174s 2025-08-03 10:57:39,453 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4a963c0-e3a9-4936-acfc-0a5a6dec0148', 'x-compute-request-id': 'req-e4a963c0-e3a9-4936-acfc-0a5a6dec0148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}]}]}' 2025-08-03 10:57:39,677 98817 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/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.220s 2025-08-03 10:57:39,678 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 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-b5649f91-cefb-4111-a545-7fadb4e77c79', 'x-compute-request-id': 'req-b5649f91-cefb-4111-a545-7fadb4e77c79', 'connection': 'close', 'statu s': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:56:04Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-03 10:57:39,936 98817 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.243s 2025-08-03 10:57:39,936 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-747746449", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c11f812f-75ec-4e29-acb1-36b9ea8ca869', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c11f812f-75ec-4e29-acb1-36b9ea8ca869', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a5338203-94f2-4305-9078-6e5d73bd4478", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:39.837726", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-747746449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:57:40,045 98817 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/a5338203-94f2-4305-9078-6e5d73bd4478 0.096s 2025-08-03 10:57:40,045 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-03b40a10-a918-4c9e-81d5-b1fbc6d01283', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b40a10-a918-4c9e-81d5-b1fbc6d01283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'{"volume": {"id": "a5338203-94f2-4305-9078-6e5d73bd4478", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:40.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-747746449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 10:57:41,098 98817 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/a5338203-94f2-4305-9078-6e5d73bd4478 0.039s 2025-08-03 10:57:41,099 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c6f6e9-20fc-4d9a-8515-b02ac65a5698', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c6f6e9-20fc-4d9a-8515-b02ac65a5698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'{"volume": {"id": "a5338203-94f2-4305-9078-6e5d73bd4478", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:57:40.000000", "updated_at": "2025-08-03T10:57:40.000000", "name": "tempest-TestMinimumBasicScenario-volume-747746449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5338203-94f2-4305-9078-6e5d73bd4478"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 10:57:41,237 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478 0.124s 2025-08-03 10:57:41,237 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57: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-36d665ca-f51f-48cc-ae49-d881815066bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'' 2025-08-03 10:57:41,274 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a5338203-94f 2-4305-9078-6e5d73bd4478 0.036s 2025-08-03 10:57:41,274 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-75d0f91d-556a-4553-9e97-1c571964221b', 'x-openstack-request-id': 'req-75d0f91d-556a-4553-9e97-1c571964221b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5338203-94f2-4305-9078-6e5d73bd4478'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a5338203-94f2-4305-9078-6e5d73bd4478 could not be found."}}' 2025-08-03 10:57:41,405 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.130s 2025-08-03 10:57:41,405 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba11acfb-195d-49cf-b433-d413dd5f14bf', 'x-compute-request-id': 'req-ba11acfb-195d-49cf-b433-d413dd5f14bf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'' 2025-08-03 10:57:41,608 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.202s 2025-08-03 10:57:41,608 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8935d779-b250-4b40-b3f5-01e38e040d26', 'x-compute-request-id': 'req-8935d779-b250-4b40-b3f5-01e38e040d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"server": {"id": "5799ed4e-9e4b-46c3-ad32-900a61f5f304", "name": "tempest-TestMinimumBasicScenario-server-875653171", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "d8a43ac8-4a6c-4e42-8626-492f5ac9f15b", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:48Z", "updated": "2025-08-03T10:57:41Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:07:68"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "ke y_name": "tempest-TestMinimumBasicScenario-1710961723", "OS-SRV-USG:launched_at": "2025-08-03T10:56:03.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-03 10:58:31,714 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304 0.042s 2025-08-03 10:58:31,714 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:31 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-8985adfc-ee99-47e5-a110-9f0c6034c9dc', 'x-compute-request-id': 'req-8985adfc-ee99-47e5-a110-9f0c6034c9dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5799ed4e-9e4b-46c3-ad32-900a61f5f304'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5799ed4e-9e4b-46c3-ad32-900a61f5f304 could not be found."}}' 2025-08-03 10:58:31,939 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1710961723 0.224s 2025-08-03 10:58:31,940 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9b08080-af38-48e2-a645-0ed01db3148a', 'x-compute-request-id': 'req-a9b08080-af38-48e2-a645-0ed01db3148a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1710961723'} Body: b'' 2025-08-03 10:58:32,030 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b 0.090s 2025-08-03 10:58:32,031 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-63d7fe0a-bd4d-4204-a425-49679e08ca3f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/d8a43ac8-4a6c-4e42-8626-492f5ac9f15b'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ac6e5e49-3e28-48f2-9488-94141d8c3aa2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:54:57,708 98821 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.286s 2025-08-03 10:54:57,709 98821 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-1171272291"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b90232-fe5d-4611-bc41-9d80c19a4540', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b90232-fe5d-4611-bc41-9d80c19a4540', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ac6e5e49-3e28-48f2-9488-94141d8c3aa2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:57.652137", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1171272291", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}], "user_id": "c83def8a2eec45899cd7f847dce4ed98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:54:57,721 98821 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-03 10:54:57,773 98821 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.050s 2025-08-03 10:54:57,773 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-171842263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD8p88l8REYm41iyWZQ88+WiYIQ1tWoLBX1RWbEquSikagDwd27GHW5yujaTt5Jy/Tbw8lRYvBAdnHHWYfrnUnB/h/nilyT85IaizMewmSjzRwvnm+qyJO4FwChpzCZA1w=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:57 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-228e8713-7906-4786-a931-57805a45a996', 'x-compute-request-id': 'req-228e8713-7906-4786-a931-57805a45a996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-171842263", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD8p88l8REYm41iyWZQ88+WiYIQ1tWoLBX1RWbEquSikagDwd27GHW5yujaTt5Jy/Tbw8lRYvBAdnHHWYfrnUnB/h/nilyT85IaizMewmSjzRwvnm+qyJO4FwChpzCZA1w==", "fingerprint": "a4:a9:18:6d:e1:00:89:df:38:d4:f7:a2:b5:24:24:28", "user_id": "c83def8a2eec45899cd7f847dce4ed98"}}' 2025-08-03 10:54:57,776 98821 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-171842263 created 2025-08-03 10:54:58,021 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.244s 2025-08-03 10:54:58,021 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--829911115", "description": "tempest-description--1311184846"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-f40d79de-c540-48f4-8392-e1ec9a6afaa0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d027500-44ef-48e0-a487-4aa316511dd0", "name": "tempest-securitygroup--829911115", "stateful": true, "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "description": "tempest-description--1311184846", "shared": false, "security_group_rules": [{"id": "7a204b00-a2c4-4fc2-bfcf-85031861009b", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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": 1042, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:54:57Z", "updated_at": "2025-08-03T10:54:57Z", "revision_number": 0}, {"id": "a26745b1-a03c-4503-914b-920141be52d5", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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": 1043, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T10:54:57Z", "updated_at": "2025-08-03T10:54:57Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-03T10:54:57Z", "updated_at": "2025-08-03T10:54:57Z", "revision_number": 1, "project_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' 2025-08-03 10:54:58,222 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.199s 2025-08-03 10:54:58,222 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-751aa6bf-4063-45b4-8a32-750b06138488', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cfb07337-c615-4edc-aed1-cce869241cc6", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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-03T10:54:58Z", "updated_at": "2025-08-03T10:54:58Z", "revision_number": 0}}' 2025-08-03 10:54:58,415 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-03 10:54:58,416 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3d27e14d-b44c-4789-be08-dead6e7b9f8a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "62bf02e1-571a-48f5-b1cd-72506485b028", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "security_group_id": "8d027500-44ef-48e0-a487-4aa316511dd0", "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-03T10:54:58Z", "updated_at": "2025-08-03T10:54:58Z", "revision_number": 0}}' 2025-08-03 10:54:58,416 98821 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--829911115 created 2025-08-03 10:54:59,106 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.689s 2025-08-03 10:54:59,106 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-de745dbc-c494-4e64-bc71-01980fc52941', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "adc93f46-8ad3-469d-a4cd-4fcd9b66726d", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "floating_ip_address": "172.24.4.201", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1188110aeb88487d93fb12a4aa4e1a17", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:54:58Z", "updated_at": "2025-08-03T10:54:58Z", "revision_number": 0}}' 2025-08-03 10:54:59,107 98821 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'adc93f46-8ad3-469d-a4cd-4fcd9b66726d', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:54:58Z', 'updated_at': '2025-08-03T10:54:58Z', 'revision_number': 0, 'ip': '172.24.4.201'} created 2025-08-03 10:54:59,161 98821 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.044s 2025-08-03 10:54:59,161 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length' : '2503', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1606826c-06c9-4ccb-99cd-31308484c70c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c83def8a2eec45899cd7f847dce4ed98", "name": "tempest-ServerStableDeviceRescueTest-160525423-project-member", "password_expires_at": null}, "audit_ids": ["dQk4B1j0TqOHoohpmNDi5w"], "expires_at": "2025-08-03T11:54:59.000000Z", "issued_at": "2025-08-03T10:54:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1188110aeb88487d93fb12a4aa4e1a17", "name": "tempest-ServerStableDeviceRescueTest-160525423"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1188110aeb88487d93fb12a4aa4e1a17", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:54:59,162 98821 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '50e614b1-edca-4358-9418-f01208528fcf', 'name': 'tempest-ServerStableDeviceRescueTest-307616040-network', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28762, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:54:50Z', 'updated_at': '2025-08-03T10:54:50Z', 'revision_number': 1} available for tenant 2025-08-03 10:54:59,162 98821 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-171842263', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD8p88l8REYm41iyWZQ88+WiYIQ1tWoLBX1RWbEquSikagDwd27GHW5yujaTt5Jy/Tbw8lRYvBAdnHHWYfrnUnB/h/nilyT85IaizMewmSjzRwvnm+qyJO4FwChpzCZA1w==', ' fingerprint': 'a4:a9:18:6d:e1:00:89:df:38:d4:f7:a2:b5:24:24:28', 'user_id': 'c83def8a2eec45899cd7f847dce4ed98', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBJqOIb58dC1xANPlgwddoWPUBkxvW0aqozm7xxemaHj7VZEEYOhV5Y\n1oC1fhOHUHmgBwYFK4EEACKhZANiAAQ/KfPJfERGJuNYslmUPPPlomCENbVqCwV9\nUVmxKrkopGoA8Hduxh1ucro2k7eScv028PJUWLwQHZxx1mH651Jwf4f54pck/OSG\noszHsJko80cL55vqsiTuBcAoacwmQNc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d027500-44ef-48e0-a487-4aa316511dd0', 'name': 'tempest-securitygroup--829911115', 'stateful': True, 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'description': 'tempest-description--1311184846', 'shared': False, 'security_group_rules': [{'id': '7a204b00-a2c4-4fc2-bfcf-85031861009b', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'security_group_id': '8d027500-44ef-48e0-a487-4aa316511dd0', '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': 1042, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:54:57Z', 'updated_at': '2025-08-03T10:54:57Z', 'revision_number': 0}, {'id': 'a26745b1-a03c-4503-914b-920141be52d5', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'security_group_id': '8d027500-44ef-48e0-a487-4aa316511dd0', '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': 1043, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-03T10:54:57Z', 'updated_at': '2025-08-03T10:54:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-03T10:54:57Z', 'updated_at': '2025-08-03T10:54:57Z', 'revision_number': 1, 'project_id': '1188110aeb88487d93fb12a4aa4e1a17'}, 'floating_ip': {'id': 'adc93f46-8ad3-469d-a4cd-4fcd9b66726d', 'tenant_id': '1188110aeb88487d93fb12a4aa4e1a17', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '51ccd8da-7194-44b3-add9-21a2fbc0a716', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1188110aeb88487d93fb12a4aa4e1a17', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-03T10:54:58Z', 'updated_at': '2025-08-03T10:54:58Z', 'revision_number': 0, 'ip': '172.24.4.201'}} 2025-08-03 10:54:59,885 98821 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.722s 2025-08-03 10:54:59,886 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "flavorRef": "1", "networks": [{"uuid": "50e614b1-edca-4358-9418-f01208528fcf"}], "security_groups": [{"name": "tempest-securitygroup--829911115"}], "key_name": "tempest-keypair-171842263", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b190049-49e1-43ca-8ed2-267a4c1ffa82', 'x-compute-request-id': 'req-2b190049-49e1-43ca-8ed2-267a4c1ffa82', 'connection': 'close', 'status' : '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--829911115"}], "adminPass": "ydr3TyeHP78L"}}' 2025-08-03 10:54:59,974 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.085s 2025-08-03 10:54:59,974 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:54:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-292fcaa3-b220-4e03-9ddd-ff067ca85b1e', 'x-compute-request-id': 'req-292fcaa3-b220-4e03-9ddd-ff067ca85b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "BUILD", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "metadata": {}, "hostId": "", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:55:00Z", "updated": "2025-08-03T10:54:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-171842263", "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-03 10:55:50,276 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.236s 2025-08-03 10:55:50,277 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:55:50 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-ea200c06-73ae-4b25-b428-9f8a8c63361b', 'x-compute-request-id': 'req-ea200c06-73ae-4b25-b428-9f8a8c63361b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "ACTIVE", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4 ed98", "metadata": {}, "hostId": "49b2fabb4df6e932d437a5bd0bdcb7cb0f431c9f5279c4192a4b132c", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:54:59Z", "updated": "2025-08-03T10:55:15Z", "addresses": {"tempest-ServerStableDeviceRescueTest-307616040-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-171842263", "OS-SRV-USG:launched_at": "2025-08-03T10:55:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--829911115"}], "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-03 10:55:50,291 98821 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-03 10:56:50,517 98821 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/37306017-aae6-4268-8a07-4df830e9cfec/os-interface 0.165s 2025-08-03 10:56:50,517 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 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-eca779f7-5055-4608-9864-ad78cdc34f00', 'x-compute-request-id': 'req-eca779f7-5055-4608-9864-ad78cdc34f00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "50e614b1-edca-4358-9418-f01208528fcf", "port_id": "2d6fcbad-ff26-4bcb-ba05-eed39fab87e0", "mac_addr": "fa:16:3e:a3:ae:11", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ea22b425-5a5d-40b2-8cc0-c68c65e6d9ec", "ip_address": "10.0.0.4"}]}]}' 2025-08-03 10:56:51,434 98821 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/adc93f46-8ad3-469d-a4cd-4fcd9b66726d 0.913s 2025-08-03 10:56:51,435 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2d6fcbad-ff26-4bcb-ba05-eed39fab87e0"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-410c91f2-ad72-4f02-b299-4ca28b904aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/adc93f46-8ad3-469d-a4cd-4fcd9b66726d'} Body: b'{"floatingip": {"id": "adc93f46-8ad3-469d-a4cd-4fcd9b66726d", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "floating_ip_address": "172.24.4.201", "floating_network_id": "51ccd8da-7194-44b3-add9-21a2fbc0a716", "router_id": "26eba336-1d7d-4881-8229-0021211d2502", "port_id": "2d6fcbad-ff26-4bcb-ba05-eed39fab87e0", "fixed_ip_addr ess": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "50e614b1-edca-4358-9418-f01208528fcf", "mac_address": "fa:16:3e:a3:ae:11", "admin_state_up": true, "status": "ACTIVE", "device_id": "37306017-aae6-4268-8a07-4df830e9cfec", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-03T10:54:58Z", "updated_at": "2025-08-03T10:56:50Z", "revision_number": 1, "project_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' 2025-08-03 10:56:51,438 98821 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.201:22' as 'cirros' with public key authentication 2025-08-03 10:56:51,451 98821 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-03 10:56:51,554 98821 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-03 10:56:51,554 98821 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.201 successfully created 2025-08-03 10:56:52,317 98821 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/37306017-aae6-4268-8a07-4df830e9cfec/action 0.762s 2025-08-03 10:56:52,318 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1252538274"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:51 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/50f25a64-8396-48a1-aba9-c7b6bef5c641', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a032595-5b42-4d19-bebd-3596f1b1c49d', 'x-compute-request-id': 'req-4a032595-5b42-4d19-bebd-3596f1b1c49d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec/action'} Body: b'' 2025-08-03 10:56:52,376 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.055s 2025-08-03 10:56:52,376 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:56:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2df2326e-d3dc-48dc-b8db-67463d490cfb', 'x-compute-request-id': 'req-2df2326e-d3dc-48dc-b8db-67463d490cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"image": {"id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id ": "c83def8a2eec45899cd7f847dce4ed98"}, "created": "2025-08-03T10:56:52Z", "updated": "2025-08-03T10:56:52Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}], "server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}]}}}' 2025-08-03 10:57:42,489 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.057s 2025-08-03 10:57:42,489 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-554edc26-ed3f-42a2-a4f7-e378bab2c7de', 'x-compute-request-id': 'req-554edc26-ed3f-42a2-a4f7-e378bab2c7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"image": {"id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98"}, "created": "2025-08-03T10:56:52Z", "updated": "2025-08-03T10:57:01Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}], "server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}]}}}' 2025-08-03 10:57:42,585 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.089s 2025-08-03 10:57:42,586 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Sun, 03 Aug 2025 10:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1d4d2e1-fa16-4aeb-8cbf-4381f09d0e3f', 'x-compute-request-id': 'req-c1d4d2e1-fa16-4aeb-8cbf-4381f09d0e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"image": {"id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98"}, "created": "2025-08-03T10:56:52Z", "updated": "2025-08-03T10:57:01Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/50f25a64-8396-48a1-aba9-c7b6bef5c641"}], "server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}]}}}' 2025-08-03 10:57:43,164 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.571s 2025-08-03 10:57:43,164 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:57:42 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-a12972a0-9bfb-41bf-90f8-1bcc3ff2406b', 'x-compute-request-id': 'req-a12972a0-9bfb-41bf-90f8-1bcc3ff2406b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "ACTIVE", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "metadata": {}, "hostId": "49b2fabb4df6e932d437a5bd0bdcb7cb0f431c9f5279c4192a4b132c", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:54:59Z", "updated": "2025-08-03T10:57:01Z", "addresses": {"tempest-ServerStableDeviceRescueTest-307616040-networ k": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-171842263", "OS-SRV-USG:launched_at": "2025-08-03T10:55:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--829911115"}], "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-03 10:58:43,396 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.156s 2025-08-03 10:58:43,397 98821 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': 'Sun, 03 Aug 2025 10:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a149240-247d-47fc-9e9c-d13d0d4017d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "133c62bb134b22a7fa91df3cab5127c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1188110aeb88487d93fb12a4aa4e1a17", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1a848ca2fd69dad08dfe177b8b378241859c80b6d5cca236b39493d58810eafff718ac5d8d43877747e7942175325b792dd6295668fd8914763d76d7bccef33e", "id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "created_at": "2025-08-03T10:56:52Z", "updated_at": "2025-08-03T10:58:43Z", "tags": [], "self": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641", "file": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:58:43,536 98821 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/50f25a64-8396-48a1-aba9-c7b6bef5c641 0.139s 2025-08-03 10:58:43,537 98821 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': 'Sun, 03 Aug 2025 10:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '16 70', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7fb5149a-6a34-4917-8337-dd5722075edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641'} Body: b'{"base_image_ref": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "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": "37306017-aae6-4268-8a07-4df830e9cfec", "owner_id": "1188110aeb88487d93fb12a4aa4e1a17", "owner_project_name": "tempest-ServerStableDeviceRescueTest-160525423", "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-160525423-project-member", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1252538274", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "133c62bb134b22a7fa91df3cab5127c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "1188110aeb88487d93fb12a4aa4e1a17", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1a848ca2fd69dad08dfe177b8b378241859c80b6d5cca236b39493d58810eafff718ac5d8d43877747e7942175325b792dd6295668fd8914763d76d7bccef33e", "id": "50f25a64-8396-48a1-aba9-c7b6bef5c641", "created_at": "2025-08-03T10:56:52Z", "updated_at": "2025-08-03T10:58:43Z", "tags": [], "self": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641", "file": "/v2/images/50f25a64-8396-48a1-aba9-c7b6bef5c641/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:58:43,756 98821 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/37306017-aae6-4268-8a07-4df830e9cfec 0.218s 2025-08-03 10:58:43,756 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:43 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-61b1b96d-86ae-4deb-b21f-c56ec3b09892', 'x-compute-request-id': 'req-61b1b96d-86ae-4deb-b21f-c56ec3b09892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/37306017-aae6-4268-8a07-4df830e9cfec'} Body: b'{"server": {"id": "37306017-aae6-4268-8a07-4df830e9cfec", "name": "tempest-ServerStableDeviceRescueTest-server-1154396692", "status": "ACTIVE", "tenant_id": "1188110aeb88487d93fb12a4aa4e1a17", "user_id": "c83def8a2eec45899cd7f847dce4ed98", "metadata": {}, "hostId": "49b2fabb4df6e932d437a5bd0bdcb7cb0f431c9f5279c4192a4b132c", "image": {"id": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/01b5ee7f-fb2d-410e-9c76-242e7f86b97e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:54:59Z", "updated": "2025-08-03T10:57:01Z", "addresses": {"tempest-ServerStableDeviceRescueTest-307616040-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}, {"version": 4, "addr": "172.24.4.201", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ae:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/37306017-aae6 -4268-8a07-4df830e9cfec"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/37306017-aae6-4268-8a07-4df830e9cfec"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-171842263", "OS-SRV-USG:launched_at": "2025-08-03T10:55:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--829911115"}], "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-03 10:58:43,810 98821 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/ac6e5e49-3e28-48f2-9488-94141d8c3aa2 0.039s 2025-08-03 10:58:43,811 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0a6053-1e5e-4528-adbc-e3208fc86dcc', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0a6053-1e5e-4528-adbc-e3208fc86dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2'} Body: b'{"volume": {"id": "ac6e5e49-3e28-48f2-9488-94141d8c3aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:58.000000", "updated_at": "2025-08-03T10:54:58.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1171272291", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}], "user_id": "c83def8a2eec45899cd7f847dce4ed98", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' 2025-08-03 10:58:44,863 98821 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/ac6e5e49-3e28-48f2-9488-94141d8c3aa2 0.038s 2025-08-03 10:58:44,864 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad14fab4-4566-4057-9408-f7110c72f641', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad14fab4-4566-4057-9408-f7110c72f641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2'} Body: b'{"volume": {"id": "ac6e5e49-3e28-48f2-9488-94141d8c3aa2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:54:58.000000", "updated_at": "2025-08-03T10:54:58.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1171272291", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac6e5e49-3e28-48f2-9488-94141d8c3aa2"}], "user_id": "c83def8a2eec45899cd7f847dce4ed98", "bootable": "false", "encrypted": false, "replicat ion_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1188110aeb88487d93fb12a4aa4e1a17"}}' 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 03f798b6-ed74-42d1-94b5-8570477cb975 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:59:42,080 98821 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.665s 2025-08-03 10:59:42,081 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-367189460", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '647', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1381a9fd-9a6f-49a9-a3ee-3b1cf68a88b7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-367189460", "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": "30c8e934ecab4ccfb8c94101476b9214", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b1a26e6b-b699-4d36-8288-5fd328b8f849", "created_at": "2025-08-03T10:59:42Z", "updated_at": "2025-08-03T10:59:42Z", "tags": [], "self": "/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849", "file": "/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:59:43,187 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849/file 1.104s 2025-08-03 10:59:43,188 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-00ac319e-aa82-4f07-809c-37f218cc7aad', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849/file'} Body: b'' 2025-08-03 10:59:43,206 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849 0.017s 2025-08-03 10:59:43,206 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '807', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e1034045-66b7-4738-b5ab-5c441cf34b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849'} Body: b'{"name": "tempest-image-dependency-test-367189460", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "16849cef4f24fa3004817d7846f5aee3", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "30c8e934ecab4ccfb8c94101476b9214", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "bc70ac40fb75f5f490ccc7bc333b20b0c39649ee047e47f2bf003c1f31fbb2fe60351792ffe97cb0c75a5ac4992e9ffdd0682bfef2fd3235744626abe1be1dd0", "id": "b1a26e6b-b699-4d36-8288-5fd328b8f849", "created_at": "2025-08-03T10:59:42Z", "updated_at": "2025-08-03T10:59:43Z", "tags": [], "self": "/v2/images/b1a26e6b-b699-4d36-8288-5fd328b8f849", "file": "/v2/images/b1a26e6b-b699-4d36-8 288-5fd328b8f849/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:59:43,256 98821 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.045s 2025-08-03 10:59:43,257 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 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-4985e188-b1e6-4072-aced-78d941995fd6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c66309351c2e42e48a936ac390336b71", "name": "tempest-ImageDependencyTests-385860226-project-member", "password_expires_at": null}, "audit_ids": ["UcUiAKr4TCO7m1jEYaoIqw"], "expires_at": "2025-08-03T11:59:43.000000Z", "issued_at": "2025-08-03T10:59:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "30c8e934ecab4ccfb8c94101476b9214", "name": "tempest-ImageDependencyTests-385860226"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/30c8e934ecab4ccfb8c94101476b9214", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:59:43,257 98821 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-03 10:59:43,689 98821 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.430s 2025-08-03 10:59:43,689 98821 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-366570396", "imageRef": "b1a26e6b-b699-4d36-8288-5fd328b8f849", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2998d2d9-1efe-450e-bf3e-a7d2e622b532', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2998d2d9-1efe-450e-bf3e-a7d2e622b532', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "03f798b6-ed74-42d1-94b5-8570477cb975", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:43.628216", "updated_at": null, "name": "tempest-tempest.common.compute-volume-366570396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}], "user_id": "c66309351c2e42e48a936ac390336b71", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 10:59:43,740 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.039s 2025-08-03 10:59:43,741 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b97b3b-7e6b-48b4-81e3-f580db3a1251', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b97b3b-7e6b-48b4-81e3-f580db3a1251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'{"volume": {"id": "03f798b6-ed74-42d1-94b5-8570477cb975", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:44.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-366570396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}], "user_id": "c66309351c2e42e48a936ac390336b71", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30c8e934ecab4ccfb8c94101476b9214"}}' 2025-08-03 10:59:44,790 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.035s 2025-08-03 10:59:44,791 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1e4969-4900-437a-bac7-e3654593bdb7', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1e4969-4900-437a-bac7-e3654593bdb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'{"volume": {"id": "03f798b6-ed74-42d1-94b5-8570477cb975", "status": "error", "size": 1, "availability_zone": "nova", "created_ at": "2025-08-03T10:59:44.000000", "updated_at": "2025-08-03T10:59:44.000000", "name": "tempest-tempest.common.compute-volume-366570396", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03f798b6-ed74-42d1-94b5-8570477cb975"}], "user_id": "c66309351c2e42e48a936ac390336b71", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "30c8e934ecab4ccfb8c94101476b9214"}}' 2025-08-03 10:59:44,898 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.093s 2025-08-03 10:59:44,898 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59: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-19384b00-35fb-4d67-b651-64e71f05a89f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'' 2025-08-03 10:59:44,919 98821 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975 0.020s 2025-08-03 10:59:44,919 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4099a9e8-014d-4d9c-92fb-83e6039488bc', 'x-openstack-request-id': 'req-4099a9e8-014d-4d9c-92fb-83e6039488bc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/03f798b6-ed74-42d1-94b5-8570477cb975'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 03f798b6-ed74-42d1-94b5-8570477cb975 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 63387db8-8c20-4960-8080-41f6b34e5e4a failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cf822a19-d8c8-4085-99f6-44f783e297e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:59:51,455 98821 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.407s 2025-08-03 10:59:51,455 98821 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-996539398"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e246360-2670-4b46-9787-d3c37c95aace', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e246360-2670-4b46-9787-d3c37c95aace', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.395868", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:59:51,511 98821 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/cf822a19-d8c8-4085-99f6-44f783e297e6 0.044s 2025-08-03 10:59:51,512 98821 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': 'Sun, 03 Aug 2025 10:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0a8c99-11ff-45d4-9f5a-2453b6b1f981', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0a8c99-11ff-45d4-9f5a-2453b6b1f981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:52,570 98821 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/cf822a19-d8c8-4085-99f6-44f783e297e6 0.043s 2025-08-03 10:59:52,571 98821 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': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e25c5713-d60a-4ced-b25e-94c20404b988', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e25c5713-d60a-4ced-b25e-94c20404b988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.000000", "updated_at": "2025-08-03T10:59:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:52,622 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6 0.034s 2025-08-03 10:59:52,622 98821 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': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a555b7-7f98-4f2e-ade1-55f519d175b0', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a555b7-7f98-4f2e-ade1-55f519d175b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"volume": {"id": "cf822a19-d8c8-4085-99f6-44f783e297e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:51.000000", "updated_at": "2025-08-03T10:59:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-996539398", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:52,740 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6 0.104s 2025-08-03 10:59:52,741 98821 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': 'Sun, 03 Aug 2025 10:59:52 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-577d1aa1-2f29-4e19-863d-b3f189458d57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'' 2025-08-03 10:59:52,762 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6 0.020s 2025-08-03 10:59:52,762 98821 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': 'Sun, 03 Aug 2025 10:59:52 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-6aa26c25-9743-4c3c-ad33-74b09fd7cbaf', 'x-openstack-request-id': 'req-6aa26c25-9743-4c3c-ad33-74b09fd7cbaf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cf822a19-d8c8-4085-99f6-44f783e297e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cf822a19-d8c8-4085-99f6-44f783e297e6 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 43f2babc-c3aa-4476-aa98-d42153333bac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:59:52,931 98821 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.166s 2025-08-03 10:59:52,931 98821 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-1042507147"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2a468a-a7d9-42e2-80f2-2aeffb2a853b', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a2a468a-a7d9-42e2-80f2-2aeffb2a853b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:52.874830", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-03 10:59:53,025 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.082s 2025-08-03 10:59:53,026 98821 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': 'Sun, 03 Aug 2025 10:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac42c51-dc10-494c-8f92-aaeaa5878708', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac42c51-dc10-494c-8f92-aaeaa5878708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:53.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:54,081 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.040s 2025-08-03 10:59:54,082 98821 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': 'Sun, 03 Aug 2025 10:59:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93979f5-d6fd-4d8c-b843-cbc0085de451', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93979f5-d6fd-4d8c-b843-cbc0085de451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:53.000000", "updated_at": "2025-08-03T10:59:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:54,133 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.035s 2025-08-03 10:59:54,133 98821 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': 'Sun, 03 Aug 2025 10:59:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-065d0099-32f1-4479-b2c1-c40f3378440e', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-065d0099-32f1-4479-b2c1-c40f3378440e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"volume": {"id": "43f2babc-c3aa-4476-aa98-d42153333bac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T10:59:53.000000", "updated_at": "2025-08-03T10:59:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1042507147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/43f2babc-c3aa-4476-aa98-d42153333bac"}], "user_id": "a351ed12eaad495aa4d55125195bea68", "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": "b807ceafd2544cb7aa964cb1559996b6"}}' 2025-08-03 10:59:54,256 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.110s 2025-08-03 10:59:54,256 98821 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': 'Sun, 03 Aug 2025 10:59:54 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-05d4a810-0718-4eb0-ad6d-9c69a78ee3ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'' 2025-08-03 10:59:54,280 98821 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac 0.023s 2025-08-03 10:59:54,280 98821 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': 'Sun, 03 Aug 2025 10:59:54 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-d942d3b5-1392-4814-89d2-d59e19618344', 'x-openstack-request-id': 'req-d942d3b5-1392-4814-89d2-d59e19618344', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/43f2babc-c3aa-4476-aa98-d42153333bac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 43f2babc-c3aa-4476-aa98-d42153333bac could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ba521da4-4d1b-459c-8e5d-d767cf2679d5 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 428e894e-7260-488c-b175-0b06121f8b41 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:00:01,299 98821 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.249s 2025-08-03 11:00:01,300 98821 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-1909363798"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c6b2c4-5b99-4247-ad43-5b26d570966e', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c6b2c4-5b99-4247-ad43-5b26d570966e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.195280", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:00:01,359 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.047s 2025-08-03 11:00:01,359 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770a3921-ecd2-4028-82b7-c9ea1152b660', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770a3921-ecd2-4028-82b7-c9ea1152b660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0499ad5dc2e41c6bfd4fe4d871218fc"}}' 2025-08-03 11:00:02,418 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.043s 2025-08-03 11:00:02,418 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e056456-461a-4d89-9b05-ee21b7dd4784', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e056456-461a-4d89-9b05-ee21b7dd4784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.000000", "updated_at": "2025-08-03T11:00:01.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0499ad5dc2e41c6bfd4fe4d871218fc"}}' 2025-08-03 11:00:02,484 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.047s 2025-08-03 11:00:02,485 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-684ee6dc-ca98-46a0-8957-859736a029a9', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-684ee6dc-ca98-46a0-8957-859736a029a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"volume": {"id": "428e894e-7260-488c-b175-0b06121f8b41", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-03T11:00:01.000000", "updated_at": "2025-08-03T11:00:01.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1909363798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/428e894e-7260-488c-b175-0b06121f8b41"}], "user_id": "253648c4a09d4c04843a72a4dfad3ae8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0499ad5dc2e41c6bfd4fe4d871218fc"}}' 2025-08-03 11:00:02,600 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.102s 2025-08-03 11:00:02,601 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f678f75-3f04-4138-85a2-82ec0054f5d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'' 2025-08-03 11:00:02,621 98821 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41 0.020s 2025-08-03 11:00:02,622 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-61c4f143-8778-4dd7-9d15-001d535a339f', 'x-openstack-request-id': 'req-61c4f143-8778-4dd7-9d15-001d535a339f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/428e894e-7260-488c-b175-0b06121f8b41'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 428e894e-7260-488c-b175-0b06121f8b41 could not be found."}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d5f77bf9-ced2-4961-9a0a-1007a751ab5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:00:19,108 98821 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.248s 2025-08-03 11:00:19,109 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-181848037", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKOUERk/59ZlGZf1iCpj5yYnSbLSFS3xUtKV31S6r8XdcJ16kY6jDlH+1ixMWUNP0euTRhIAzLqJbFnaFKIRAYmtlC7z245NCqwkaSF/Dl9T93RXfFEyrwrCTFyWyYVaPg=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:18 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-8f6f3065-7956-43d0-a32a-9657855ffa3c', 'x-compute-request-id': 'req-8f6f3065-7956-43d0-a32a-9657855ffa3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-181848037", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKOUERk/59ZlGZf1iCpj5yYnSbLSFS3xUtKV31S6r8XdcJ16kY6jDlH+1ixMWUNP0euTRhIAzLqJbFnaFKIRAYmtlC7z245NCqwkaSF/Dl9T93RXfFEyrwrCTFyWyYVaPg==", "fingerprint": "12:d1:16:ca:47:60:2d:ae:65:2c:b2:09:c0:66:13:aa", "user_id": "9a9a7011856e4eb3b6e877de95df8677"}}' 2025-08-03 11:00:19,331 98821 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.220s 2025-08-03 11:00:19,332 98821 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-282354007", "description": "tempest-secgroup-smoke-282354007 description", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-1eec05ea-49f9-453d-b1c7-56a8100aec14', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "95b6d6ff-81da-4d57-a221-37563101c028", "name": "tempest-secgroup-smoke-282354007", "stateful": true, "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "description": "tempest-secgroup-smoke-282354007 description", "shared": false, "security_group_rules": [{"id": "6f62c674-f868-4c37-b828-83fe353ffbb0", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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": 1275, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}, {"id": "d89422de-1f76-4fdb-9f69-47bbdf63904b", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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": 1274, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number" : 0}], "tags": [], "created_at": "2025-08-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 1, "project_id": "c083660ad8c548cd9b73ed8ad6315ca1"}}' 2025-08-03 11:00:19,530 98821 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.197s 2025-08-03 11:00:19,531 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ff6f29e0-ab08-43e0-8ba0-79806640ca0f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "426276da-0ad3-41f4-8b13-aa096a87a09b", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}}' 2025-08-03 11:00:19,772 98821 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.241s 2025-08-03 11:00:19,772 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-44ad6116-119a-43d1-b483-aabe1c918073', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "07945571-5bcf-4db3-a054-3793d1d9c5b1", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}}' 2025-08-03 11:00:19,992 98821 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.218s 2025-08-03 11:00:19,992 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'co ntent-length': '602', 'x-openstack-request-id': 'req-8c2d0c3d-c53a-4027-b7fa-d0e058613040', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "10e5355d-aadf-44be-8a59-0a0c235cbe38", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:19Z", "updated_at": "2025-08-03T11:00:19Z", "revision_number": 0}}' 2025-08-03 11:00:20,198 98821 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.205s 2025-08-03 11:00:20,198 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-51598b14-0311-4e7d-b70c-5777d32879bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9979f4b3-ff36-46c4-80b7-c7381ba230c9", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:20Z", "updated_at": "2025-08-03T11:00:20Z", "revision_number": 0}}' 2025-08-03 11:00:20,409 98821 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.210s 2025-08-03 11:00:20,410 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-8f9bec82-f0b4-4221-bb7b-a4d345a857d4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bffe3fb-c658-41cc-babb-ce77343b29a5", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:20Z", "updated_at": "2025-08-03T11:00:20Z", "revision_number": 0}}' 2025-08-03 11:00:20,635 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_b acked_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.224s 2025-08-03 11:00:20,635 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-2cf67b8f-6a21-4a34-abae-0b8545b597fd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fec02a92-3000-490f-a790-69fe919182e9", "project_id": "c083660ad8c548cd9b73ed8ad6315ca1", "tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1", "security_group_id": "95b6d6ff-81da-4d57-a221-37563101c028", "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-03T11:00:20Z", "updated_at": "2025-08-03T11:00:20Z", "revision_number": 0}}' 2025-08-03 11:00:20,680 98821 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.039s 2025-08-03 11:00:20,680 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 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-019035ee-9368-4e2c-a283-acb051bf1b9a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9a9a7011856e4eb3b6e877de95df8677", "name": "tempest-TestShelveInstance-1190815804-project-member", "password_expires_at": null}, "audit_ids": ["1dzywwDNRAKv3Qw9GPZe7w"], "expires_at": "2025-08-03T12:00:20.000000Z", "issued_at": "2025-08-03T11:00:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c083660ad8c548cd9b73ed8ad6315ca1", "name": "tempest-TestShelveInstance-1190815804"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c083660ad8c548cd9b73ed8ad6315ca1", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 11:00:20,681 98821 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '7a8fdffd-e599-4d5d-92fe-38a2bd7675de', 'name': 'tempest-TestShelveInstance-1724663069-network', 'tenant_id': 'c083660ad8c548cd9b73ed8ad6315ca1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c083660ad8c548cd9b73ed8ad6315ca1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18721, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T11:00:04Z', 'updated_at': '2025-08-03T11:00:04Z', 'revision_number': 1} available for tenant 2025-08-03 11:00:20,996 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.314s 2025-08-03 11:00:20,997 98821 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-816617039", "imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0921b1d4-b646-4bc1-a950-9955647cbea0', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0921b1d4-b646-4bc1-a950-9955647cbea0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d5f77bf9-ced2-4961-9a0a-1007a751ab5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:20.941017", "updated_at": null, "name": "tempest-tempest.common.compute-volume-816617039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}], "user_id": "9a9a7011856e4eb3b6e877de95df8677", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:00:21,046 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.037s 2025-08-03 11:00:21,046 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7168433-77d0-4c43-bf6c-ff8346544082', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7168433-77d0-4c 43-bf6c-ff8346544082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'{"volume": {"id": "d5f77bf9-ced2-4961-9a0a-1007a751ab5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:21.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-816617039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}], "user_id": "9a9a7011856e4eb3b6e877de95df8677", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1"}}' 2025-08-03 11:00:22,102 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.040s 2025-08-03 11:00:22,102 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc451674-b887-412e-8819-eba511784c7b', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc451674-b887-412e-8819-eba511784c7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'{"volume": {"id": "d5f77bf9-ced2-4961-9a0a-1007a751ab5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:21.000000", "updated_at": "2025-08-03T11:00:21.000000", "name": "tempest-tempest.common.compute-volume-816617039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c"}], "user_id": "9a9a7011856e4eb3b6e877de95df8677", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c083660ad8c548cd9b73ed8ad6315ca1"}}' 2025-08-03 11:00:22,210 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.094s 2025-08-03 11:00:22,210 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00: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-a406b5c3-47dd-4e97-b299-6d4f25a285e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'' 2025-08-03 11:00:22,230 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c 0.019s 2025-08-03 11:00:22,230 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00: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-5b380733-8412-4144-8f89-625afc8c63fa', 'x-openstack-request-id': 'req-5b380733-8412-4144-8f89-625afc8c63fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d5f77bf9-ced2-4961-9a0a-1007a751ab5c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d5f77bf9-ced2-4961-9a0a-1007a751ab5c could not be found."}}' 2025-08-03 11:00:22,481 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/95b6d6ff-81da-4d57-a221-37563101c028 0.249s 2025-08-03 11:00:22,481 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-97a55bb8-1574-48df-824a-1217fe38729f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/95b6d6ff-81da-4d57-a221-37563101c028'} Body: b'' 2025-08-03 11:00:22,514 98821 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-181848037 0.031s 2025-08-03 11:00:22,514 98821 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1b47dc2-58f2-46f6-803f-207de53435a6', 'x-compute-request-id': 'req-d1b47dc2-58f2-46f6-803f-207de53435a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-181848037'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 101, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4154a915-18c5-4620-ba33-1e60059d0fee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 10:58:32,036 98817 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-03 10:58:32,535 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.495s 2025-08-03 10:58:32,535 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1098453935", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1f318517-cfae-4889-a70c-2a6f605e4671', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1098453935", "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": "00cbf022c3ac497a8dd3e8fa877dc44b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "90032753-d7ff-4855-bad7-e244d4022fc8", "created_at": "2025-08-03T10:58:33Z", "updated_at": "2025-08-03T10:58:33Z", "tags": [], "self": "/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8", "file": "/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8/file", "schema": "/v2/schemas/image"}' 2025-08-03 10:58:33,777 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8/file 1.241s 2025-08-03 10:58:33,777 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dce4944a-98a9-44d3-8bb0-b2cd5c90f644', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8/file'} Body: b'' 2025-08-03 10:58:33,777 98817 DEBUG [tempest.scenario.manager] image:90032753-d7ff-4855-bad7-e244d4022fc8 2025-08-03 10:58:33,836 98817 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.058s 2025-08-03 10:58:33,837 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1602156663", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFwrmE3kLKJ9ijRScaKzZMzoQAWeysd40khyLUZK0TWtsn9W+QQoFEwyykqohOG0Ooi6hPWBujM6PMb3IejnqbxAw1Z/yBZhtWuVCWtDrGJW6SWDExqMYsdKJt6WY7Edmw=="}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:33 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-4600708d-39af-47c7-9dab-5ba519fc0055', 'x-compute-request-id': 'req-4600708d-39af-47c7-9dab-5ba519fc0055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-160 2156663", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFwrmE3kLKJ9ijRScaKzZMzoQAWeysd40khyLUZK0TWtsn9W+QQoFEwyykqohOG0Ooi6hPWBujM6PMb3IejnqbxAw1Z/yBZhtWuVCWtDrGJW6SWDExqMYsdKJt6WY7Edmw==", "fingerprint": "a1:c0:95:28:bd:37:74:83:5e:21:b3:19:7f:f8:4b:d5", "user_id": "2c11d37fac1141c3942dbcfa61830660"}}' 2025-08-03 10:58:33,940 98817 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-03 10:58:33,940 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2497', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8ca2a093-0baf-4fe5-8602-ac6ebd9fcf6b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c11d37fac1141c3942dbcfa61830660", "name": "tempest-TestMinimumBasicScenario-1145146026-project-member", "password_expires_at": null}, "audit_ids": ["DWQehRjxSY-s7YsVMxHKxg"], "expires_at": "2025-08-03T11:58:33.000000Z", "issued_at": "2025-08-03T10:58:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "00cbf022c3ac497a8dd3e8fa877dc44b", "name": "tempest-TestMinimumBasicScenario-1145146026"}, "is_domain": false, "roles": [{"id": "1f522d156c1d442284a35130aadd55a1", "name": "member"}, {"id": "2ff899fd29d846a99cda9b58ef5ea476", "name": "reader"}], "catalog": [{"endpoints": [{"id": "6643e1184b7247e18eecde0a995ea526", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/00cbf022c3ac497a8dd3e8fa877dc44b", "region": "RegionOne"}], "id": "1865520dfac04826a7632424e99b4ce3", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "6f83c2ade6704997be9d8d0e2055a4e5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "1ddd078a7a194179a64eec1b6e244ac1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "cc3c697a82914664abba296dcd8ac6c7", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "22986ccf4dcf48ef805a6309174bc4c5", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "5da53ddc66b54c4aad1a7f400ba9941c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "3bfe133a0fb24c07aa3e423a953fbf40", "type": "image", "name": "glance"}, {"endpoints": [{"id": "62d564b2135f4621884537221bf30955", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ba6eaf1dcdf644d781da3c3fffd4ed60", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "41a92256e5ba48e6a476c302fe9e4b52", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "c52678acbcae4312b2d71b90479ee3f6", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "67b355cb206d4a4ba1d37f47502d8f86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "e33704a0af864baba3c958ddd3eb4add", "type": "block-storage", "name": "cinder"}]}}' 2025-08-03 10:58:33,941 98817 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '95be9098-c10a-4f54-8ff3-7ac43c1162d6', 'name': 'tempest-TestMinimumBasicScenario-1294768576-network', 'tenant_id': '00cbf022c3ac497a8dd3e8fa877dc44b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '00cbf022c3ac497a8dd3e8fa877dc44b', 'port_security_enabled ': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 44229, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-03T10:55:34Z', 'updated_at': '2025-08-03T10:55:34Z', 'revision_number': 1} available for tenant 2025-08-03 10:58:34,446 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.504s 2025-08-03 10:58:34,446 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1804951016", "imageRef": "90032753-d7ff-4855-bad7-e244d4022fc8", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "networks": [{"uuid": "95be9098-c10a-4f54-8ff3-7ac43c1162d6"}]}} Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3afa6fa-c2b8-4e44-9472-e7f94b8ce5a6', 'x-compute-request-id': 'req-c3afa6fa-c2b8-4e44-9472-e7f94b8ce5a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MXZRUT4rN77j"}}' 2025-08-03 10:58:34,670 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.220s 2025-08-03 10:58:34,670 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:58:34 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-2ace095c-e3e6-4364-96c4-7128b90c5a2c', 'x-compute-request-id': 'req-2ace095c-e3e6-4364-96c4-7128b90c5a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "BUILD", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-E XT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "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-03 10:59:24,948 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.217s 2025-08-03 10:59:24,949 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 10:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89bd62e-e30c-47c8-8bba-4a8918815a71', 'x-compute-request-id': 'req-e89bd62e-e30c-47c8-8bba-4a8918815a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:51Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 10:59:24,963 98817 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-03 11:00:25,340 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.334s 2025-08-03 11:00:25,340 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582168ab-9176-438c-a20a-97dbe20537a8', 'x-compute-request-id': 'req-582168ab-9176-438c-a20a-97dbe20537a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55- 40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:51Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 11:00:25,766 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.411s 2025-08-03 11:00:25,767 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:25 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-8c7d3520-886c-4e7d-b3b3-0d2e121bf9d7', 'x-compute-request-id': 'req-8c7d3520-886c-4e7d-b3b3-0d2e121bf9d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}]}]}' 2025-08-03 11:00:26,240 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.470s 2025-08-03 11:00:26,241 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68be88df-91b3-4cc6-8a61-1e25d51bd1c2', 'x-compute-request-id': 'req-68be88df-91b3-4cc6-8a61-1e25d51bd1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T10:58:51Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 11:00:26,443 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.187s 2025-08-03 11:00:26,443 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-980670473", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c48c23-80f9-4f4d-8b85-5ae5186000e8', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c48c23-80f9-4f4d-8b85-5ae5186000e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4154a915-18c5-4620-ba33-1e60059d0fee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:26.376599", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-980670473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:00:26,503 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.047s 2025-08-03 11:00:26,504 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17cb4c3c-65c9-4fce-82df-7360ed71422c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cb4c3c-65c9-4fce-82df-7360ed71422c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'{"volume": {"id": "4154a915-18c5-4620-ba33-1e60059d0fee", "status": "creating", "size ": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:26.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-980670473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 11:00:27,555 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.037s 2025-08-03 11:00:27,555 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42420e5c-8f34-425d-a4e3-682d68de348a', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42420e5c-8f34-425d-a4e3-682d68de348a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'{"volume": {"id": "4154a915-18c5-4620-ba33-1e60059d0fee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:00:26.000000", "updated_at": "2025-08-03T11:00:27.000000", "name": "tempest-TestMinimumBasicScenario-volume-980670473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4154a915-18c5-4620-ba33-1e60059d0fee"}], "user_id": "2c11d37fac1141c3942dbcfa61830660", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b"}}' 2025-08-03 11:00:27,675 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.106s 2025-08-03 11:00:27,676 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d97ff7-aa9b-4e3a-86fa-e10a7db38bc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'' 2025-08-03 11:00:27,696 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee 0.020s 2025-08-03 11:00:27,696 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-i d': 'req-4650a074-5182-4d87-b583-96964f1591a3', 'x-openstack-request-id': 'req-4650a074-5182-4d87-b583-96964f1591a3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4154a915-18c5-4620-ba33-1e60059d0fee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4154a915-18c5-4620-ba33-1e60059d0fee could not be found."}}' 2025-08-03 11:00:27,815 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.117s 2025-08-03 11:00:27,815 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 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-3d20bf11-3c4f-4ea7-b62c-6486a6f278af', 'x-compute-request-id': 'req-3d20bf11-3c4f-4ea7-b62c-6486a6f278af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'' 2025-08-03 11:00:28,267 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.451s 2025-08-03 11:00:28,267 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a3380f7-d829-425f-b317-b9b081a03561', 'x-compute-request-id': 'req-2a3380f7-d829-425f-b317-b9b081a03561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"server": {"id": "4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4", "name": "tempest-TestMinimumBasicScenario-server-1804951016", "status": "ACTIVE", "tenant_id": "00cbf022c3ac497a8dd3e8fa877dc44b", "user_id": "2c11d37fac1141c3942dbcfa61830660", "metadata": {}, "hostId": "f5a1740e13a797ddc0250f5677ad5c7f5e08ae59cf90454b58994499", "image": {"id": "90032753-d7ff-4855-bad7-e244d4022fc8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/90032753-d7ff-4855-bad7-e244d4022fc8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-03T10:58:34Z", "updated": "2025-08-03T11:00:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1294768576-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:1d:9b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1602156663", "OS-SRV-USG:launched_at": "2025-08-03T10:58:50.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-03 11:01:18,646 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2 .1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 0.313s 2025-08-03 11:01:18,647 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:18 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-dcf76b2e-6f29-40ee-941f-8724aa382e48', 'x-compute-request-id': 'req-dcf76b2e-6f29-40ee-941f-8724aa382e48', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4d689d7d-5a55-40e1-ab28-b6b56b3d8cd4 could not be found."}}' 2025-08-03 11:01:18,685 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1602156663 0.037s 2025-08-03 11:01:18,685 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3bd0618-c5d4-472c-a958-f338971adb4a', 'x-compute-request-id': 'req-b3bd0618-c5d4-472c-a958-f338971adb4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1602156663'} Body: b'' 2025-08-03 11:01:18,777 98817 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8 0.091s 2025-08-03 11:01:18,778 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-bd460f32-7a04-4b04-b4cd-8213bb476c24', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/90032753-d7ff-4855-bad7-e244d4022fc8'} 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 6d5a0fe6-871b-4aee-81b6-0492fa90b1d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:01:26,735 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.336s 2025-08-03 11:01:26,735 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb5a3657-4b52-426b-b04f-3f7f562ad715', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb5a3657-4b52-426b-b04f-3f7f562ad715', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6d5a0fe6-871b-4aee-81b6-0492fa90b1d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:26.675052", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:26,961 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-03 11:01:26,962 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1617612605"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b75cef87-50f7-4e0d-8c0d-999fc178ffdf', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b75cef87-50f7-4e0d-8c0d-999fc178ffdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9a220b54-3fdd-4058-b1fe-55909313bd2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:26.873596", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1617612605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9a220b54-3fdd-4058-b1fe-55909313bd2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9a220b54-3fdd-4058-b1fe-55909313bd2e"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,267 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.293s 2025-08-03 11:01:27,267 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-762258 365"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f2171dd-8878-4964-a846-a6690cebbda1', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f2171dd-8878-4964-a846-a6690cebbda1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "03dcfe12-7654-4a83-a82b-a2e0fafe4f0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.211773", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-762258365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/03dcfe12-7654-4a83-a82b-a2e0fafe4f0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/03dcfe12-7654-4a83-a82b-a2e0fafe4f0d"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,448 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.169s 2025-08-03 11:01:27,448 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1963455741"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49383a4-cadd-4df9-a73d-ef77a703fb20', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49383a4-cadd-4df9-a73d-ef77a703fb20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "de3e1a15-8ee4-4327-85ac-25fa539066d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.390474", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1963455741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de3e1a15-8ee4-4327-85ac-25fa539066d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de3e1a15-8ee4-4327-85ac-25fa539066d5"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,623 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.162s 2025-08-03 11:01:27,623 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "01b5ee7f-fb2d-410e-9c76-242e7f86b97e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1121950040"}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a4607e9-88b5-49e5-8278-1809753a6336', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a4607e9-88b5-49e5-8278-1809753a6336', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3ccb63a5-e1f0-4 766-a9d6-b4c157fbc9b3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.569368", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1121950040", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3ccb63a5-e1f0-4766-a9d6-b4c157fbc9b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3ccb63a5-e1f0-4766-a9d6-b4c157fbc9b3"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:27,687 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5 0.052s 2025-08-03 11:01:27,687 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c538e25-5b40-45b4-9737-3645a566ed00', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c538e25-5b40-45b4-9737-3645a566ed00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5'} Body: b'{"volume": {"id": "6d5a0fe6-871b-4aee-81b6-0492fa90b1d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.000000", "updated_at": "2025-08-03T11:01:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}], "user_id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eabf49b5abbd442fadd6314891ecd3c1"}}' 2025-08-03 11:01:28,740 98817 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5 0.038s 2025-08-03 11:01:28,740 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af681e10-3f2b-4400-9b68-f05d5b90451f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af681e10-3f2b-4400-9b68-f05d5b90451f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5'} Body: b'{"volume": {"id": "6d5a0fe6-871b-4aee-81b6-0492fa90b1d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:27.000000", "updated_at": "2025-08-03T11:01:27.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1417925516", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d5a0fe6-871b-4aee-81b6-0492fa90b1d5"}], "user_ id": "62ad490474d548afa421f2288222351a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eabf49b5abbd442fadd6314891ecd3c1"}}' 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 8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-03 11:01:44,850 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.558s 2025-08-03 11:01:44,850 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1084267900", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722f44fa-4e3b-4cba-a90a-4f4d8e37b52e', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722f44fa-4e3b-4cba-a90a-4f4d8e37b52e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:44.791340", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1084267900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}], "user_id": "f6a23b68fc5c4191af010557dc1375b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-03 11:01:44,904 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.042s 2025-08-03 11:01:44,905 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aeaf1adb-95ff-4419-b676-a85ea28f6fbc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aeaf1adb-95ff-4419-b676-a85ea28f6fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'{"volume": {"id": "8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:45.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1084267900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}], "user_id": "f6a23b68fc5c4191af010557dc1375b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01253818502347409a4e2ee0fbc81eca"}}' 2025-08-03 11:01:45,965 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.046s 2025-08-03 11:01:45,966 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-c62a598c-0a44-4989-8334-6c20056c7312', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62a598c-0a44-4989-8334-6c20056c7312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'{"volume": {"id": "8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-03T11:01:45.000000", "updated_at": "2025-08-03T11:01:45.000000", "name": "tempest-SnapshotDependencyTests-volume-1084267900", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4"}], "user_id": "f6a23b68fc5c4191af010557dc1375b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01253818502347409a4e2ee0fbc81eca"}}' 2025-08-03 11:01:46,075 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.095s 2025-08-03 11:01:46,075 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01: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-b43a0534-c908-451b-95ec-e741c964087a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'' 2025-08-03 11:01:46,097 98817 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 0.022s 2025-08-03 11:01:46,098 98817 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Sun, 03 Aug 2025 11:01:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa6f73b8-d22c-40c9-a695-98aa1648e3a9', 'x-openstack-request-id': 'req-fa6f73b8-d22c-40c9-a695-98aa1648e3a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8b5f4e12-d6f5-4a3d-822b-8b6e185f9eb4 could not be found."}}' ====== Totals ====== Ran: 218 tests in 1161.2484 sec. - Passed: 75 - Skipped: 31 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 112 Sum of execute time for each test: 4671.6884 sec. ============== Worker Balance ============== - Worker 0 (28 tests) => 0:13:50.686090 - Worker 1 (20 tests) => 0:02:31.604546 - Worker 2 (14 tests) => 0:06:47.759281 - Worker 3 (16 tests) => 0:18:30.096780 - Worker 4 (13 tests) => 0:09:42.500968 - Worker 5 (17 tests) => 0:16:45.628957 - Worker 6 (16 tests) => 0:01:43.503979 - Worker 7 (17 tests) => 0:10:20.289005 - Worker 8 (23 tests) => 0:05:14.164932 - Worker 9 (28 tests) => 0:08:30.748877 - Worker 10 (11 tests) => 0:07:51.092526 - Worker 11 (15 tests) => 0:12:58.574359 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed